Re: Something strange... any ideas?

2025-07-23 Thread Stephen Parry
I have not used a Spring boot zip before, but my guess is that it will need extracting before opening or importing rather than just opening. Opening, especially on Windows, will end up using the OS built-in zip folder handling, which does not work for Netbeans projects. Did you use File -> Impor

Re: Fwd: NB 24 installation failed with corrupted registry

2025-02-21 Thread Stephen Parry
Was NB23 installed with the same user account? On 20 February 2025 22:23:59 GMT, slipbits wrote: >Win10-64 >NB 23 installed > >I tried to install NB24 and got the following message and aborted. > The local registry (C:\Users\...) could not be loaded, or was loaded >partially. > The inst

Re: How to integrate a resource file into the final JAR

2024-06-23 Thread Stephen Parry
uot;);     >> Scanner input2 = new Scanner(fs);     >> System.out.println(input2.nextLine());     } } >> In the above code, I have used main (i.e. a static member), but if you are >> opening within a non-static member, it is better to use getClass():

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Stephen Parry
beans.xml should go >within the META-INF within a Java SE application. > > >Another thing to try...perhaps download NetBeans 20 RC3 and give it a try to >see if you have different behavior with your project. > > >Thanks > > >Josh Juneau > > >On Nov 7, 20

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-07 Thread Stephen Parry
ll beans to be discovered by CDI. Hopefully it will do the >trick. I do not believe there are annotations that can be used as an >alternative at this point. > >Thanks > >Josh Juneau > > > > >On Mon, Nov 6, 2023 at 8:36 AM Stephen Parry wrote: > >> T

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-06 Thread Stephen Parry
Thanks for the reply Josh. What should I put in my beans.xml and are there annotations I can try as an alternative? On 6 November 2023 12:48:13 GMT, Josh Juneau wrote: >Hi Stephen, > >Sorry for the late reply. Do you have a beans.xml in your project? You >may need to have this configuration f