0

I've been trying to work on Java 9's modules and I've been using VSCode to do so. I found no resource(webpage, YT video) or anything describing how the modules(Not JAR files) can be added to the build path in VSCode.

Any link to resources or answers are much appreciated

Thanks in advance.

Techie Saaketh
  • 11
  • 1
  • 2
  • 5

1 Answers1

0

There's a configuration option called modulePaths in launch.json, which specifies modulepaths for launching the JVM. You may try it then debug the project to make the configuration effective.

For your reference, here's an example.

Molly Wang-MSFT
  • 7,943
  • 2
  • 9
  • 22