Re: gluegen under Netbeans?
Posted by
gouessej on
Jul 30, 2012; 1:09pm
URL: https://forum.jogamp.org/gluegen-under-Netbeans-tp4025702p4025703.html
Hi
I have to be honest, I build GlueGen with Eclipse most of the time, sometimes in command line. Several years ago, I had to modify a parameter in Eclipse to avoid it to complain about the use of some unsafe classes, I assume that you have to do something similar in Netbeans. You have to set the correct source directories to fix 3) and 4) as we did for Eclipse.
I really advise you to follow the instructions. If you really need to modify something, ensure that you succeed in building both GlueGen and JOGL before tinkering anything.
Edit.: Look at gluegen/nbproject/project.xml :
<source-folder>
<label>build/test/gensrc/java</label>
<type>java</type>
<location>build/test/gensrc/java</location>
<encoding>UTF-8</encoding>
</source-folder>
You have to do something similar for those directories.