| View previous topic :: View next topic |
| Author |
Message |
Greenhorn2013
Joined: 11 Jun 2008 Posts: 1
|
Posted: Wed Jun 11, 2008 11:01 am Post subject: JDK Problems |
|
|
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 |
|
| Back to top |
|
 |
philip
Joined: 24 Jun 2008 Posts: 11
|
Posted: Tue Jul 01, 2008 8:27 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
|