Mailinglist Archive: opensuse-programming (55 mails)
| < Previous | Next > |
Re: [suse-programming-e] javac command not found...still need your help..
- From: "Gnana Vadi Vale" <vale@xxxxxxxxxxxxx>
- Date: Sat, 13 Sep 2003 22:21:33 +0530 (IST)
- Message-id: <40169.10.209.4.2.1063471893.squirrel@xxxxxxxxxxxxxxxxx>
As I understand it, your JDK is installed in /usr/java/j2sdk1.4.2_01 so
you should do the following:
export PATH=$PATH:/usr/java/j2sdk1.4.2_01/bin
export CLASSPATH=$CLASSPATH:.
Then try
javac some_java_file.java
HTH
-Vale.
Chun Ki Shin said:
> Hello, again..
>
> Well, I think, I installed two different versions of j2sdk to compile
> .java file. However, still, i can't compile the file...look at the
> following...strangely, if i check the version, I just see j2re only...I
> attached what I know.
>
you should do the following:
export PATH=$PATH:/usr/java/j2sdk1.4.2_01/bin
export CLASSPATH=$CLASSPATH:.
Then try
javac some_java_file.java
HTH
-Vale.
Chun Ki Shin said:
> Hello, again..
>
> Well, I think, I installed two different versions of j2sdk to compile
> .java file. However, still, i can't compile the file...look at the
> following...strangely, if i check the version, I just see j2re only...I
> attached what I know.
>
| < Previous | Next > |