Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Support Java 9 #2

Open
laukstein opened this issue Oct 8, 2017 · 0 comments
Open

Support Java 9 #2

laukstein opened this issue Oct 8, 2017 · 0 comments

Comments

@laukstein
Copy link

set JDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
set JREKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
...

perhaps would need to be change to

set JDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK
set JREKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JRE

and remove java.endorsed.dirs, since is removed in Java 9

Using CLASSPATH: "H:\xampp\tomcat\bin\bootstrap.jar;H:\xampp\tomcat\bin\tomcat-juli.jar"
-Djava.endorsed.dirs=H:\xampp\tomcat\endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

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

No branches or pull requests

1 participant