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

way to add args before -jar #29

Open
yqrashawn opened this issue Nov 5, 2017 · 1 comment
Open

way to add args before -jar #29

yqrashawn opened this issue Nov 5, 2017 · 1 comment

Comments

@yqrashawn
Copy link

I got this exception NoClassDefFoundError: javax/xml/bind/JAXBException.

I don't know much about java. I figure out that --add-modules java.xml.bind works on my mac. But can't find way to add the arg before -jar.

@djh1202
Copy link

djh1202 commented Nov 28, 2017

I was having this same issue, try adding the following to your .emacs:

(setq langtool-java-user-arguments '("--add-modules=java.xml.bind"))

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