Error when calling Forge

0

When I run Forge, it returns me the following error:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.jboss.forge.furnace.impl.LoggingRepair$1 
(file:/Users/xxxxx/forge/forge-distribution-
3.8.1.Final/lib/furnace-2.27.0.Final.jar) to constructor 
java.util.logging.Level$KnownLevel(java.util.logging.Level)
WARNING: Please consider reporting this to the maintainers of 
org.jboss.forge.furnace.impl.LoggingRepair$1
WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future 
release

I've already checked permission levels for Forge folders and nothing. Anyone have a suggestion?

    
asked by anonymous 17.01.2018 / 05:23

1 answer

0

This version of JBoss Forge only runs with JDK 8. The version that supports JDK 9 should be released soon ( link ).

    
01.05.2018 / 04:55