Open GoogleCodeExporter opened 9 years ago
Also happens on CM 7.2.0. I tried to install other versions to see if it is
just this version that is broken, but r1, r2, and r3 all install BeanShell
2.0b4. r2 is the featured/default, but the other two seem to be the same
version.
This is the output I get when attempting to run hello_world.bsh or just the
interactive interpreter:
java.lang.ClassNotFoundException: bsh.Interpreter
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:234)
at java.lang.Class.forName(Class.java:181)
at com.android.internal.util.WithFramework.main(WithFramework.java:36)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NoClassDefFoundError: bsh.Interpreter
... 5 more
Caused by: java.lang.ClassNotFoundException: bsh.Interpreter in loader
dalvik.system.PathClassLoader[/mnt/sdcard/com.googlecode.bshforandroid/extras/bs
h/bsh-2.0b4-dx.jar]
at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
... 5 more
Original comment by james.r.haigh
on 10 Jan 2014 at 2:26
Ok
Original comment by jokoswt@gmail.com
on 10 Jan 2014 at 3:38
Original issue reported on code.google.com by
andrew.p...@gmail.com
on 12 Apr 2013 at 12:09