Re: Java 14 / Netbeans download problem

2020-03-18 Thread Emilian Bold
Then again, the installer could perhaps *detect* JDK 14 and give the users a nicer message? --emi On Wed, Mar 18, 2020 at 11:21 PM Chris Olsen wrote: > > Geertjan and All -- > >> Or don’t use JDK 14 when installing as explicitly stated on the > download page. > >I have GOT to learn to

Re: NetBeans and Derby

2020-03-18 Thread Richard Grin
Hello, Do you use Payara? Richard Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Klerman Date : 19/03/2020 05:43 (GMT+01:00) À : users@netbeans.apache.org Objet : NetBeans and Derby Hello, I'm not sure if this is the right place to post this question.

NetBeans and Derby

2020-03-18 Thread Klerman
Hello, I'm not sure if this is the right place to post this question. I'm trying to configure NetBeans 11.3 so it can be used with Derby. I guess that Derby is correctly installed, as I can execute commands with its utilities in the Ubuntu Terminal. I registered the Derby software in NetBeans, with

Re: Java 14 / Netbeans download problem

2020-03-18 Thread Chris Olsen
Geertjan and All -- > Or don’t use JDK 14 when installing as explicitly stated on the download page. I have GOT to learn to read the fine print... -- Chris - Original Message - From: Geertjan Wielenga To: Patrik Karlström Cc: users Sent: Wed, 18 Mar 2020 15:14:10 -0400 (EDT

Re: Java 14 / Netbeans download problem

2020-03-18 Thread Geertjan Wielenga
Or don’t use JDK 14 when installing as explicitly stated on the download page. Gj On Wed, 18 Mar 2020 at 20:11, Patrik Karlström wrote: > Pack200 was removed in Java 14. > https://openjdk.java.net/jeps/367 > > Try the zip version of NetBeans and see if it works. > > > Den ons 18 mars 2020 kl 19

Re: Java 14 / Netbeans download problem

2020-03-18 Thread Patrik Karlström
Pack200 was removed in Java 14. https://openjdk.java.net/jeps/367 Try the zip version of NetBeans and see if it works. Den ons 18 mars 2020 kl 19:58 skrev Chris Olsen : > Hello, Everyone -- > >I just downloaded the AdoptOpenJDK, and installed it via the .msi > file. Then I attempted to do

Java 14 / Netbeans download problem

2020-03-18 Thread Chris Olsen
Hello, Everyone -- I just downloaded the AdoptOpenJDK, and installed it via the .msi file. Then I attempted to download Netbeans 11.3. The Netbeans installation reached an "unexpected exception," to wit: java.lang.NoClassDefFoundError: java/util/jar/Pack200 Has a

Re: [platform] Getting a hook for 'status: ready'

2020-03-18 Thread Patrik Karlström
Stupid me. That was not the platform talking. Den ons 18 mars 2020 kl 08:14 skrev Patrik Karlström : > Under some circumstances, my platform application is not performing so > well during startup. > There is a lot of JavaFX stuff invoked too in the top components being > restored. > > I've been e

[platform] Getting a hook for 'status: ready'

2020-03-18 Thread Patrik Karlström
Under some circumstances, my platform application is not performing so well during startup. There is a lot of JavaFX stuff invoked too in the top components being restored. I've been experimenting with a delay that makes the FX stuff kick in 45 seconds after application start and that is somewhat