...
- Install an appropriate JDK from http://java.sun.com/ with a minimum version of 1.4.2.
- In your setup.sh, set JAVA_HOME and JDK_HOME to the Java installation area.
No Format export JAVA_HOME=/cygdrive/c/java/jdk1.4.2/ export JDK_HOME=${JAVA_HOME}
Warning |
---|
The above JAVA_HOME location is an example only. You need to replace it with the correct path to your JDK. |
Proceed!
You are now ready to begin the package installations.
...