Top "Module-path" questions

Starting from Java 9 module path is used by JVM to look up modules during different phases (compile-time, runtime, etc.

In Eclipse, what is the difference between modulepath and classpath?

In Eclipse, what is the difference between modulepath and classpath, and which one should I use to add a jar …

java eclipse classpath java-module module-path
How to resolve module reads package error in java9

I am trying to understand new modularity in java 9 with spring-boot so I want to run some simple application for …

java spring-boot maven java-9 module-path
fatal error compiling invalid flag --module-path

I have a project. Originally it was a single module project with structure like this java-cloud-sample\ src\ main\ java pom.…

java maven java-9 java-module module-path
Is it possible to mix --class-path and --module-path in javac (JDK 9)?

When I compile a module that depends on other modules I've compiled previously I have to specify the --module-path <…

java classpath java-9 module-path
How do I add modules to the Eclipse Oxygen module path for a project?

I have a project that today has several jars as "Referenced Libraries". I'd instead like to add these as automatic …

java eclipse java-9 eclipse-oxygen module-path
Loading classes and resources in Java 9

I was reading this article on InfoQ quoting Reinhold: Developers can still use the Java class path in Java 9 for …

java spring-boot java-9 java-platform-module-system module-path
Unrecognized option: -modulepath

Is anyone else having this issue when they run the module it complains about this in java 9 mac version? Below …

java java-platform-module-system module-path
JavaFX and Maven in Intellij: JAVA_HOME set but "Unrecognized option --module-path" error persisting

Using Maven and JavaFX in Intellij (2019.1). I have been following this tutorial. I have a curious error that keeps occurring …

java maven intellij-idea javafx module-path
JavaFX-11 in VSCode: Error: Could not find or load main class Files\Java\javafx-sdk-11.0.2\lib

I have been trying to set up JavaFX-11 in Visual Studio Code. I found this post JavaFX-11 with VSCode, which …

javafx visual-studio-code java-11 javafx-11 module-path