Hello All,
I have just installed
Java and am trying to get it setup. I've set the following as the Environment variables
PATH is C:\Program Files\Java\jdk1.6.0_24\bin
CLASSPATH is C:\Program Files\Java\jdk1.6.0_24\jre\bin
I can run javac and my program compiles. I can run javac and see all the options.
But no class file is being created.
I'm using Windows 7 64 bit, i've installed using the 64 bit installer. Its created this directory as well C:\Program Files\Java\jre6\bin
I've tried setting the CLASSPATH to this but still get same problem.