Hi,
I'm using OSX 10.8.2, Ableton Live 8.2.6, JDK 1.6.0_37, jruby 1.6.8.
I was getting the following error:
** org.jruby.exceptions.RaiseException: (LoadError) load error: SimplePlugin -- java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line
I'm absolutely not a Java expert, but googling around I solved it specifying:
JVMOption2=-Djava.awt.headless=true
in Plugin.jnilib.ini
Maybe it can be useful!
Hi,
I'm using OSX 10.8.2, Ableton Live 8.2.6, JDK 1.6.0_37, jruby 1.6.8.
I was getting the following error:
** org.jruby.exceptions.RaiseException: (LoadError) load error: SimplePlugin -- java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line
I'm absolutely not a Java expert, but googling around I solved it specifying:
JVMOption2=-Djava.awt.headless=true
in Plugin.jnilib.ini
Maybe it can be useful!