Re: NB 11.3 – Can not open old projects

2020-04-16 Thread Peter Nabbefeld
Hello Ulf, just to make sure: Did You add JDK 1.7 as a Java Platform in 11.3? Kind regards, Peter Am 14.04.20 um 20:26 schrieb Ulf Zibis: Thanks for the hint, Laszlo. Surprise: After starting the IDE again to view the logs, the projects were opened automatically. Anyway in the logs I

Error: Could not find or load main class Initializing view, please wait ...

2020-04-16 Thread Richard Schmidt
I just completed a first time installation of apache netbeans 11.0 on a windows 10 system. I have previously installed netbeans 8.2 which is using jdk.1.8.0_241 installed in C:/ProgramFiles (x86)/java. I installed netbeans 11.0 in C;/Program Files/NetBeans 11.0/netbeans. netbeans64.exe would not

Re: Git status difference between build and command line

2020-04-16 Thread George Brooks
Hi. *org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] *remains in 12.0-beta3, and so do the icons indicating modified files despite what git status says at the command line. George On Sat, Apr 11, 2020 at 1:27 AM Peter Hull wrote: > Hi George, > I think it is this:

Re: set main class in pom.xml

2020-04-16 Thread Zahid Rahman
I sorted it . I deleted and recreated the class. Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org On Thu, 16 Apr 2020 at 20:37, Zahid Rahman wrote: > Hi, > > I want to replicate this in pom.xml > mvn -q exec:java

set main class in pom.xml

2020-04-16 Thread Zahid Rahman
Hi, I want to replicate this in pom.xml mvn -q exec:java -Dexec.mainClass=org.makeuse.avro.Test I wish to make my org.makeuse.avro.Test as the main class in pom.xml. When I run project from Netbeans it keeps picking up another class or expect the main method to be in that class. I can only run

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-04-16 Thread Neil C Smith
On Mon, 6 Jan 2020 at 19:16, Neil C Smith wrote: > Thanks. Just had a bit of time to dig into this. I can replicate > your issue with the duplicate launcher icon appearing, as of 11.2 - > earlier versions are fine. I can't replicate the WM_CLASS of the IDE > window being wrong, but it seems

Re: 12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Thanks, yes, that's it. :-) It's not the official what's new page, just a work in progress. Gj On Thu, Apr 16, 2020 at 11:03 AM Juan Algaba wrote: > What's new link 404's for me. It was probably meant to be > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0 > > -- > >

Re: 12.0 Beta 3 available

2020-04-16 Thread Juan Algaba
What's new link 404's for me. It was probably meant to be https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0 -- Juan A. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Hi all, 12.0 Beta 3 has been released, yesterday: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Details on what's new in 12.0 and what the focus is: http://cwiki.apache.org/confluence/display/NETBEANS/Apache+… The

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
On Thu, Apr 16, 2020 at 10:29 AM Ty Young wrote: > > > > Also, are Netbeans beta releases not being announced? I didn't even know > 12 was in its third beta. > > Yes, on the dev mailing list -- though indeed it would be good to announce them here too. If you want to follow the latest

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
I’ll also add that this was for JDK11 and references the JPackager that has since been replaced with JPackage in JDK14 for which the arguments are a little different. I’ve posted a supplemental article on DZone just now but it will be a few days before that appears. org.codehaus.mojo

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young
On 4/16/20 3:11 AM, Geertjan Wielenga wrote: Can you use the latest 12.0 Beta build, please, which should result in OpenJFX projects being able to be run and debugged out of the box:

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
Hi Ty, It can be a little confusing; can I recommend you follow a set of DZone[1] articles I authored on getting OpenJFX running happily in NetBeans. The articles target JDK 11 but there are no changes for 14. Using Maven there is no need to include local libraries other than that which Maven

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
Can you use the latest 12.0 Beta build, please, which should result in OpenJFX projects being able to be run and debugged out of the box: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Gj On Thu, Apr 16, 2020 at 9:51 AM

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Ty Young
On 4/15/20 11:50 PM, Ernie Rael wrote: I don't know enough about maven/javafx to give a definitive answer. The pom generated by NB for a javafx project seems to imply that there is a separate artifact for each javafx-module (as in java defined module). The program runs, so stuff is getting

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Chris Olsen
Ty and All -- I am afraid I am very much a beginner, and new to Maven, but if it would help to compare a complete pom that (Shock!) works, here is one. In my ignorance I pretty much had to take what Netbeans generated, with perhaps a very small amount of fiddling. -- Chris