I double-clicked the jar. So more a finder launch but I'm not really sure
what other code is used to get it up and running. I'm also not really sure
If you go to http://www.artofillusion.org/downloads, you'll find an
app bundle to use as a launcher for it. That specifies the JVM to use,
and also contains the Mac version of the JOGL native library. If you just
double-click the jar instead of using the launcher, you won't see this
problem regardless of which JVM it uses, because it won't be using JOGL.
From within the application, you can determine what JVM it's using by
selecting Tools->Edit Script, entering the following Beanshell script
print(System.getProperty("java.version"));
and clicking Execute.
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden