Reputation: 455
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