Warning when compiling with release profile

2023-11-24 Thread Heinz Koeck
Hello forum, I work with WIN11, NetBean 15, Java SDK-19 and get the following warning when compiling with release profile. What can I do? cd D:\Heinz\EigeneProgrammeSource\NetBeansProjects\MavenMitFX; "JAVA_HOME=C:\\Program Files\\Java\\jdk-19" cmd /c "\"C:\\Program

SOLVED: Re: "Import from Excluded" hint/warning in Gradle project

2023-06-09 Thread Ernie Rael
On 23/06/08 4:26 PM, Ernie Rael wrote: I'm getting "Import from Excluded", in a project I've just created, I've never seen it before. There's "Tools > Options > Editor > CodeCompletion > Java" and the class in question was in the "

"Import from Excluded" hint/warning in Gradle project

2023-06-08 Thread Ernie Rael
I'm getting "Import from Excluded", in a project I've just created, I've never seen it before. I haven't used NB for a few releases if that might be relevant. The import is from an ANTLR4 generated file (manually copied to it's target location) within this project's source tree. Builds and runs

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
>> where jfxrt.jar exists... and JFX works in the application later. Just >> wondering why such warning is generated. >> >> On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga < >> geertjan.wiele...@googlemail.com> wrote: >> >>> Probably lib/ext/jfxr

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
issues with that. On Thu, Jan 13, 2022 at 5:39 PM Jean-Marc Borer wrote: > zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext > where jfxrt.jar exists... and JFX works in the application later. Just > wondering why such warning is generated. > > On Thu, Jan 13, 2022 at 5:35 PM Ge

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext where jfxrt.jar exists... and JFX works in the application later. Just wondering why such warning is generated. On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Probably lib/ext/jfxrt.jar

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
Probably lib/ext/jfxrt.jar does not exist? Which JDK is it that you are using? Gj On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer wrote: > Hello, > > Does anyone know how to fix this warning when I build my RCP app? > > Could not resolve Class-Path item in > org.netbeans.api

JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
Hello, Does anyone know how to fix this warning when I build my RCP app? Could not resolve Class-Path item in org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping Regards

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Thanks Neil.. using those options stopped that particular warning.. I will have to weed out which ones we don’t need but on my testing our app started up and we no longer get that error. However, I am now seeing this in our logs. WARNING: No interface org.openide.util.spi.SVGLoader instance

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé wrote: > We recently switched our application to run in JDK11 and we are seeing this > warning in our logs. > I tried updating to the latest 124 maven reference but that didn’t seem to > help. You might want to look at which of the add

JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Hi, We recently switched our application to run in JDK11 and we are seeing this warning in our logs. I tried updating to the latest 124 maven reference but that didn’t seem to help. I looked in the GitHub code base for any reported issues but didn’t see to find any for this issue. WARNING: An

WARNING: message wants me to report it

2021-02-12 Thread Don
never saw before. This one is:     WARNING: An illegal reflective access operation has occurred     WARNING: Illegal reflective access by org.netbeans.swing.plaf.gtk.ThemeValue (jar:file:/home/netbeans-12.0/netbeans /platform/modules/org-netbeans-swing-plaf.jar!/) to method

Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard Grenon
h starts here : >> >> https://platform.netbeans.org/tutorials/nbm-selection-1.html >> >> I am able to run each step of the tutorial (currently the third one), >> but I am always receiving this warning: >> >> > WARNING: An illegal reflective access operat

Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Geertjan Wielenga
eps Netbeans platform tutorial "EventManager" which starts here : > > https://platform.netbeans.org/tutorials/nbm-selection-1.html > > I am able to run each step of the tutorial (currently the third one), > but I am always receiving this warning: > > > WARNING: An il

[Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard
e), but I am always receiving this warning: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/richard/netbeans-12.0/netbeans/platform/lib/boot.jar) to field java.net.URL.handler WARNING: Pleas

LeakingThisInConstructor warning not working correctly?

2020-11-01 Thread Owen Thomas
In NB 12.1, I have the following code in a constructor of a class named Challenge: @SuppressWarnings("LeakingThisInConstructor") public Challenge(R resonance,Connectionconnection,I identity,R_MES messageResonance)throws Problem{ //... this.messageResonance.getReferee().addRe

Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
those warnings. " ‐--- The Java 11 warning mentions that "/usr/share/maven/lib/guice.jar" has a class named "com.google.inject.internal.cglib.core.$ReflectUtils$1" This looks suspect because the official Maven distribution uses the "no-AOP" version of Guice which d

Re: Installation minor warning

2019-12-28 Thread Emilian Bold
he plugins. --emi On Sat, Dec 28, 2019 at 9:38 PM Zahid Rahman wrote: > > Hi, > > I thought you may be interested in this minor warning When I was installing > the plugins > "cannot create file actions because > Loaders/Desktop/org-pr-nb-plugs-usd-BrowserWithSystem

Installation minor warning

2019-12-28 Thread Zahid Rahman
Hi, I thought you may be interested in this minor warning When I was installing the plugins "cannot create file actions because Loaders/Desktop/org-pr-nb-plugs-usd-BrowserWithSystem.shadow on filesystem Default System is not a folder" Should I create this folder ? Zahid www.backbutton.co.uk

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Geertjan Wielenga
Yes, done. Gj On Thu, 5 Dec 2019 at 07:25, Emilian Bold wrote: > Should be easy for the NetBeans PMC to contact Apache Legal and mention > this. > > --emi > > On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach > wrote: > > > > So that suggests that this mispelling of apache.org is being used

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Emilian Bold
Should be easy for the NetBeans PMC to contact Apache Legal and mention this. --emi On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach wrote: > > So that suggests that this mispelling of apache.org is being used > maliciously. I seem to recall reading that this is illegal and there are > act

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Eric J. Schwarzenbach
So that suggests that this mispelling of apache.org is being used maliciously. I seem to recall reading that this is illegal and there are actions Apache could take to have this domain shut down. On 12/3/19 10:19 AM, Jens Zurawski wrote: I know, it's just a typo. But I accidentally clicked on

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski
I know, it's just a typo. But I accidentally clicked on it and after that my browser went nuts in trying to open some very suspicious stuff on and on again, so that I had to stop my browser the hard way by killing the process. Of course I didn't try the link again, so maybe it's gone by now.

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Neil C Smith
On Tue, 3 Dec 2019, 14:53 Chuck Davis, wrote: > If you hover on the link google created it indicates it's going to maven > but then goes anyplace else. > It's just a typo, not malicious. Spell Apache right and you're fine. Best wishes, Neil

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Chuck Davis
ually. On Tue, Dec 3, 2019 at 2:29 AM Jens Zurawski wrote: > Warning, this is a malicious link in this mail. Do not click on it! > > Am 03.12.2019 um 03:54 schrieb Chuck Davis: > > Chris, the documentation @ maven.apahce.org is getting better all the > time. It's even gotten

WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski
Warning, this is a malicious link in this mail. Do not click on it! Am 03.12.2019 um 03:54 schrieb Chuck Davis: Chris, the documentation @ maven.apahce.org <http://maven.apahce.org> is getting better all the time.  It's even gotten understandable lately.  Certainly enough to get

Warning

2019-09-02 Thread mmouer
hink should be handled by NetBeans. I expect problems like this when using the command line. warning: [options] bootstrap class path not set in conjunction with -source 10 1 warning Best Regards, Michael

Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Setup: Netbeans 11.1 + Oracle JDK 12.02 with project building with JDK 1.8. I have a multi-module project and 2 of the modules show this 'warning' about a system-scoped dependency not found but I don't include any specific system scoped dependencies. If I run the 'mvn depen

Re: Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Forgot images may not go through. The warning text from the "Resolve Project Problems" dialog are: A 'system' scope dependency was not found. Code completion is affected. There is a 'system' scoped dependency in the project but the path to the binary is not valid.