Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
Hi Geertjan, 1. Oracle JS Parser and nbjavac are installed and active. Still the same problem (when I received your last message). 2. In the plugin list of the plugin manager, I see that "Java Web and EE" is not active, neither "Java SE" (I have never tried to create a Java SE project). I acti

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
Hi Kai, I have been working with Java EE 8 for a long time too, without Maven, using NetBeans 9, but not "out of the box" (I had to add plugins from NetBeans 8.2). NetBeans 11 seems simpler now that I have solved my problems, thanks to the help of Josh and Geertjan. Regards, Richard Le 07/04

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Kai Uwe Pel
Hi Richard, please check this link for your references: https://javaee.github.io/tutorial/usingexamples001.html Since a long time I'm working with Java EE 8 and Vue.js, and I'm using NetBeans IDE v8.2 and v11 only, which works properly. Regards, Kai https://www.nyriad.com On 4/6/2019 8:55 PM

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
I mean close NetBeans, then restart it, then go to the Plugin Manager for those plugins. Gj On Sun, 7 Apr 2019 at 08:34, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Still having this problem? Close NetBeans and look for Oracle JS Parser in > the Plugin Manager and install it,

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
Still having this problem? Close NetBeans and look for Oracle JS Parser in the Plugin Manager and install it, same for nb-javac library. Gj On Sat, 6 Apr 2019 at 23:33, Richard Grin wrote: > Options Window: Test Connection is OK. No Proxy. > > Richard > Le 06/04/2019 à 21:07, Geertjan Wielenga

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
Are you sure your NetBeans has access to on-line, no problems with proxies, check the Options window? Gj On Sat, Apr 6, 2019 at 8:55 PM Richard Grin wrote: > Hi Josh, > > I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) > 64-Bit Server VM 25.172-b11 and I have the same

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
Hi Josh, I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11 and I have the same problem. I waited for the end of "Finding feature" for 20 minutes but nothing happened. Perhaps a problem due to the previous tests? Is it possible to clean the e

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Josh Juneau
Hi Richard, Thanks for the message regarding Java EE 8 support in NetBeans 11. We are working on providing Java EE 8 support (and Jakarta EE support) for an upcoming release. It was a very large task to get the code transfer for the Java EE support and licensing conversion completed so that a

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
"Explicit support of Java EE 8 is not currently part of Apache NetBeans 11.0. Also, JavaEE 8 only runs on JDK 8, not on later releases, and so if you 're doing development with JavaEE 8 it’s best to run NetBeans itself on JDK 8." From: https://netbeans.apache.org/download/nb110/index.html Gj On