Error occurred during initialization of boot layer .java.lang.module.FindException: Unable to derive module descriptor for C:\Users\Thunderbolt\IdeaProjects\CONTROLS1\jlfgr-1_0\jlfgr-1_0.jar
Answered
I have java 11, and I was adding java feel and graphics repository jar file, but after running the program this error is coming up,
Please tell me what can I do?
Please sign in to leave a comment.
The issue seems to be related to the use of Java modules in your project. If you don't know how to use it, delete module-info.java file from the project or switch to Java 8.
this is just a basic one
and I didn't even write a code
I'm using java jdk 15 and javafx 15
Please help.
@...
What is your Run Configuration properties for this app? You are probably not passing the path to your javafx lib in the run config VM options.
E.g.
See this SO question for more information.
@...
Thanks. I've already created the path as you suggested. I've resolved the error by removing "=" symbol.
Thanks .
I'm creating a new project,
can anyone help please?
this is one of the fxml file,
here I want to click few check boxes and click "Apply button" so that a new scene appears.
I'm new to the software field and I'm not getting the code
so please help
I'm trying to write the code as shown in the above picture.
I don't know whether it is right or wrong.
but I definitely need some help.
Thank you.
@...
Plenty of information about it on the Internet:
If you have trouble with a specific element or configuration inside the IDE, let us know.
Arina Efremova
I think you didn't understand my requirment.
what I want is when I Check a Checkbox and click "Apply" button,
it should load a new scene,
and I don't know how to do that, so can you please help me with the code instead of posting link.
It would be so nice of you.
It's my school project and I need to submit early in the morning.
This support forum is for the IDE specific questions. There should be other places where you can ask for help with your homework.