I am trying to launch a Java program with a GUI front end from a C
program.
The launching, locating, and calling of methods is working fine, but
creating
a JFrame is causing an error that I cannot find enough
documentation on:
Were you aware that Mac Java has Thread constraints
when starting a JVM for a GUI app? If the threading
is messed up the JVM works fine until you try and
start the AWT event loop. I don't remember the exact
details, but you could try searching the archives
for keywords like JNI, Main Thread, AWT Event Loop,
Launcher.
_______________________________________________
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