Hi,
I can’t seem to create an executable jar file with Eclipse 3.0 if the code includes any JOGL code. If I remove the jogl code, it works fine. The error I’m getting (on Windows 2000) is “Could not find the main class. Program will Exit.”. (I know I’m specifying the main class correctly when the jar file is “exported”. )
I’ve been able to get the gears demo running under Eclipse, but cannot create an executable jar file.
TIA,
Don