Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.2
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Android 30 api level 11
-
Number of attachments :
Description
When starting an android application with jruby-jars from master 2011-05-05 the following exception is thrown:
W/dalvikvm( 1939): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/jruby/RubyInstanceConfig; W/dalvikvm( 1939): threadid=10: thread exiting with uncaught exception (group=0x40014760) E/AndroidRuntime( 1939): FATAL EXCEPTION: Thread-11 E/AndroidRuntime( 1939): java.lang.ExceptionInInitializerError E/AndroidRuntime( 1939): at org.ruboto.Script.setUpJRuby(Script.java:63) E/AndroidRuntime( 1939): at org.ruboto.Script.setUpJRuby(Script.java:57) E/AndroidRuntime( 1939): at org.ruboto.RubotoActivity.getRuby(RubotoActivity.java:79) E/AndroidRuntime( 1939): at org.ruboto.RubotoActivity.backgroundCreate(RubotoActivity.java:155) E/AndroidRuntime( 1939): at org.ruboto.RubotoActivity.access$000(RubotoActivity.java:13) E/AndroidRuntime( 1939): at org.ruboto.RubotoActivity$1.run(RubotoActivity.java:140) E/AndroidRuntime( 1939): Caused by: java.lang.RuntimeException: unsupported Java version: 0.9 E/AndroidRuntime( 1939): at org.jruby.RubyInstanceConfig.<clinit>(RubyInstanceConfig.java:367) E/AndroidRuntime( 1939): ... 6 more W/ActivityManager( 65): Force finishing activity no.datek.nettbuss.operator/.StartupActivity
I think this was against the master branch, so not so relevant. I'll resolve this, and reopen if it happens on the 1.6 branch or on a release.