It is a really simple thing but I cannot get my head around it. I have looked at plenty of StackOverFlow post and as well as on internet.
My goal is to create a .bat whi
I do not have a JDK installed on my machine to verify this, but here's something to get you started with
%CLASSPATH%=C:\Program Files\Java\jdk1.6\bin rem or whatever your path is START %CLASSPATH%\javac Main.java START %CLASSPATH%\java Main