SophE Kravitz wrote:
> I can't find the javac compiler...even with file->search.
> I have both Java installed on both Linux and Windows XP.
> Can someone tell me where it is?
> Thanks!
> SophE
>
>
>
>
> >
hi, i think you havent done something yet. Try:
You right click to my computer >> properties >> advanced >> environment
variables
Then, in system variables pane, click path line >> edit >> then add link
to your jdk, e.g: C:\pro.....\bin
Also this pane, click New >> 1st : CLASSPATH >> 2nd: link to the
directory which stores your java file, e.g: C:\myjava
Assume have a Hello.java in C:\myjava
I go into cmd and type:
java Hello.java
then,
javac Hello
Hope this helped,
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---