You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: