Re: Maven NB module cannot be run using Open JDK 11

2021-07-11 Thread manikantannaren
Found some more information and a way to solve the problem. I had the same problem with OpenJDk 13, 14 and 15 too on Mac Big Sur (OSx 11). I did not see the behaviour on Catalina (OSx 10). I did not debug further as to why Big Sur was causing problems. My setup and configuration - NetBeans 12.3

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread Geertjan Wielenga
Tried and failed to reproduce with this environment: *Product Version:* Apache NetBeans IDE 12.4 *Java:* 16.0.1; OpenJDK 64-Bit Server VM 16.0.1+9 *Runtime:* OpenJDK Runtime Environment 16.0.1+9 *System:* Mac OS X version 10.15.7 running on x86_64; UTF-8; en_GB (nb) *User directory:*

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread Charles Johnson
On 02/07/2021 07:04, manikantanna...@gmail.com wrote: The steps were to show how to reproduce the problem. It might be better to post the minimal build files to reproduce it, e.g. a pom.xml and possibly some Java source -

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread manikantannaren
is knowing where the stones are.* >>> >>> >>> On Thu, Jul 1, 2021 at 5:00 PM Eric Barboni wrote: >>> >>>> Hi, >>>> >>>> according to your log it seems the nbm-maven-plugin you use is old. >>>> >>>> >>&

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Geertjan Wielenga
wrote: >> >>> Hi, >>> >>> according to your log it seems the nbm-maven-plugin you use is old. >>> >>> >>> >>> You must update to the following plugin >>> >>> org.apache.netbeans.utilities >>> >>> nbm-maven-plugin &g

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
old. >> >> >> >> You must update to the following plugin >> >> org.apache.netbeans.utilities >> >> nbm-maven-plugin >> >> 4.6 >> >> >> >> And after updating we may try to investigate. >> >> >

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread James Ostrowick
> > 4.6 > > > > And after updating we may try to investigate. > > > > Best Regards > > Eric > > > > > > De : Geertjan Wielenga > Envoyé : jeudi 1 juillet 2021 11:56 > À : manikantanna...@gmail.com <mailto:manikantanna...@gmail.com>

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
; *Envoyé :* jeudi 1 juillet 2021 11:56 > *À :* manikantanna...@gmail.com > *Cc :* Charles Johnson ; users@netbeans.apache.org > *Objet :* Re: Maven NB module cannot be run using Open JDK 11 > > > > If you provide steps to reproduce the issue, someone can help you. > > > &g

RE: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Eric Barboni
juillet 2021 11:56 À : manikantanna...@gmail.com Cc : Charles Johnson ; users@netbeans.apache.org Objet : Re: Maven NB module cannot be run using Open JDK 11 If you provide steps to reproduce the issue, someone can help you. Gj On Thu, 1 Jul 2021 at 11:54, mailto:manikantanna...@gmail.com

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Geertjan Wielenga
If you provide steps to reproduce the issue, someone can help you. Gj On Thu, 1 Jul 2021 at 11:54, wrote: > Yes, jdk.jshell is listed and I can start jshell on the command line > without any issues > > > *Cheers* > Mani/Naren/Iyer > *The trick of walking on water is knowing where the stones

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
Yes, jdk.jshell is listed and I can start jshell on the command line without any issues *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Thu, Jul 1, 2021 at 2:57 PM Charles Johnson wrote: > On 01/07/2021 10:00, manikantanna...@gmail.com wrote: > >

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Charles Johnson
On 01/07/2021 10:00, manikantanna...@gmail.com wrote: I have a simple maven NB module; ON trying to run the module, I get the following error Might be worth executing the following as a sanity check (making sure it's with your JDK 11's java) java --list-modules | grep jdk\.jshell

Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
I have a simple maven NB module; ON trying to run the module, I get the following error Error occurred during initialization of boot layer java.lang.module.FindException: Module jdk.jshell not found (Full log attached - nb-mvn-error.txt) I cannot launch JShell from Tools | OPen Java Platform