Compile Jigsaw project with Intellij IDEA supported structure
Alexandru Jecan
alexjecan88 at yahoo.com
Tue Sep 26 13:37:18 UTC 2017
Hello,
In order to make my Jigsaw project be supported by Intellij IDEA 2017.2, I need a structure like this, according to IDEA Video: https://www.youtube.com/watch?v=WL48zkLvK3I (00:10):
com.myModule.m1
/src
/module-info.java
/com.myModule.m2
/Main.java
com.myModule.m2
/src
/module-info.java
/com.myModule.m2
/Main.java
How do I perform multi-module compilation in this case using the --module-source-path option?
As far as I know, to perform multi-module compilation, the source code directory should have the same name like the name of the module.
In this case, I have the “src” folder there which does not comply to this rule.
Best regards
Alexandru Jecan
More information about the jigsaw-dev
mailing list