Re: Old Problem - Pack200 - Compiling Netbeans Platform

2023-01-03 Thread Michael Bien
On 03.01.23 15:13, ad...@netcrystals.at.INVALID wrote: Hello, this may be an old problem and I already tried to find a solution in the internet but couldn’t find a usefull hint. After years I decided to continue my Netbeans project. In the meantime, the Pack200 Program from java.util seems

Re: NetBeans Platform JavaFX Integeration Tutorial

2023-01-03 Thread Ernie Rael
Greetings Ken, As you're likely aware, NetBeans is now an Apache project supported by volunteers. Frustratingly for many, documentation and help need lots of attention. JavaFX in particular, has gotten little attention. It would be great if you could turn your experience with JavaFX on NetBe

Re: Netbeans compiles Project, but cannot load it

2023-01-03 Thread László Kishalmi
There is an update being released for NetBeans 16 addressing several Gradle issues. It will be available on the automatic updates in a day or two. I hope that will help. On Tue, Jan 3, 2023 at 9:31 AM Ulrich Mayring wrote: > I forgot to mention that deleting the Netbeans Cache did not help. Wha

Re: Netbeans compiles Project, but cannot load it

2023-01-03 Thread Ernie Rael
Within a few days (maybe today) there will be a patch release to fix some severe Gradle issues. Suggest trying that and see how things go. distributed directly on our NetBeans 16 Update Center. There are no other binaries planned for this release. Apache NetBeans 16-u1 contains only two module

Re: Netbeans compiles Project, but cannot load it

2023-01-03 Thread Ulrich Mayring
I forgot to mention that deleting the Netbeans Cache did not help. What does work sometimes (but not all of the time!) is when I create a new subproject in a different subdirectory. However, when I rename that to the name of the problematic subproject, then things break again. So it seems that

NetBeans Platform JavaFX Integeration Tutorial

2023-01-03 Thread Ken Standard
To whom it may concern: There are several issues to address. The mentioned tutorial is solely based on a Windows user perspective. That is  a very short/narrow view of a product widely used on many platforms, including Linux and Mac. This one-platform perspective does no good for those who do

Old Problem - Pack200 - Compiling Netbeans Platform

2023-01-03 Thread admin
Hello, this may be an old problem and I already tried to find a solution in the internet but couldn't find a usefull hint. After years I decided to continue my Netbeans project. In the meantime, the Pack200 Program from java.util seems to have been removed from the new JDKS. Failed to exe

Netbeans compiles Project, but cannot load it

2023-01-03 Thread Ulrich Mayring
Hi all, I have a Gradle 7.5 based multi-project build on Netbeans 16 with Java 17. One of my subprojects cannot be loaded, the IDE displays "Priming Build required", but when I click on "resolve", then nothing much happens (there is some messages "preparing priming build" for a short time).