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: >>> https://m.youtube.com

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.

Stopping previous/current project execution when doing another Run

2020-01-16 Thread Emilian Bold
Hello, Am I the only one that would need for the Run action to sometimes automatically stop the current execution of the project? With anything that has a socket open I can't start another instance so I have to stop the current execution then Run again. I know that ideally some auto-deploy would

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: https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javaf

Is there a way to tell Netbeans 11.2 to treat a random file as a specific filetype

2020-01-16 Thread ronald marangwanda
Im editing a Fastlane file. This file does not have an extension, so I cannot use that to set the filetype for syntax highlighting. Is there a way in Netbeans to tell the IDE that this file is a ruby file, for example? Ron

RE: NetBeans 11.2 - how to use Remote Java SE for example with Raspberry Pi?

2020-01-16 Thread Lister Jonathan
Oh, After digging around for a while I found that the feature to run a project on a Remote Java Platform only works for Ant based projects, not Maven projects, that's a shame! From: Lister Jonathan Sent: Wednesday, 15 January, 2020 18:05 To: NetBeans Mailing Subject: NetBeans 11.2 - how to use