After submit forge command it return the following statement:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.forge.furnace.impl.LoggingRepair$1 (file:/Users/xxxxxxxx/java-spring1/forge/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
With those warning messages I can't move forward with forge implementation.
Could you help me please?
It appears that you're using JDK 9 to run Forge. Make sure you're running
in JDK 8.
This is being worked on this issue: