From 9715edded3b4c7dd180a6ce9f260dfe46102aff0 Mon Sep 17 00:00:00 2001 From: Matthew Harrison Date: Thu, 7 Nov 2019 12:42:21 +0000 Subject: [PATCH 1/3] Update ide-netbeans.html (Non-modular project) Added note to uncheck the Compile on Save option, otherwise modules may still not be found at runtime despite VM options having correct --modules-path and --add-modules options set --- ide-netbeans.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ide-netbeans.html b/ide-netbeans.html index e8a87fc..0859143 100644 --- a/ide-netbeans.html +++ b/ide-netbeans.html @@ -149,11 +149,16 @@
5. Add VM options
+

+ Also, go to Properties -> Build -> Compiling and + uncheck the Compile on Save checkbox. + (You may need to clean and build for this to take effect.) +

+

VM options Click apply and close the dialog. -

6. Run the project
@@ -750,4 +755,4 @@
6. Create a custom runtime image
build\image\bin\hellofx - \ No newline at end of file + From 38ad5711642560471828486985ba8df474234820 Mon Sep 17 00:00:00 2001 From: Matthew Harrison Date: Thu, 7 Nov 2019 12:50:56 +0000 Subject: [PATCH 2/3] extra explanation for unchecking Compile on Save --- ide-netbeans.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide-netbeans.html b/ide-netbeans.html index 0859143..67be720 100644 --- a/ide-netbeans.html +++ b/ide-netbeans.html @@ -151,7 +151,7 @@
5. Add VM options

Also, go to Properties -> Build -> Compiling and - uncheck the Compile on Save checkbox. + uncheck the Compile on Save checkbox. This option may prevent the javafx modules from being found at runtime. (You may need to clean and build for this to take effect.)

From 3cce11e26958cd6f3f64ce1a04f2869f918c8f9e Mon Sep 17 00:00:00 2001 From: Matthew Harrison Date: Thu, 7 Nov 2019 13:54:45 +0000 Subject: [PATCH 3/3] Update ide-netbeans.html --- ide-netbeans.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ide-netbeans.html b/ide-netbeans.html index 67be720..5d2c2de 100644 --- a/ide-netbeans.html +++ b/ide-netbeans.html @@ -159,6 +159,7 @@
5. Add VM options
VM options Click apply and close the dialog. +

6. Run the project