Installing Java stuido on linux...
Hi;
I try to install java studio enterprise 8.1 to my ubuntu. The problem is thatI get this error: "No compatible Java SE Runtime Environment (JRE) was found on this system." But I have downloaded ands installed "jre-6u1-linux-i586.bin" which is Java runtime environment 6. So where is the problem how can solve this problem?
# 1
- Please take a look at:
http://wiki.netbeans.org/wiki/view/FaqSuitableJvmNotFound
jre-6u1-linux-i586.bin is the runtime. You will need to download and install the full JDK from http://java.sun.com/javase/downloads/index.jsp .
JDK = Java Development Kit , used for developing java programs.
JRE = Java Runtime Environment, a subset of JDK, used for executing java programs. The end user machines will need only JRE installations but developers will need to install JDK.
- Java Studio Enterprise 8.1 is built on top of NetBeans 5.0. I would like to suggest that you consider using the latest NetBeans 5.5.1 (oe even latest milestone build of NetBeans 6.0) instead of JSE8.1. NetBeans 5.5.1 has add-on packs that support all the features of JSE8.1 (except portletbuilder).
http://www.netbeans.info/downloads/index.php
There are installer bundles available which include both NetBeans and JDK.
Docs : http://www.netbeans.org/kb/index.html
NetBeans is an opensource project and the community portal provides access to several community resources.