Re: can't build in Netbeans... this is frustrating!
Posted by
Wade Walker on
Nov 18, 2011; 3:44pm
URL: https://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3518916.html
If you're on 64-bit Windows 7 using a 64-bit JVM, then the JOGL version at
http://jogamp.org/deployment/jogamp-current/archive/jogamp-windows-amd64/ should work for you. That's the exact OS I run on at home, so I know for a fact this is functional

Depending on your system configuration, something could still be messed up, though:
- The PATH environment variable could be wrong; it could be letting you find old/corrupt/incorrect DLLs
- The CLASSPATH environment variable might be set (it should be non-existent for safety), so you could be picking up old JARs from somewhere
- You might have put some odd JARs into your JVM or JDK (in the extensions directory or elsewhere)
- You might have put some odd JARs into NetBeans itself somewhere (maybe as part of a plugin)
It's real easy to do something like that and then forget about it, until you start getting odd problems like you're seeing