Login  Register

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

Posted by jacksmash on Nov 18, 2011; 4:29pm
URL: https://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3519011.html

Here is my User PATH variable:

C:\Users\Me\Documents\UltraEdit\;C:\mapnik-0.7.1\lib\;C:\Python26\Lib\site-packages\PyQt4;C:\Python26\GDAL\bin;C:\javacc-5.0\bin;C:\Program Files\Java\jdk1.6.0_26\bin

My System CLASSPATH variable:

.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

My System PATH variable:

C:\Program Files (x86)\ImageMagick-6.6.4-Q16;C:\Python26\Lib\site-packages\PyQt4\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\MATLAB\R2008b\bin;C:\Program Files\MATLAB\R2008b\bin\win64;C:\Program Files (x86)\Graphviz2.26\bin;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files (x86)\QuickTime\QTSystem\

I don't see anything unusual there. I don't recall installing any plugins in NetBeans either.... not sure what I would have needed one for. 

On Fri, Nov 18, 2011 at 11:44 AM, Wade Walker [via jogamp] <[hidden email]> wrote:
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



If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/can-t-build-in-Netbeans-this-is-frustrating-tp3516072p3518916.html
To unsubscribe from can't build in Netbeans... this is frustrating!, click here.
NAML