Error occurred during initialization of boot layer
See original GitHub issueWhwn 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:
- Created 3 years ago
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

My project structure.
Error
`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 !!!
How do you run it ?