Biniman Idugboe

Ranch Hand
+ Follow
since Jun 09, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
3
In last 30 days
0
Total given
0
Likes
Total received
10
Received in last 30 days
0
Total given
102
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Biniman Idugboe

I replaced "Cascade.css" with "/Cascade.css".  The code runs without error now.  Thanks to everyone who contributed comments.
2 years ago
I have recreated the project.  The folders are as shown below, but I still receive the same error message.
2 years ago

It will help a lot if someone can recommend which of the folders the non-java files (the resource files) are supposed to be in.
2 years ago

Login/src/main/resources/Login/Cascade.css


Are we expected to manually create the resources folder and then copy the resource files to it?  I have tried this approach but I still get the same error message:

java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because the return value of "java.lang.Class.getResource(String)" is null

2 years ago

System.out.println("classpath=" + System.getProperty("java.class.path"));


<<< javafx-maven-plugin:0.0.4:run (ide-debug) < process-classes @ Login <<<
--- javafx-maven-plugin:0.0.4:run (ide-debug) @ Login ---
classpath=D:\***\JavaStuff\ProjectsWithNetBeans\fxmlProjects\Login\target\classes;
C:\Users\***\.m2\repository\org\openjfx\javafx-base\13\javafx-base-13.jar;
C:\Users\***\.m2\repository\org\openjfx\javafx-controls\13\javafx-controls-13.jar;
C:\Users\***\.m2\repository\org\openjfx\javafx-graphics\13\javafx-graphics-13.jar
2 years ago
I suppose you mean the following:
2 years ago
The attached screen shot pretty much tells the story.  I am unable to resolve the matter.  I would appreciate your invaluable recommendations.
2 years ago
I see!  Thank you Sir.  I guess I will just stick with jdk14 for now.
2 years ago
Hi,
I am having a weird experience.  I create a project in Netbeans 12.0 and choose JDK16 as the Java platform (I have JDK14 and JDK16 installed on my computer).
The moment I click on another project, the JDK16 project folder simply disappears from the Projects pane.  Does anybody know why this is happening?
2 years ago
Hello Stephan,
Your recommendations have been really helpful to me.  However, I cannot get around to use Maven to run the most basic JavaFX application.
I sincerely apologize for coming back more than five months after the last comment on this thread.
I would just like to humbly request that you show me screen shots of how you would typically set up a JavaFX project using Maven on Netbeans.
At the moment, I use Netbeans 12.0, JDK14 and JavaFX17-ea+6.

A note to say that anybody else can oblige me with his or her experience on this matter.

Thanks
2 years ago
But it downloads and unpacks maven repository every time.  Is there no end to this?
3 years ago

Create all projects using Maven or Gradle.


With Maven, I cannot create JavaFX application if my computer is not connected to the internet.  I personally find this very restricting.
I like a situation where I can work on a project with or without connection to interface. Is it the case that the version of Maven in my
computer cannot work without internet connection? Maven version 3.6.3.
3 years ago