Login  Register

Re: Jogl Build Headache

Posted by Penny on Dec 05, 2013; 5:46pm
URL: https://forum.jogamp.org/Jogl-Build-Headache-tp4030758p4030780.html

its a bit confusing.

I only wish to compile a few java classes. never been this complicated b4.

am I right in guessing I need to alter THISDIR, J2RE_HOME and ANT_PATH to suit my install?

to be honest I am thinking of modifying the jogl code and get rid of the ANT and gluegen dependencies. Can this be done?

My initial design was to create a browser applet that uses the jogl jars but I am getting a targetinvocationexception.

To this I thought I would move all the jogl and glueden classes to my application jar but it then cant find the dlls or platform dependent code.

ok that failed so as I have the jogl and gluegen source code I thought I would recompile the classes so I could change the path appropriately to it could find the platform natives but now after installing a load of software I didn't want I still cant compile the code. why is this so unnecessarily complicated???

why cant I just put ant, gluegen and jogl jars into my classpath and compile my project???

why cant I just move the gluegen and jogl classes into my project jar and it still work??? why has this been made so complicated????