Experimenting Java Enterprise Edition (EE) SDK 6 on Ubuntu Linux
Installations Soon after downloading the Java EE on Ubuntu machine through the website the file (~48 MB) called java_ee_sdk-6-web-unix.sh. An attempt to run the shell script resulted in the following error. Could not locate a suitable Java runtime. Please ensure that you have Java 6 or newer installed on your system and accessible in your PATH or by setting JAVA_HOME This requires installation of Java 6 by using the following command (another roughly 55 MB). $ sudo apt-get install sun-java6-jdk Now going back to the Java EE installation through the following command. $ sh java_ee_sdk-6-web-unix.sh Going through the clicks (one has to only write the password for admin account and the proxy if any). Rest of the information is filled in by default. Verifying Installation Now go to the web browser and type the following in the address box. http://localhost:4848 If you changed the value of admin control panel port. Please replace 4848 with the port number you specified during in...