I think this is specific to your machine setup. javac
is the Java compiler, but it's looking for it inside C:\Program Files (x86)\Java\jre6\
instead of C:\Program Files (x86)\Java\jdk1.6.0_21\
.
Let's try to dig through this:
- Did you uninstall your previous JDK after you installed JDK6u21?
- Did you uninstall your JRE?
- What OS are you running? Windows 7 64?
- Go to your Add/Remove Programs. You need the following entries:
- What do you have in your
C:\Program Files (x86)\Java\
?
The Alchemist
2010-08-23 12:53:43