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

Support for Java 11 #33

Open
roti opened this issue Jun 2, 2019 · 0 comments
Open

Support for Java 11 #33

roti opened this issue Jun 2, 2019 · 0 comments

Comments

@roti
Copy link

roti commented Jun 2, 2019

frege-native-gen does not work when run with JDK 11 (and probably with any JDK > 9). It turns out the problem is here: https://github.com/Frege/frege-native-gen/blob/master/src/main/frege/frege/nativegen/Main.fr#L151

com.google.common.reflect.ClassPath.from always returns an empty collection, and it's likely due to the new module system. An upgrade to Guava 27.1-jre fixed the problem.

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

1 participant