Does not find modules, but they are

57 Views Asked by At

enter image description here

Please tell me, sincerely I can’t understand why it doesn’t find the module

Compiling errors occur:

error: module not found: DJNativeSwing.SWT 
error: module not found:DJNativeSwing

I added them to IntelliJ like this: File -> Project Structure -> Libraries -> + -> Java -> Chose the path to DJNativeSwing.SWT.jar and DJNativeSwing.jar

I registered them in module-info.java, they recognized them, I can use their API in the main code, but it swears when compiling...

0

There are 0 best solutions below