-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bootstrap Classloader #35
Conversation
I frogot that the tests are failing because github actions doesn't have the exploded classes. Should we extract the
|
CMake detects Java 16 on my machine, does that work as well? |
If not: |
And I have java 15... We just have to pick one version. 8: no modules Another problem is that we can't modify the system jdk so it will be difficult to use our custom |
find_package(Java 11.0.11 EXACT REQUIRED) For some reason this fails if 11 is installed but not the system default. |
Could we do something like |
I think find java already looks at java home so you could set that before calling cmake. I don't have java_home. I think we also need JAVA_HOME to get the location of |
3b92b15
to
b355058
Compare
b355058
to
e90ef9f
Compare
#7