Re: 11.3 - Can't use "Package As" with Ant project any more

2020-03-10 Thread Geertjan Wielenga
Give it a try, see if it meets your needs. Gj On Tue, 10 Mar 2020 at 23:05, Chris Olsen wrote: > Hello, All -- > >Regarding the Java 14 packaging tool, I see a phrase something like > "FX-specific" things will not be supported. I am not sure what this > means. Does it mean that no FX feat

Re: Re: Statement of disappointment

2020-03-10 Thread Bradley Willcott
I wish to make one final offering here.  I have found that looking at a working project has helped me to understand how things should be. Therefore, if you are interested, go have a look at one of my open source projects: Markdownj CLI You will fi

Re: 11.3 - Can't use "Package As" with Ant project any more

2020-03-10 Thread Chris Olsen
Hello, All -- Regarding the Java 14 packaging tool, I see a phrase something like "FX-specific" things will not be supported. I am not sure what this means. Does it mean that no FX features are supported, or only a few and we're not saying which, or ??? And if FX is not supported in th

Re: 11.3 - Can't use "Package As" with Ant project any more

2020-03-10 Thread Geertjan Wielenga
That functionality appears to be related to JavaFX ( http://marxsoftware.blogspot.com/2013/11/native-java-packaging-with-netbeans-74.html), which is no longer in the JDK, which may explain why it doesn't work (i.e., isn't supported anymore). The related user interface items should be removed from N

Re: 11.3 - Can't use "Package As" with Ant project any more

2020-03-10 Thread Thomas Kellerer
Thanks, that works, but unfortunately it bundles the JDK 8 rather then JDK 11 (which is selected for the project) Thomas Geertjan Wielenga schrieb am 09.03.2020 um 12:03: Maybe it will still work if you run NetBeans itself on JDK 8. Gj On Mon, 9 Mar 2020 at 11:54, Thomas Kellerer mailto:sha

Re: Statement of disappointment

2020-03-10 Thread Geertjan Wielenga
Did my best to help — received a ZIP file with a bunch of Java files and images, no NetBeans project at all. I think a key lesson in this thread is: (1) please start a new thread for each problem you have, (2) please don’t send generic rants because (a) you yourself can probably express your probl

Re: Statement of disappointment

2020-03-10 Thread Geertjan Wielenga
I have a strong suspicion that the image files are not actually in the project, instead, they are somewhere outside of it. I’m happy to spend time investigating the code, though let’s just note that all this has nothing at all to do with this thread — a few basic Java tutorials should be followed,

Re: Statement of disappointment

2020-03-10 Thread Glenn Holmer
On 3/10/20 7:47 AM, Judi Rastall wrote: > I have been doing some digging around and the first line where an image > is called is the line identified as giving the error. However, this is > part of the code generated by Netbeans when I created the panel using > the design feature in Netbeans. In oth

Re: Statement of disappointment

2020-03-10 Thread Geertjan Wielenga
Just send it to my e-mail address and I’ll try to help: geert...@apache.org Make sure the whole project is in a ZIP file, but before you create the ZIP file, please delete the “build” folder. Gj On Tue, 10 Mar 2020 at 14:02, Judi Rastall wrote: > Netbeans gives a warning to not try and change

Re: Statement of disappointment

2020-03-10 Thread Judi Rastall
Netbeans gives a warning to not try and change the code it generates and says that it will change it back the next time I run or build the file. Someone did suggest loading my project into github. I have heard of github but have no idea of how to use it or load stuff into it. I guess this maili

Re: Statement of disappointment

2020-03-10 Thread Geertjan Wielenga
We’d love to help you and, yes, you can indeed change code that NetBeans generates. Can you help us to help you — put your code somewhere so that we can look at it? Gj On Tue, 10 Mar 2020 at 13:48, Judi Rastall wrote: > I have been doing some digging around and the first line where an image is

Re: Statement of disappointment

2020-03-10 Thread Judi Rastall
I have been doing some digging around and the first line where an image is called is the line identified as giving the error. However, this is part of the code generated by Netbeans when I created the panel using the design feature in Netbeans. In other words, I cannot alter it! Netbeans knows