Thread: No JVM
View Single Post
  #2 (permalink)  
Old August 23rd, 2003
shadypalm88 shadypalm88 is offline
Novicius
 
Join Date: August 23rd, 2003
Location: Wisconsin, USA
Posts: 1
shadypalm88 is flying high
Default

You can download the Java Virtual Machine here.

After it is installed, you may still recieve this error message. To remedy this you need to create a symlink from the JRE binaries to somewhere in your path (I used /usr/local/bin). To do this, as root, type:
ln -s <JRE Install Path>/j2sdk1.4.2/bin/* /usr/local/bin

For the default installation, your JRE Install path is /opt/j2sdk_nb, so the command is:

ln -s /opt/j2sdk_nb/j2sdk1.4.2/bin/* /usr/local/bin

Hope this helps,
Eric
Reply With Quote