Re: SAF - fixed it!

2019-07-23 Thread Geertjan Wielenga
The best answers are those that are self provided. :-) Gj On Tue, 23 Jul 2019 at 19:38, Jerry Nicholson wrote: > So I found the SAF plug in and installed it in NB 11.0 and it seems to > be just fine! > > Answered my own question. > > -- > Jerry Nicholson > Mlink.com LLC > 603.523.8398 > > >

Is "Run JPQL Query" working?

2019-07-23 Thread Richard Grin
Hi, NetBeans 11.1 beta 4 (I have not installed the final version yet). I can't use the tool to test the JPQL queries with a right click on persistence.xml > "Run JPQL Query". The JPQL query: "select c from Customer c" with the sample database provided by the installation. I have generated the

SAF - fixed it!

2019-07-23 Thread Jerry Nicholson
So I found the SAF plug in and installed it in NB 11.0 and it seems to be just fine! Answered my own question. -- Jerry Nicholson Mlink.com LLC 603.523.8398 - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For

SAF in NB 8?

2019-07-23 Thread Jerry Nicholson
My primary machine crashed, and in rebuilding it, I downloaded NB 8.0 in order to recreate the development environment we use for our Swing based system. Prior to the crash, I used the GUI builder in 8.0.1 and it worked great. Now the reinstall of NB won't allow the use of the GUI builder

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Would be good to continue the discussion here: https://issues.apache.org/jira/browse/NETBEANS-2884 Gj On Tue, Jul 23, 2019 at 4:02 PM Patrik Karlström wrote: > The IDE Log gives me > > INFO [org.netbeans.modules.java.j2seplatform.wizard.NewJ2SEPlatform]: > Cannot execute probe process >

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Dell Green
Also On linux rolling back the snap package to Netbeans 11 the problem goes away. If I subseuently then update the snap package again to Netbeans 11.1 the problem is back. On Tue, 2019-07-23 at 13:54 +, users-digest- h...@netbeans.apache.org wrote: > It's weird because AFAIK nothing has been

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Dell Green
Yes i am also seeing this when trying to add jdk 6 or 7 as a java platform to Netbeans 11.1 on Ubuntu 18.04. On Tue, 2019-07-23 at 13:54 +, users-digest- h...@netbeans.apache.org wrote: > users Digest 23 Jul 2019 13:54:33 - Issue 574 > > Topics (messages 3498 through 3499) > > Re:

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Patrik Karlström
The IDE Log gives me INFO [org.netbeans.modules.java.j2seplatform.wizard.NewJ2SEPlatform]: Cannot execute probe process java.io.IOException: Java process exit code: 1 at org.netbeans.modules.java.j2seplatform.wizard.NewJ2SEPlatform.getSDKProperties(NewJ2SEPlatform.java:144) [catch] at

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Here's something related: https://netbeans.org/bugzilla/show_bug.cgi?id=177983 Still not clear to me though the difference between 11.0 and 11.1. Gj On Tue, Jul 23, 2019 at 3:51 PM Geertjan Wielenga wrote: > It's weird because AFAIK nothing has been done in this area in 11.1. I've > also

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
It's weird because AFAIK nothing has been done in this area in 11.1. I've also tried running 11.1 itself on JDK 8 as well as JDK 12 to see if it makes a difference. A big thumbs up to whomever figures out the cause of this problem. Gj On Tue, Jul 23, 2019 at 3:48 PM Patrik Karlström wrote: >

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Patrik Karlström
It's reproduceable for me too on Manjaro Linux. Den tis 23 juli 2019 kl 15:39 skrev Geertjan Wielenga : > So far I've been able to reproduce this on Mac OSX, i.e., in 11.0 I can > register JDK 7 while in 11.1 this fails, trying to find out why. Then again > 11.0 is the LTS release, so you should

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
So far I've been able to reproduce this on Mac OSX, i.e., in 11.0 I can register JDK 7 while in 11.1 this fails, trying to find out why. Then again 11.0 is the LTS release, so you should be fine with that especially if you're using slightly older versions of technologies. Gj On Tue, Jul 23, 2019

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Gregor Kovač
Hi! Upgrading from JDK 7 is a whole different story. We are still using Glassfish 3.1. :( :( I'd like to upgrade, but there is never enough time. Best regards, Gregor V V tor., 23. jul. 2019 ob 14:58 je oseba Geertjan Wielenga < geert...@apache.org> napisala: > Strange, will try to

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Strange, will try to reproduce, maybe others can too? And maybe use it as an opportunity to upgrade beyond JDK 7? :-) Gj On Tue, Jul 23, 2019 at 2:39 PM Gregor Kovač wrote: > Hi! > > I've deleted netbeans userdir, cachedir. > Unzipped 11.1, pointed to JDK1.8 in netbeans.conf, since 1.8 is not

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Gregor Kovač
Hi! I've deleted netbeans userdir, cachedir. Unzipped 11.1, pointed to JDK1.8 in netbeans.conf, since 1.8 is not my default Java on my system. Then I started it, enabled Java SE plugins, tried to add 1.7 as platform and still get the same error. Best regards, Gregor V V tor., 23. jul. 2019

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
If it worked with 11.0 it should certainly work in 11.1. Just make very sure by removing the userdir of both and then trying again in both to make sure they work or fail in the same way on both. Gj On Tue, Jul 23, 2019 at 2:15 PM Geertjan Wielenga wrote: > Ah, this is not for running NetBeans

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Ah, this is not for running NetBeans itself but for your own applications, I see. Make sure you have installed the JDK correctly, maybe reinstall. Gj On Tue, Jul 23, 2019 at 2:14 PM Geertjan Wielenga wrote: > You need JDK 8 or above. > > Gj > > On Tue, Jul 23, 2019 at 2:13 PM Gregor Kovač

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
You need JDK 8 or above. Gj On Tue, Jul 23, 2019 at 2:13 PM Gregor Kovač wrote: > Hi! > > I'm trying to add Java Platform to Netbeans and when selecting 1,7 I get > thuis error message: > "Cannot detect and install the selected platform. The java or javac may not > be executable." > > Image

Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Gregor Kovač
Hi! I'm trying to add Java Platform to Netbeans and when selecting 1,7 I get thuis error message: "Cannot detect and install the selected platform. The java or javac may not be executable." Image of 1.7 being detected as Java : [image: slika.png] Error: [image: slika.png] Best regards,