... and this is wrong.
Here is the error I get:
STRICTLY MALFUNCTIONAL C: _TraderPlatform \ Clients \ Open \ Open \ Java \ Applets \ PPDataTransporter \ nbproject \ build-impl.xml: 338: The following error occurred while executing this line: C: _TraderPlatform \ Clients \ Open \ Open \ Java \ Applets \ PPDataTransporter \ nbproject \ build-impl.xml: 158: Unable to find javac compiler; com.sun.tools.javac.Main is not in the classpath. Maybe JAVA_HOME is not pointing to the JDK. Currently set to "C: \ Program Files \ Java \ jre6"
I set the JAVA_Home environment variable to point to: "C: \ Program Files \ Java \ jdk1.6.0_12"
Javac.exe is definitely located in C: \ Program Files \ Java \ jdk1.6.0_12 \ bin
I have% JAVA_HOME% \ Bin in the PATH variable.
I hit the various "JavaHome" settings under HKLM \ SOFTWARE \ JavaSoft, and now I'm completely stuck.
All I wanted to do was build the Java applet from the command line using build.xml, which netbeans had done for the project.
Any ideas anybody?
java ant java-home
user129345
source share