I can't find documentation for the VM argument -XstartOnFirstThread
. Seems necessary for me to run JOGL through LWJGL on my Mac. What does it mean? It seems to be that some process wants thread 0. Is this correct?
Please note: I have a run()
method in my main class. It doesn't seem to be overriding anything and I'm not implementing runnable.
Example source code I'm running here: http://www.lwjgl.org/guide