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?

0
8 comments

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.

2
Avatar
Permanently deleted user

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.

 

1

@...

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.

--module-path /home/local/Downloads/openjfx-11.0.2/lib --add-modules=javafx.controls,javafx.fxml

See this SO question for more information.

0
Avatar
Permanently deleted user

@...

Thanks. I've already created the path as you suggested. I've resolved the error by removing "=" symbol.

Thanks .

 

 

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

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.

0

This support forum is for the IDE specific questions. There should be other places where you can ask for help with your homework.

0

Please sign in to leave a comment.