In 3.6.0 JEP 512 support has been added but it doesn't work when the main method is static but package private
We get IllegalAccessException because the method is package-private which can be resolved by dropping support for 1.8 and using privateLookupIn
In 3.6.0 JEP 512 support has been added but it doesn't work when the main method is static but package private
We get IllegalAccessException because the method is package-private which can be resolved by dropping support for 1.8 and using
privateLookupIn