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

Make EPUB-Checker work with non-installing Java Distributions on Windows systems #65

Open
sermo-de-arboribus opened this issue Nov 5, 2020 · 1 comment

Comments

@sermo-de-arboribus
Copy link
Contributor

On Windows systems, launch4j uses registry entries to determine the Java installation to be used, based on the minimum and maximum version requirements (cf. https://sourceforge.net/p/launch4j/feature-requests/127/). Therefore EPUB-Checker does not work with Java distributions, that do not add registry entries, but are only configured via system variables (JAVA_HOME and/or PATH).
Is there a way to use the JAVA_HOME system variable as a fall-back, only in case when no suitable registry entries can be found?

@tofi86
Copy link
Collaborator

tofi86 commented Jan 6, 2021

I guess we have to wait for a launch4j update which supports JAVA_HOME search. Reading the linked issue it's planned for the next release. However, the project isn't very active atm, so don't expect this anytime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants