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

No longer works with Java9 #8

Open
bklarson opened this issue Jun 7, 2018 · 2 comments
Open

No longer works with Java9 #8

bklarson opened this issue Jun 7, 2018 · 2 comments

Comments

@bklarson
Copy link

bklarson commented Jun 7, 2018

URLClassLoader cl = (URLClassLoader)SWTLoader.class.getClassLoader();

This is no longer supported in java9. See https://blog.codefx.org/java/java-9-migration-guide/#Casting-To-URL-Class-Loader for details.

@janglada
Copy link

Same here, did you find a way?

@bklarson
Copy link
Author

Yes, we had to switch from ant to maven and then could use the multiplatform-swt tool. This is working well for us.

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