is it necessary to put .java file in 'bin' folder
807598Jun 2 2006 — edited Jun 2 2006when ever i am creating a .java file i have to put that in bin folder then only javac compiling the file.
otherwise its not compiling the file.
how can i compile my java file by putting in any folder of mine?
even if i am creating any folder inside the bin folder then also its not compiling my .java file.