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

If JAVA_HOME is incorrectly set to JRE instead of JDK, project will not compile #443

Open
blackears opened this issue Jun 20, 2018 · 1 comment

Comments

@blackears
Copy link

I was having some trouble compiling the getting started tutorial described on the JSweet homepage. After trying several things, I believe the problem may have been that my JAVA_HOME was incorrectly set to point to my JRE instead of the JDK. There was no obvious warning about this when I tried to compile the JSweet project. It would be helpful if a check for this could be put in the compile task and exit immediately with a warning if it is detected.

@kohlschuetter
Copy link
Contributor

This should be fixed by using standalone compiler instead of relying on whatever JDK provides.
see PR #770 for details.

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