Dmitriy
Dmitriy

Reputation: 455

Does not find modules, but they are

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...

Upvotes: 0

Views: 70

Answers (0)

Related Questions