]
Rajesh Duggal edited comment on FORGE-2784 at 7/22/18 4:06 AM:
---------------------------------------------------------------
[~gastaldi] I added the new github PR for the bin/forge unix script. I hope I added it
into this JIRA ticket correctly... let me know.
was (Author: rajeshduggal):
[~gastaldi] I added the new github PR for the bin/forge unix script. I hope I added it
intot his JIRA ticket correctly... let me know.
Forge.bat shows error with JDK version 10
-----------------------------------------
Key: FORGE-2784
URL:
https://issues.jboss.org/browse/FORGE-2784
Project: Forge
Issue Type: Bug
Components: Init Scripts, Windows
Affects Versions: 3.9.0.Final
Environment: Windows command prompt
Reporter: Rajesh Duggal
Assignee: Rajesh Duggal
Fix For: 3.9.1.Final
I'm running forge.bat with JDK 10.0.1 and the script errors out complaining that Java
1.7 or higher is needed.
See:
https://github.com/forge/core/blob/master/dist/src/main/resources/bin/for...
Maybe either the bat file should allow me run forge with JDK 10+ (maybe with a warning
that it's not supported/or tested yet). Or, the error message should be more specific
about which versions (lower and upper limits) of the JDK are supported. So I can be
precise in deciding which older JDK version to install on my system.
(Also, perhaps that the forge unix shell script should check the JDK version number
carefully. Maybe in a separate JIRA ticket?)