adding classpath

2019-09-10 Thread joe schmo
Does anyone know how to add a directory to the classpath in a Maven based project in NetBeans 11.1? Thanks

Re: Development Builds how much are we using them?

2019-09-10 Thread joe schmo
I've tried twice to unsubscribe to this email address. Can someone please make these emails stop.

Re: Very Slow Operations with NB 11

2019-07-23 Thread joe schmo
I have an ASUS laptop Processor Intel(R) Pentium(R) CPU N4200 @ 1.10GHz, 1101 Mhz, 4 Core(s), 4 Logical Processor(s) Installed Physical Memory (RAM) 8.00 GB I have dual boot, Windows 10 and Ubuntu 18.04. Start up time for NetBeans is much slower on Windows 10 than Ubuntu. I do not have any pr

Re: Beta 3 installers : Re: Apache NetBeans 11.1-beta3 Is Available for Testing!

2019-07-05 Thread joe schmo
Is there a zip file with 11.1 beta3? I'd rather that then an installer. Thanks BC From: reema.tan...@oracle.com Sent: July 4, 2019 11:25 AM To: dev@netbeans.apache.org Subject: Beta 3 installers : Re: Apache NetBeans 11.1-beta3 Is Available for Testing! Pleas

Re: JavaFX Netbeans 11

2019-05-16 Thread joe schmo
che%2Fnetbeans%2Fpull%2F1241&data=02%7C01%7CChris.Luff%40cerner.com%7C7a86cd5512e244f3168a08d6d78ad41e%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636933388594804024&sdata=YICV2coSSajZ2b8oHTHARTNaZqyn878gl3ldftbqAJA%3D&reserved=0> On 16 May 2019, at 10:30, joe schmo mailto:geekyguy...@h

Re: JavaFX Netbeans 11

2019-05-16 Thread joe schmo
avaFX Netbeans 11 What modifications do you have to make? What JDK are you running the build and NetBean upon? > On 15 May 2019, at 11:15, joe schmo wrote: > > I have recently installed Netbeans 11.0 on Ubuntu 18.04 ,created a JavaFX > project and it works fine out of the box, whic

JavaFX Netbeans 11

2019-05-15 Thread joe schmo
I have recently installed Netbeans 11.0 on Ubuntu 18.04 ,created a JavaFX project and it works fine out of the box, which is odd. I have been using Netbeans 11.0 on Windows 10 and when I create a JavaFX project I have to modify the POM file before I can compile the project. Does anyone know wh

Re: JavaFX debug

2019-04-26 Thread joe schmo
uld work, previously they were custom actions. Best regards, Thomas On 2019/04/25 20:52:27, joe schmo wrote: > Thomas said it was configured for a module and to adapt it as needed. It's that part I don't understand, I would think changing it to my Main class would be part of it, but the

Re: JavaFX debug

2019-04-25 Thread joe schmo
enga Sent: April 25, 2019 5:47 PM To: dev Subject: Re: JavaFX debug You change this: org.example/org.example.Main ...to your own Main class. Or let's just ask Thomas. Hi Thomas, can you provide more info to the above question? Thanks, Gj On Thu, Apr 25, 2019 at 11:43 PM joe schmo wrote:

Re: JavaFX debug

2019-04-25 Thread joe schmo
homas describes. Gj On Thu, Apr 25, 2019 at 11:09 PM joe schmo wrote: > Since I am unable to debug my JavaFX program I will not be making a > tutorial video. But of course you knew that. > > BC > > From: Geertjan Wielenga > Sent: April

Re: JavaFX debug

2019-04-25 Thread joe schmo
forward to it. When you've made it, we'll promote it on Twitter, Facebook, etc. Gj On Thu, Apr 25, 2019 at 10:51 PM joe schmo wrote: > This might be a good candidate for one of those tutorial videos. > > BC > > From: Thomas Zimmermann >

Re: JavaFX debug

2019-04-25 Thread joe schmo
org.example/org.example.Main This configuration is obviously for the module path, adapt to the classpath if needed. Best regards, Thomas On 2019/04/06 10:26:36, joe schmo wrote: > I'm trying to debug a JavaFX program but it