I don't know the answers to your questions, I would recommend taking a look
at the many instructions here related to NetBeans and JavaFX:
https://openjfx.io/openjfx-docs/#introduction
Gj
On Mon, Nov 26, 2018 at 1:56 PM Bob wrote:
> On 25/11/2018 19:53, Geertjan Wielenga wrote:
>
> https://www.
On 25/11/2018 19:53, Geertjan Wielenga wrote:
https://www.youtube.com/watch?v=RCdBmPfzeyM
Gj
Hello, Geertjan.
Can you tell me: what is the difference between the last
part of my current "Run" goal:
exec:java
and the last part of your "Run" goal:
org.codehaus.mojo:exec-maven-plugin
On 11/25/2018 01:53 PM, Geertjan Wielenga wrote:
> https://www.youtube.com/watch?v=RCdBmPfzeyM
Did you get debugging to work with that?
--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
https://www.youtube.com/watch?v=RCdBmPfzeyM
Gj
On Sun, Nov 25, 2018 at 6:16 PM Bob wrote:
> On 25/11/2018 16:55, Glenn Holmer wrote:
>
> On 11/25/2018 10:18 AM, Bob wrote:
>
> Using Apache Netbeans 10 to create a "Maven" -> "JavaFX Application"
> leads to a project which won't compile or run.
>
On 25/11/2018 16:55, Glenn Holmer wrote:
On 11/25/2018 10:18 AM, Bob wrote:
Using Apache Netbeans 10 to create a "Maven" -> "JavaFX Application"
leads to a project which won't compile or run.
Have the default Maven project files been updated in Apache Netbeans 10
to work with JDK 11 and JavaFX?
I use the following with my students:
Changing to Maven
There are a few setting we will have to do to every program we make.
Under Project Files -> pom.xml
You must change everything under To this:
org.openjfx
javafx-fxml
11-ea+25
On 11/25/2018 10:18 AM, Bob wrote:
> Using Apache Netbeans 10 to create a "Maven" -> "JavaFX Application"
> leads to a project which won't compile or run.
>
> Have the default Maven project files been updated in Apache Netbeans 10
> to work with JDK 11 and JavaFX? If not, can anyone point me to
>