jshell-maven-plugin icon indicating copy to clipboard operation
jshell-maven-plugin copied to clipboard

Add useProjectModulepath property

Open Thihup opened this issue 4 years ago • 1 comments

First of all, awesome project!

Would be possible to add the dependencies in the module path instead of the classpath? I have a modular application and sometimes I need to check if I would have access to some package, for instance.

It would be similar to the useProjectClasspath which is enabled by default.

Thihup avatar Nov 26 '20 12:11 Thihup

That sounds great! I think we can do something fancy like detect if there is a module-info.java class and java.version >=9 then useModulePath

johnpoth avatar Nov 27 '20 12:11 johnpoth