Question on compiling java program
- by Hulk
I am a newbie to java, i have a query,
/home/bob/java/jdk1.5.0_06/bin/javac /home/bob/output/a.java
In the above when the program is compiled how to generate the classfile in /home/bob/class.
Also how should the environment variables set for the following
i.e, JAVA_HOME,CLASSPATH,JAVAPATH
Thanks..