i downloaded a sdk and tried using it but im not sure i downloaded the right (newest one) if you could i'd appreciate a link to the most recent also can you use the command prompt to compile your programs?
Hopefully this document helps you out.
Made it for a friend of mine
Also, you can compile and run your programs using command prompt with:
javac <filename> // compiles the .java file
java <filename> // runs .class file
(case sensitive btw)
Last edited by tomislavpuric : June 24th, 2009 at 10:52 AM.