Skip to content

Instantly share code, notes, and snippets.

@donv
Created January 16, 2015 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donv/e22365e5a93a1df3379a to your computer and use it in GitHub Desktop.
Save donv/e22365e5a93a1df3379a to your computer and use it in GitHub Desktop.
Load JRuby master on Android
W/dalvikvm( 3569): Exception Ljava/lang/NoClassDefFoundError; thrown while initializing Lorg/jruby/compiler/JITCompiler;
E/RUBOTO ( 3569): Exception starting JRuby
E/RUBOTO ( 3569): java.lang.reflect.InvocationTargetException
W/System.err( 3569): java.lang.reflect.InvocationTargetException
W/System.err( 3569): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 3569): at java.lang.reflect.Method.invoke(Method.java:515)
W/System.err( 3569): at org.ruboto.JRubyAdapter.setUpJRuby(JRubyAdapter.java:261)
W/System.err( 3569): at org.ruboto.JRubyAdapter.setUpJRuby(JRubyAdapter.java:123)
W/System.err( 3569): at org.ruboto.test.InstrumentationTestRunner$1.run(InstrumentationTestRunner.java:49)
W/System.err( 3569): at java.lang.Thread.run(Thread.java:841)
W/System.err( 3569): Caused by: java.lang.NoClassDefFoundError: java.lang.invoke.MethodHandles
W/System.err( 3569): at org.jruby.compiler.JITCompiler.<clinit>(JITCompiler.java:177)
W/System.err( 3569): at org.jruby.Ruby.<init>(Ruby.java:246)
W/System.err( 3569): at org.jruby.Ruby.newInstance(Ruby.java:327)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment