Created
January 16, 2015 22:33
-
-
Save donv/e22365e5a93a1df3379a to your computer and use it in GitHub Desktop.
Load JRuby master on Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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