Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 7
    This worked for me in Ubuntu 18.04 w/ OpenJDK 10.0.2 Commented Aug 24, 2018 at 14:58
  • 28
    Created a new error for me on macOS Mojave (10.14.2): Error occurred during initialization of boot layer java.lang.module.FindException: Module java.se.ee not found Commented Jan 11, 2019 at 0:28
  • 4
    I also tried 1.8.0_191, but am still getting: Error: Could not find or load main class java.se.ee Commented Jan 11, 2019 at 1:41
  • 4
    This option is not needed for the Java 8 and doesn't work for the Java 11, which doesn't have Java EE modules. Commented Jan 11, 2019 at 1:42
  • 15
    Not working, java.lang.module.FindException: Module java.se.ee not found Commented Sep 17, 2019 at 10:03