#codesWith : Jerome Lelasseux codes with NetBeans

2019-10-23 Thread Emilian Bold
Jerome Lelasseux was so kind as to answer my previous call for NetBeans testimonials > For my main hobby project, JJazzLab, a music desktop application, I > discovered the NetBeans Rich Client Platform. It was not easy at the > beginning, but I don't regret it! Read the full article on http://

Re: Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Richard Grin
Thank you very much Lazlo and Neil. I have sent the information to all the students in my course starting this Monday. Le 23/10/2019 à 23:20, Laszlo Kishalmi a écrit : Check out these issues: https://issues.apache.org/jira/browse/NETBEANS-3251 and https://issues.apache.org/jira/browse/NETBEANS-

Re: Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Laszlo Kishalmi
Check out these issues: https://issues.apache.org/jira/browse/NETBEANS-3251 and https://issues.apache.org/jira/browse/NETBEANS-3253 It has been solved for 11.2, but the solution in NETBEANS-3253 can be applied on earlier versions. On 10/23/19 2:14 PM, Richard Grin wrote: Is this problem kn

Re: Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Neil C Smith
On Wed, 23 Oct 2019, 22:15 Richard Grin, wrote: > Is there a recommended workaround? Is it really a problem with the JDK > version? > Not a problem, but a change in behaviour. Try editing netbeans.conf or wait a few days for 11.2. See https://github.com/apache/netbeans/pull/1581 Best wishes, Ne

Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Richard Grin
Is this problem known? https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has Is there a recommended workaround? Is it really a problem with the JDK version? The error message when a project of type Maven - Web application is crea

Re: GUI builder cannot find generated code

2019-10-23 Thread Paul "TheSlimDude" Morris
GIT is the preferred method of sharing. Saves cluttering up inboxes of everyone on the list with attachments. --- Cheers, Slim On 2019-10-23 12:46, Peter Toye wrote: > Dear Paul, > > You can probably delete the swing library - the original program used it. > > The project platform is JDK12

Re: GUI builder cannot find generated code

2019-10-23 Thread Bayless
IIRC swing-layout was a separate library required in the early days of the Netbeans free form GUI editor. Eventually, Java included the code in the standard jdk. Although it did the same thing, it did it in a slightly different and not fully compatible way. I'm not certain but I think I had to

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
Dear Paul, You can probably delete the swing library - the original program used it. The project platform is JDK12 which is what I've got installed. You can probably downgrade it to 11 without problems, as I don 't use any Java features that aren't in version 8. How is one to send an entire pr

Re: GUI builder cannot find generated code

2019-10-23 Thread Paul "TheSlimDude" Morris
I just did that and two issues popped up right away: Problem: The project uses a class library called "swing-layout", but this class library was not found. Solution: Click Resolve to open the Library Manager and create a new class library called "swing-layout". The active project platform is an

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
Dear Geertjan, I'm not sure what you mean by a "Stack trace" - there's no dump available as it didn't crash.. Here's as small an example as I can manage. Steps to reproduce: Open TestFormBug in NB 11.1 (I'm on Windows - don't know if the OS is relevant). If not already open, in package com.pto

Re: GUI builder cannot find generated code

2019-10-23 Thread Geertjan Wielenga
Unless we can reproduce it or get a stack trace, you’ll get no responses. Gj On Wed, 23 Oct 2019 at 16:09, Peter Toye wrote: > More information on this. When I open the .java file in a text editor, the > editor-fold lines have extra information > > // //GEN-BEGIN:initComponents > and > } //

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
More information on this. When I open the .java file in a text editor, the editor-fold lines have extra information // //GEN-BEGIN:initComponents and } // //GEN-END:initComponents But these don't appear when I look at the file in NetBeans. I've done the same for a very simple project which