Re: Newbie to Maven problem -- JavaFX runtime components missing : SOLVED

2020-01-01 Thread zahid
There are no components missing,  you need to set command line arguments. I think a found an answer for you on how to run from NetBeans IDE. select project  -> left click -> run maven   ->  set goal in dialogue window type  javafx:run -> OK second time NetBeans remembers next time you  to go

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread zahid
with the pom.xml file I gave you. You also to need to know how to use the  maven repository. steps are : 1. go to https://mvnrepository.com/  2. then go to search box. 3. type org.openjfx 4. select JavaFX Controls 5.

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Chris Olsen
Zahid and All -- Thank you! I now have had some success, and things are looking up. I think I need to study some existing working pom files, and this will be very helpful! -- Chris - Original Message - From: zahid To: Geertjan Wielenga , Chris Olsen Cc: users Sent: Wed, 01 Jan 2

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread zahid
if you want to run the example at https://openjfx.io/openjfx-docs/maven Below is the complete pom.xml file I just made it. I have tested it. you also need to create the directory structure maven expects. see https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-l

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Chris Olsen
Hi, Geertjan-- > There’s a colon in there, at least. Hah! Got it! I had not seen the colon (ancient eyes), and I also noticed in your Youtube , properties (exec.args, exec.executable) that Netbeans had not generated for me .(Should it have?) Thank you once again!I think I'm on

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
https://openjfx.io/openjfx-docs/maven Gj On Wed, 1 Jan 2020 at 18:24, Geertjan Wielenga wrote: > > There’s a colon in there, at least. > > javafx:run > > If I remember correctly. Really take a look at that YouTube clip again. > > Gj > > On Wed, 1 Jan 2020 at 18:23, Geertjan Wielenga > wrote: >

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
There’s a colon in there, at least. javafx:run If I remember correctly. Really take a look at that YouTube clip again. Gj On Wed, 1 Jan 2020 at 18:23, Geertjan Wielenga wrote: > Is that what you see in that YouTube clip? Can you take another look at it? > > Gj > > On Wed, 1 Jan 2020 at 18:17,

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
Is that what you see in that YouTube clip? Can you take another look at it? Gj On Wed, 1 Jan 2020 at 18:17, Chris Olsen wrote: > Hi, again (and thanks again for lightning!) -- > > > https://m.youtube.com/watch?v=8xaRwqcKPSI > > I did that (and remembered that I had watched this previously

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Chris Olsen
Hi, again (and thanks again for lightning!) -- > https://m.youtube.com/watch?v=8xaRwqcKPSI I did that (and remembered that I had watched this previously with the same result as follows). I am now getting a message,... Unknown lifecycle phase "javafx".. You must...or a goal in the forma

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Chris Olsen
Geertjan -- Thank you very much for your lightning reply! I had previously tried both of those, but tried once again. Same messages on both Gluons (with an without fxml), and my Maven buddy's program runs as advertised. Just to make sure we are on the same wavelength, these were "FX

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
https://m.youtube.com/watch?v=8xaRwqcKPSI Gj On Wed, 1 Jan 2020 at 17:35, Geertjan Wielenga wrote: > Go to the “Java with Maven” category in the New Project dialog and use the > two Gluon OpenJFX samples that you see there. > > Gj > > On Wed, 1 Jan 2020 at 17:29, Chris Olsen wrote: > >> Hello,

Re: Static code analysis - FindBugs (SpotBugs) support

2020-01-01 Thread Bilu Al
Hello everyone, any news on this please? In fact the plugin still exist in the plugin portal: http://plugins.netbeans.org/plugin/912/findbugs-tm-plugin but seems to not have been updated since a while. there is some missing dependancy with Netbeans 11+: -The plugin javax.jmi.reflect is requeste

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Geertjan Wielenga
Go to the “Java with Maven” category in the New Project dialog and use the two Gluon OpenJFX samples that you see there. Gj On Wed, 1 Jan 2020 at 17:29, Chris Olsen wrote: > Hello, Everyone and Happy New Year -- > > I am trying to write a simple starter HelloFX program, and running into > an

Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread Chris Olsen
Hello, Everyone and Happy New Year -- I am trying to write a simple starter HelloFX program, and running into an odd problem. I am running with Netbeans 11.2, jdk-13.0.1, javafx-sdk-11, apache-maven-3.6.3 on a Windows 10 machine, and have not altered anything that Netbeans gives me At

Re: [platform] IOProvider - org.netbeans.api.io vs org.openide.windows

2020-01-01 Thread Patrik Karlström
Thanks, I think I got it now. Ended up at https://github.com/apache/netbeans/blob/master/platform/core.output2/src/org/netbeans/core/output2/NbIOProvider.java . I also think I understand why there are, at least, two IOProviders, and the main problem was resolved by adding a missing dependency. So