Java Compile Problem!!
Ok i've been up for hours trying to sort this out and its just not working!
When i try to compile a file using
javac Simple.java
It doesn't make a .class file
but it does when i type
"D:\program files\java\jdk1.6.0\bin\javac" Simple.java
Sure, i could just type in the above but it gets annoying having to type it in every time i want to compile something.
i just want it so that when i type
javac Simple.java
it compiles it.
I don't know if i've been too clear, but i would appreciate any help with this matter.
Sam

