Created
January 23, 2015 20:49
-
-
Save tony-o/ca71572bc9fe0e25f28d to your computer and use it in GitHub Desktop.
This file contains 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
Unhandled exception: java.lang.NoClassDefFoundError: Could not initialize class java.lang.Shutdown | |
in command_eval | |
in command_line | |
in MAIN | |
in <mainline> | |
in | |
Unhandled exception: java.lang.NoClassDefFoundError: Could not initialize class java.lang.Shutdown | |
in command_eval | |
in command_line | |
in MAIN | |
in <mainline> | |
in | |
Unhandled exception: java.lang.NoClassDefFoundError: Could not initialize class java.lang.Shutdown | |
in command_eval | |
in command_line | |
in MAIN | |
in <mainline> | |
in | |
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class java.lang.Shutdown | |
at java.lang.Runtime.exit(Runtime.java:109) | |
at java.lang.System.exit(System.java:962) | |
at org.perl6.nqp.runtime.GlobalContext.exit(GlobalContext.java:304) | |
at org.perl6.nqp.runtime.ExceptionHandling.panic(ExceptionHandling.java:212) | |
at org.perl6.nqp.runtime.ExceptionHandling.handlerDynamic(ExceptionHandling.java:110) | |
at org.perl6.nqp.runtime.ExceptionHandling.dieInternal(ExceptionHandling.java:51) | |
at org.perl6.nqp.runtime.ExceptionHandling.dieInternal(ExceptionHandling.java:59) | |
at org.perl6.nqp.runtime.Ops.invokeDirect(Ops.java:2023) | |
at org.perl6.nqp.runtime.Ops.invokeDirect(Ops.java:1989) | |
at org.perl6.nqp.runtime.Ops.invokeMain(Ops.java:1986) | |
at org.perl6.nqp.runtime.CompilationUnit.enterFromMain(CompilationUnit.java:58) | |
at nqp.main(gen/jvm/stage2/NQP.nqp) | |
make: *** [blib/Perl6/Actions.jar] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment