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

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

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

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

How to tell NetBeans to parse again the code of a class?

2019-04-06 Thread Richard Grin
Hi, When I change the server of a Web application, I provide packages not provided by the former server. The problem: NetBeans is still pointing out errors ("package does not exist" with a red icon on the left of code) while there are no more errors. If I modify a single line (adding and

Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
Hi, I have just tried NetBeans 11 and I am a bit disappointed. My environment: Windows 10 64 bit, openjdk 11 2018-09-25. NetBeans is running over Java 10.0.1. GlassFish 5.1 (and Payara) from Eclipse is running over JDK 8. Goal: creation of a Web application for Java EE 8 1. Creation of a Web