Page 1 of 1

JDK Problems

Posted: Wed Jun 11, 2008 12:01 pm
by Greenhorn2013
Hi,
just downloaded openemm installer.
after this i get the error please download jdk pakage on
http://java.sun.com/javase/downloads/index_jdk5.jsp
I do so and follow the steps as shown:
mkdir -p /opt/openemm.org/software
mv jdk1.5.0_XX /opt/openemm.org/software
cd /opt/openemm.org/software
ln -s jdk1.5.0_XX java
Replace filename with:
jdk-1_5_0_15-linux-i586.bin

restart installer but i got the same error message

Posted: Tue Jul 01, 2008 9:27 am
by philip
Hi Greenhorn,

you have to extract the jdk-bin file.

first grand execution rights with "chmod u+x jdk-1_5_0_15-linux-i586.bin"

then extract the file: "./jdk-1_5_0_15-linux-i586.bin"

after that you should see the folder jdk1.5.0_15

follow the steps you mentioned (copy to /opt.., create symbolic link etc.)

good luck!