Re: Cannot copy paste code from stackoverflow our other Oracle websites.

2023-02-16 Thread Amitabh Choudhury
Hi Munish Try pasting code in a text file. Then copy code from text file to the java file in Netbeans. What is the error? ~~~ Amitabh On Thu, Feb 16, 2023 at 5:44 PM Munish wrote: > Hi Everyone, > > I am trying to copy paste sample code from a website into my java project > opened in

Re: Reconfigure Netbeans 14 JDK 18 defaults

2023-02-13 Thread Amitabh Choudhury
As noted Libraries has java.base. This include the basic packages of JDK, but java.sql is missing. Please guide on how to include java.sql package in java.base. Warm wises On Mon, Feb 13, 2023 at 9:08 PM Amitabh Choudhury wrote: > Hello. > > I am using Netbeans 14 with JD

Re: jre version issues

2022-10-29 Thread Amitabh Choudhury
TQ Michael for the info. The JNI error on clicking the short-cut link from the desktop happens. For now I have set short-cut to a ".bat" file on the desktop and working around that mode. Have to looking into this JNI issue. Warm regards Amitabh Choudhury On Wed, Oct 26, 2022 at 9:48

Re: jre version issues

2022-10-26 Thread Amitabh Choudhury
TQ for this info Pieter. Have to play around with the Environment variables. Warm regards Amitabh Choudhury On Tue, Oct 25, 2022 at 10:26 PM Pieter van den Hombergh < pieter.van.den.hombe...@gmail.com> wrote: > the path is a sequence of directories. the algorithm that trie

Re: jre version issues

2022-10-26 Thread Amitabh Choudhury
Choudhury On Tue, Oct 25, 2022 at 9:27 PM Ernie Rael wrote: > On 22/10/25 12:01 AM, Amitabh Choudhury wrote: > > Hello Alexander and Ernie > > Thanks for the reply. > Was able to get into the System variable of Windows 11 and found that > "Path" started with "C

Re: jre version issues

2022-10-25 Thread Amitabh Choudhury
x86 javapath was being picked up and had version 1.8. deleted the string from "Path" and was able to get the app (GabellatteMVPn) running. Meanwhile got aware of (https://javaalmanac.io/bytecode/versions/). TQ Ernie. Warm regards Amitabh Choudhury On Tue, Oct 25, 2022 at 10:49 AM Er

jre version issues

2022-10-24 Thread Amitabh Choudhury
up to 52.0 ~ Please inform what changes have to be done and where (Netbeans/Console). I am using MS Windows 11(or 10). Warm regards Amitabh Choudhury

Re: Netbeans Application project/Maven configuration issue

2022-09-23 Thread Amitabh Choudhury
of https. As far as I can tell the netbeans.apidesign.org site (kindly > hosted by Jaroslav Tulach) supports BOTH http and https. > > Lars > > On Thu, Sep 22, 2022 at 8:02 PM Amitabh Choudhury > wrote: > > > > Hi > > Have installed Netbeans IDE 14. > >

Re: Netbeans Application project/Maven configuration issue

2022-09-23 Thread Amitabh Choudhury
world where Maven enforces use > of https. As far as I can tell the netbeans.apidesign.org site (kindly > hosted by Jaroslav Tulach) supports BOTH http and https. > > Lars > > On Thu, Sep 22, 2022 at 8:02 PM Amitabh Choudhury > wrote: > > > > Hi > > Have installed

Re: Netbeans Application project/Maven configuration issue

2022-09-23 Thread Amitabh Choudhury
ted now that we are in a world where Maven enforces use > of https. As far as I can tell the netbeans.apidesign.org site (kindly > hosted by Jaroslav Tulach) supports BOTH http and https. > > Lars > > On Thu, Sep 22, 2022 at 8:02 PM Amitabh Choudhury > wrote: > > > > Hi >

Netbeans Application project/Maven configuration issue

2022-09-22 Thread Amitabh Choudhury
Hi Have installed Netbeans IDE 14. Started new "Netbeans Application" project (Maven) Got http-blocker issue. Resolved. Then started using Maven-3.8.1. Then got following issue.. --- Failed to execute goal on project NetbeansApplicationTest2-app: Could not resolve dependencies for project

Re: Netbeans Application/Maven configuration and memory issue

2022-09-18 Thread Amitabh Choudhury
Thanks. Will do. On Sun, Sep 18, 2022 at 10:46 PM Ernie Rael wrote: > Note the: > > maven-default-http-blocker: (http://0.0.0.0/) > > You can google about that. Fix the issue you have, or use an older > version of maven > > -ernie > > On 9/18/22 9:57 AM, A

Netbeans Application/Maven configuration and memory issue

2022-09-18 Thread Amitabh Choudhury
Hi Have installed Netbeans IDE 14. Started new "Netbeans Application" project (Maven) Following is a snapshot of build error log messages. Mostly seems to be Build time memory issues. Please help to configure Netbeans IDE 14 to build and run "Netbeans Application" Platform projects. Thanks.