Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Thanks a lot Josh for the information. I have just read your message after answering Geerjan (whom I was asking for it). Le 15/06/2019 à 17:37, Josh Juneau a écrit : Hi Richard, The PR for inclusion of Java EE 8 support has been issued...I'm just working out a few minor build discrepancies...h

Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Hi Geertjan, A use case that you can reproduce with NetBeans 11.0 (Build incubator-netbeans-release-404-on-20190319) Java: 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11 Runtime: Java(TM) SE Runtime Environment 1.8.0_172-b11 System: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR

Netbeans keeps asking for Certificate

2019-06-15 Thread Helmut Leininger
Hi, every time (after new start of Netbeans) when I start editing a .fxml file, Netbeans asks for accepting a license from Oracle. What can I do to accept this permanently ? Regards Helmut <> signature.asc Description: OpenPGP digital signature

Re: NetBeans for Java EE 8

2019-06-15 Thread Josh Juneau
Hi Richard, The PR for inclusion of Java EE 8 support has been issued...I'm just working out a few minor build discrepancies...hoping to get it into the next release. As far as creating a Java EE 8 application project, you can also use the Maven archetype that I developed for use with Apache NetB

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Helmut Leininger
Hi, after trying at least 15 of the supposed solutions without success, I found the problem. It was a simple LowerCase/UpperCase mixup:  Windows is niot case-sensitive in filename --> running from IDE is ok. Java Runtimes are case-sensitive when searching in the .jar file --> problem (fenster1.f

Re: NetBeans for Java EE 8

2019-06-15 Thread Geertjan Wielenga
Can you be very explicit about ‘but that is not quite the case these days’? Do you mean specifically the need for an installer, which already exists, but you can’t find it? We need very explicit statements because we really want to support you. And what do you mean explicitly about NetBeans ‘adapt

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Geertjan Wielenga
When I google ‘JavaFX location is not set’, I see quite a few responses and solutions. Gj On Sat, 15 Jun 2019 at 11:42, Helmut Leininger wrote: > Hi, > > I do not know if this is the correct place to ask. > > I am running Windows10, netbeans 11,openjdk 12, javafx 12. > > I am developping a mod

NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Hi, I'm preparing a course on Java EE for this fall. When can I expect a NetBeans version adapted to Java EE 8? Is it already planned? Will the last versions of Payara be included in the available servers? I have been using NetBeans for a long time because the installation of the working envir

Re: NB11 hangs (as well as NB10) on downloading HTTP Javadoc

2019-06-15 Thread Lars Bruun-Hansen
Hi Gary, You are affected by NETBEANS-58. (evident from your thread dump, thanks for that). For the benefit of the discussion I'll try to explain in detail. Bear with me. For the deadlock to happen, the following conditions must apply: - You use Windows - Your NB uses a network proxy to reach i

Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Helmut Leininger
Hi, I do not know if this is the correct place to ask. I am running Windows10, netbeans 11,openjdk 12, javafx 12. I am developping a modular javafx application, using Ant (i.e. no Maven, no Gradle). I have several modules (Mainmodule, Tools, UI). In the UI module is the package MainWindow, wher