Re: [java] Can NB 8.2 and NB 9 Coexist

2018-05-30 Thread Eduard
They can. However, there is a compatibility issue with the ant build system: When NB 9 opens a project created with 8.2 it modifies the buildImpl.xml file to add support for Java 9 modules. Subsequently opening the project in 8.2 and then building it will fail, with a complaint about some miss

Re: What is the way to open each project in a separate window?.

2018-05-30 Thread Emilian Bold
There's a single 'main window' in NetBeans, you can't have the Projects view in two separate windows even if you try to undock some and regroup. I guess you could launch NetBeans multiple times with different userdirs. --emi ‐‐‐ Original Message ‐‐‐ On 30 May 2018 5:53 PM, Varuna Sene

RE: Running an angular application

2018-05-30 Thread Mark A. Claassen
Thanks for the prompt reply! What about in 8.2? Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Main Street Leighton Plaza Suite 375 South Bend, IN 46601 E-mail: mailto:mclaas...@ocie.net Voice: (574)232-3784 Fax: (574)232-4014 ---

Re: Running an angular application

2018-05-30 Thread Geertjan Wielenga
Not in 9.0, which is focused on Java SE only. All the JavaScript features (and Java EE, PHP, Groovy, C/C++) must still be donated to Apache by Oracle. Gj On Wednesday, May 30, 2018, Mark A. Claassen wrote: > I have an Angular application that works just fine running “ng serve” from > the comman

Running an angular application

2018-05-30 Thread Mark A. Claassen
I have an Angular application that works just fine running "ng serve" from the command line. What is the best way to run this project in netbeans? I found some things on the internet, but they seem out of date or not quite what I want. Can I run this as a Node.js application and with the cor

What is the way to open each project in a separate window?.

2018-05-30 Thread Varuna Seneviratna