Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
Description
Situation: Java 11 uses a module system. Modules need to be required in order to have access to them. IGB may need access to modules such as java.desktop, and may need to be modularized itself.
Task: Investigate the Java 11 module system and how it may work with IGB.
The import java.awt cannot be resolved
Java 9 migration issue - package com.mymodule is declared in unnamed module , module 'newmodule' does not read it
How to embed specific java modules into OSGi bundles? Is it even possible?
Creating a simple modular application in Java 11