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

2020-01-16 Thread Glenn Holmer
On 1/16/20 12:16 PM, Emilian Bold wrote: > I seem to remember profiling is/was entirely broken on Win 64. Not > sure which OS you are using. Linux (Debian Buster). > On Thu, Jan 16, 2020 at 6:01 PM Glenn Holmer > wrote: >> >> On 1/1/20 2:51 PM, Geertjan Wielenga wrote: >>>

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

2020-01-16 Thread Emilian Bold
I seem to remember profiling is/was entirely broken on Win 64. Not sure which OS you are using. --emi On Thu, Jan 16, 2020 at 6:01 PM Glenn Holmer wrote: > > On 1/1/20 2:51 PM, Geertjan Wielenga wrote: > > https://m.youtube.com/watch?v=8xaRwqcKPSI > > I got an FX project running using that tip.

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

2020-01-16 Thread Glenn Holmer
On 1/1/20 2:51 PM, Geertjan Wielenga wrote: > https://m.youtube.com/watch?v=8xaRwqcKPSI I got an FX project running using that tip. I also got debugging working using the solution suggested here:

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

2020-01-03 Thread zahid
ll be very helpful! -- Chris - Original Message - From: zahid To: Geertjan Wielenga, Chris Olsen Cc: users Sent: Wed, 01 Jan 2020 18:48:45 -0500 (EST) Subject: Re: Newbie to Maven problem -- JavaFX runtime components missing if you want to run the example at https://openjfx.io/openjfx-do

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

2020-01-01 Thread Chris Olsen
2020 18:48:45 -0500 (EST) Subject: Re: Newbie to Maven problem -- JavaFX runtime components missing 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

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

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

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

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

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

2020-01-01 Thread Chris Olsen
"FXML JavaFX Maven Archetype (Gluon) and same w/o the FXML. -- Chris - Original Message - From: Geertjan Wielenga To: Chris Olsen Cc: users Sent: Wed, 01 Jan 2020 15:35:48 -0500 (EST) Subject: Re: Newbie to Maven problem -- JavaFX runtime components missing Go to the

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: > >>

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