Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on start #87

Closed
Laro88 opened this issue Aug 21, 2019 · 1 comment
Closed

Crashes on start #87

Laro88 opened this issue Aug 21, 2019 · 1 comment

Comments

@Laro88
Copy link

Laro88 commented Aug 21, 2019

C:\Users\jera\Downloads>java -jar fsm-editor.jar
Restriction configuration file not found. The application starts in normal mode without restriction handling.
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext
at com.mxgraph.examples.swing.SCXMLGraphEditor.(SCXMLGraphEditor.java:538)
at com.mxgraph.examples.swing.SCXMLGraphEditor.startEditor(SCXMLGraphEditor.java:1428)
at com.mxgraph.examples.swing.SCXMLGraphEditor.main(SCXMLGraphEditor.java:1474)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBContext
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 3 more

@fmorbini
Copy link
Owner

Hi, if you are using java 11 it'll happen. you should use an older java. I'm not maintaining this project anymore. feel free to update the libraries to be able to run it on recent javas. In java 8 it still works fine. hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants