Re: How to add Xlint compiler options?

2022-10-26 Thread Ernie Rael
I was using a java project built by ant. What kind of project is this? I don't use javascript. The messages you showed about -Xlint:* come from the java compiler, AFAICT. If your projects don't have any java code, then where does it come from? Fortunately, you can ignore those warnings until y

RE: How to add Xlint compiler options?

2022-10-26 Thread djvanpeursem
Hello Ernie et. al., I don’t see the referenced paths (Project > properties > Build > Compiling) in NetBeans 14? There is no “Project” dropdown on the ribbon bar (or under any of these). If I go to the specific Project and right-click on Properties, I don’t see any Build or Compilin

Re: How to add Xlint compiler options?

2022-10-26 Thread Ernie Rael
On 22/10/26 1:29 PM, djvanpeur...@gmail.com wrote: I’m running NetBeans 14. I have added some plugins and I’m seeing these messages. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe op

How to add Xlint compiler options?

2022-10-26 Thread djvanpeursem
I'm running NetBeans 14. I have added some plugins and I'm seeing these messages. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchec

Re: jre version issues

2022-10-26 Thread Michael Bien
oh. This sounds like you installed both, a 32bit and a 64bit JVM. Since windows keeps them separated in those two folders. java -version should show what is what in case of doubt. with JNI you have to be extra careful when the architecture changes. best regards, michael On 26.10.22 18:06, Am

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 tries to find an > executa

Re: jre version issues

2022-10-26 Thread Amitabh Choudhury
Yes Ernie. I am not getting a JNI error when I attempt to open JAR from desktop shortcut. Have to figure out how to reconfigure. There were two folders from Oracle in the path C:\Program Files (x86)\Common Files\Oracle\Java\javapath C:\Program Files\Common Files\Oracle\Java\javapath Amitabh Choudh