[Bug 122261] Re: rhino does not start due to a NoClassDefFoundErr

2007-07-07 Thread Chuck Short
*** This bug is a duplicate of bug 93885 ***
https://bugs.launchpad.net/bugs/93885

** This bug has been marked a duplicate of bug 93885
   It's completely broken: missing org/mozilla/javascript/tools/shell/Main

-- 
rhino does not start due to a NoClassDefFoundErr
https://bugs.launchpad.net/bugs/122261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122261] Re: rhino does not start due to a NoClassDefFoundErr

2007-07-04 Thread CL
I believe this to be a dup of #93885

-- 
rhino does not start due to a NoClassDefFoundErr
https://bugs.launchpad.net/bugs/122261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122261] Re: rhino does not start due to a NoClassDefFoundErr

2007-06-29 Thread Marco Fabbri
As a temporary workaround, in the meanwhile the bug gets fixed, I
downloaded the Rhino 1.6R5 realease from the official site
(http://www.mozilla.org/rhino/download.html) and replaced the
js-1.6R5.jar in /usr/share/java with the js.jar from the official
realease.

-- 
rhino does not start due to a NoClassDefFoundErr
https://bugs.launchpad.net/bugs/122261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122261] Re: rhino does not start due to a NoClassDefFoundErr

2007-06-27 Thread Sébastien Pierre
I have the same error when running 'rhino' and 'rhino-jsc'

java.lang.ClassNotFoundException: org.mozilla.javascript.tools.shell.Main not 
found in java.lang.ClassLoader$1{urls=[file:/usr/share/java/js.jar], 
parent=null}
   at java.net.URLClassLoader.findClass (URLClassLoader.java:870)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:359)
   at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1333)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:310)
   at java.lang.VirtualMachine.main (VirtualMachine.java:99)

java.lang.ClassNotFoundException: org.mozilla.javascript.tools.jsc.Main not 
found in 
java.lang.ClassLoader$1{urls=[file:/usr/share/java/./,file:/usr/share/java/js.jar],
 parent=null}
   at java.net.URLClassLoader.findClass (URLClassLoader.java:870)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:359)
   at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1333)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:310)
   at java.lang.VirtualMachine.main (VirtualMachine.java:99)

I'm using SableVM as virtual machine:

ls -l /etc/alternatives/java
lrwxrwxrwx 1 root root 21 2007-06-02 12:08 /etc/alternatives/java -> 
/usr/bin/java-sablevm

-- 
rhino does not start due to a NoClassDefFoundErr
https://bugs.launchpad.net/bugs/122261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs