question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error occurred during initialization of boot layer

See original GitHub issue

Whwn I run it comes an error.

`Error occurred during initialization of boot layer java.lang.module.FindException: Module com.kodedu.terminalfx not found

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
ashokkumarvelcommented, Jun 30, 2020

My project structure.

pstr

Error

err

`C:\Users\prade.jdks\openjdk-14\bin\java.exe --module-path D:/install/javafx-sdk-11.0.2/lib --add-modules javafx.fxml,javafx.base,javafx.controls,javafx.graphics,javafx.media,javafx.swing,javafx.web --add-modules javafx.base,javafx.graphics --add-reads javafx.base=ALL-UNNAMED --add-reads javafx.graphics=ALL-UNNAMED “-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\lib\idea_rt.jar=57877:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.1\bin” -Dfile.encoding=UTF-8 -m com.kodedu.terminalfx/com.kodedu.terminalfx.TerminalAppStarter Error occurred during initialization of boot layer java.lang.module.FindException: Module com.kodedu.terminalfx not found

Process finished with exit code 1

` What mistook I did in this ?

Hlep me !!!

1reaction
rahmanustacommented, Jun 30, 2020

How do you run it ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error occurred during initialization of boot layer FindException
I solved this issue by going into Properties -> Java Build Path and reordering my source folder so it was above the JRE...
Read more >
[FIXED] Error Occurred During Initialization Of Boot Layer Issue
How to Fix Error Occurred During Initialization Of Boot Layer · 1. Use Java Version Below 12.x · 2. Use Command to Run...
Read more >
Error occurred during initialization of boot layer - Eclipse
I wanted to run the Hello World code in Java, but the following error has appeared: Error occurred during initialization of boot layer...
Read more >
Error occurred during initialization of boot layer java.lang ...
This might probably be because while creating your own class you might have also accepted to create a default class as prescribed by...
Read more >
How To Fix Error Occurred During Initialization Of Boot Layer
How to fix Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found ************* Create JavaFX ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found