Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start on First Thread issue #5

Open
fabriziosestito opened this issue Feb 13, 2013 · 1 comment
Open

Start on First Thread issue #5

fabriziosestito opened this issue Feb 13, 2013 · 1 comment

Comments

@fabriziosestito
Copy link

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!

@thbar
Copy link
Owner

thbar commented Feb 13, 2013

Thanks for sharing! I'll add that on the readme when I have some time, appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants