• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java SDK 1.4.2

Farmer

Diamond Member
I have to finish a short java applet for school, but I can't get the compiler to work. First, I set the Path just like they directed me to. Doesn't seem to work. I try putting the file in the /bin directory, but when I compile, it states that the file cannot be found/read.

Don't know what's wrong. It seems to work fine at school (the compiler on the same code).

Anyone can give me simple, step by step instructions?
 
1. Is Javac.exe in your path? If it isn't make make sure the bin directory of the JDK is in your PATH environment variable.

2. CD to the directory where you have your java source

3. type "javac <myjavasourcefile.java>


 
Back
Top