JDK Problems

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

Greenhorn2013
Posts: 1
Joined: Wed Jun 11, 2008 11:57 am

JDK Problems

Post 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
philip
Posts: 11
Joined: Tue Jun 24, 2008 1:27 pm

Post 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!
Post Reply