Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-6.0.3
-
None
-
None
Description
Currently, when running the framework on the module path, I get the following exception:
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected boolean java.net.URLStreamHandler.equals(java.net.URL,java.net.URL) accessible: module java.base does not "opens java.net" to module org.apache.felix.framework
and
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.felix.framework.URLHandlersStreamHandlerProxy
Make sure the framework works properly on the module-path as well