Login  Register

Re: can't build in Netbeans... this is frustrating!

Posted by Wade Walker on Nov 18, 2011; 10:34pm
URL: https://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3519915.html

I see at least three causes for concern there:

- Your PATH has tons of stuff before %SystemRoot%\system32, which should probably never be the case
- There may be JARs in C:\Program Files (x86)\Java\jre6\lib\ext or similar locations that the JVM checks
- CLASSPATH should not be set at all - it may not hurt anything, but you're just asking for trouble :)

If you're not starting from clean Windows and NetBeans installs, you'll have to methodically check all these kinds of problems and rule them out.