You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
I don't know if this is maintained anymore but for me the maven build never returns so I ^C and I get only one jar, the lexer-parser-snapshot but when I go run it to see if it works it does not. Somehow the main method was not built.
Exception in thread "main" java.lang.NoClassDefFoundError: lexer-parser-1/0-SNAPSHOT/jar
Caused by: java.lang.ClassNotFoundException: lexer-parser-1.0-SNAPSHOT.jar
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: lexer-parser-1.0-SNAPSHOT.jar. Program will exit.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know if this is maintained anymore but for me the maven build never returns so I ^C and I get only one jar, the lexer-parser-snapshot but when I go run it to see if it works it does not. Somehow the main method was not built.
Exception in thread "main" java.lang.NoClassDefFoundError: lexer-parser-1/0-SNAPSHOT/jar
Caused by: java.lang.ClassNotFoundException: lexer-parser-1.0-SNAPSHOT.jar
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: lexer-parser-1.0-SNAPSHOT.jar. Program will exit.
The text was updated successfully, but these errors were encountered: