Created
November 18, 2012 23:25
-
-
Save mpenet/4108054 to your computer and use it in GitHub Desktop.
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
mpenet@thinkbox:~/gitmu/clojurescript(feature-codecs)$ ./script/test | |
Exception in thread "main" java.lang.NoClassDefFoundError: clojure/main | |
Caused by: java.lang.ClassNotFoundException: clojure.main | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | |
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:247) | |
Could not find the main class: clojure.main. Program will exit. | |
Testing with V8 | |
Testing with SpiderMonkey | |
/home/mpenet/gitmu/jsshell-linux-i686/js: symbol lookup error: /home/mpenet/gitmu/jsshell-linux-i686/js: undefined symbol: PR_SetCurrentThreadName | |
Testing with JavaScriptCore | |
./script/test: 36: /home/mpenet/gitmu/wk//jsc: not found | |
Tested with $[ran+1] out of 3 possible js targets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment