Skip to content

Maven plugin should pass java.home to Zinc #173

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

Closed
dragos opened this issue Oct 16, 2015 · 2 comments
Closed

Maven plugin should pass java.home to Zinc #173

dragos opened this issue Oct 16, 2015 · 2 comments

Comments

@dragos
Copy link

dragos commented Oct 16, 2015

When using the incremental compiler, JAVA_HOME has no effect until the zinc server is manually restarted. For example:

  • compile with Java 8 on the PATH
  • change JAVA_HOME to point to Java 7 (java -version confirms it's 1.7)
  • rebuild with maven
  • resulting Jar is still built against 1.8
@SashaOv
Copy link

SashaOv commented May 13, 2016

+1
hit this problem when trying to compile Spark to work on 1.7 JRE. Had to disable Zinc compiler altogether

@slandelle
Copy link
Collaborator

Zinc server support has been dropped, see #299.
Closing.

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

3 participants