JRuby on Android - getting a VerifyError thrown

View: Old framed views
6 Messages — Rating Filter:   Alert me  
JRuby on Android - getting a VerifyError thrown - I'm experimenting with JRuby on Android. Unfortunately, Android doesn't have java.lang.mangement - is there any way... Loading...
Try running with JMX disabled: jruby -J-Djruby.management.enabled=false Or, if you are programatically running JRuby... Loading...
Thanks - I'll give it a shot, but I think I have to change some code, not just the setting. register() and... Loading...
Yeah, I'd expect we need a more "servicey" way of loading these things that can fail gracefully if e.h.... Loading...
Hey Guys, I'm a rubyist, and java neophyte (but i've been following the jvms development for a while). Anyway, i've... Loading...
Ted Han wrote: > 7) Something like the dx tool can be forced into the phone, so that > Java code could in principle... Loading...