LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   java sdk 1.4 installation (https://www.linuxquestions.org/questions/linux-newbie-8/java-sdk-1-4-installation-15953/)

steelrose 03-10-2002 10:19 AM

java sdk 1.4 installation
 
can anybody explain me how to install java sdk on my mandrake 8.1?i install it but when i try to install a java program i get a comment that there is no vm on my machine.pls help me

Mara 03-12-2002 02:02 PM

I think there might be something to set in the PATH settings. Look at jdk README. There is written which paths must be set to get it working. Sorry but I can't get it at the moment to look for this.
You add paths
export PATHNAME=/xxxx/xxx

neo77777 03-12-2002 02:46 PM

And check if you have kaffe installed on your system, if so remove it.

CragStar 03-12-2002 02:53 PM

Here are the lines to my .bashrc file for java:

JAVA_PATH=/usr/local/jdk-1.3.0_02
export JAVA_PATH

just change the top line to whatever your java path is.


All times are GMT -5. The time now is 12:33 AM.