RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Carl Mosca > I am not sure about the file transfer part (Samba?) but given that it's > small, you might copy the contents from the Output window for the build. I e-mailed the output log to myself. Here it is, sans reasonable formatting: -Dnb.internal.action.name=build jar init:

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Carl Mosca
I am not sure about the file transfer part (Samba?) but given that it's small, you might copy the contents from the Output window for the build. I noticed you referenced "Applet" instead of "Application". Can you provide the steps you followed in NetBeans? If right click on the project and then

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Carl Mosca > How was the project generated? I am assuming it is a NetBeans ant project > based on the default names used. Yes. > Have you done a build? If so, is that successful? Can you provide the build > output. The build was uneventful. It's hard for me to get a file from my

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Carl Mosca
Hi Walter, How was the project generated? I am assuming it is a NetBeans ant project based on the default names used. Have you done a build? If so, is that successful? Can you provide the build output. Carl On Fri, Sep 20, 2019 at 8:42 PM Walter Oney wrote: > I installed from

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
I installed from netbeans.apache.org, and I'm now able to build Java and C++ programs (after installing the C++ plugin, that is). Thanks to the help I got on this list. Now for the next problem: the Java program I generate using Netbeans 11.1 appears fine, but it won't run because it claims

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Jose Ch
This is the download page for Apache NetBeans: https://netbeans.apache.org/download/index.html Is it the same page that you used a few days ago? El vie., 20 sept. 2019 a las 17:23, Walter Oney () escribió: > From: Neil C Smith > > >> I installed NetBeans IDE 10.0, in which Netbeans is at

RE: Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
From: Neil C Smith >> I installed NetBeans IDE 10.0, in which Netbeans is at 8.3 Patch 2, > What exactly does that mean? Try 11.1. NetBeans 10.0 is no longer supported. > There is a Snap available for Ubuntu as well as the installers and zip. Somebody connected with Apache wrote the

Re: Problem using NetBeans on Ubuntu

2019-09-20 Thread Neil C Smith
On Fri, 20 Sep 2019, 22:36 Walter Oney, wrote: > I installed NetBeans IDE 10.0, in which Netbeans is at 8.3 Patch 2, > What exactly does that mean? Try 11.1. NetBeans 10.0 is no longer supported. There is a Snap available for Ubuntu as well as the installers and zip. Best wishes, Neil

Problem using NetBeans on Ubuntu

2019-09-20 Thread Walter Oney
I installed NetBeans IDE 10.0, in which Netbeans is at 8.3 Patch 2, alongside the JDK v 11.0.4 on Ubuntu 5.0.0-27. Create a new Java application, say HelloWorld. The generated app will neither build nor run. The generated source program (HelloWorld.java) contains just this (not counting

Re : Re: Error Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory

2019-09-20 Thread Jerome Lelasseux
Just to understand, what is the potential impact of this warning on the application ? Envoyé depuis Yahoo Mail pour iPhone Le vendredi, septembre 20, 2019, 4:35 PM, Neil C Smith a écrit : On Fri, 20 Sep 2019 at 15:26, Jerome Lelasseux wrote: > When I start the launcher of my platform app

Java project now needs classpaths to run it

2019-09-20 Thread Peter Toye
Having just moved from NB version 8 to 11.1 there seems to have been a change in the command line needed to run a project. The OS is Windows 7 Home. The project has two external libraries: one in the Java modules in the NetBeans 11 directory, and one of my own. In version 8 it was possible to

Re: Error Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory

2019-09-20 Thread Neil C Smith
On Fri, 20 Sep 2019 at 15:26, Jerome Lelasseux wrote: > When I start the launcher of my platform app from the command line I notice > the error below, although my program runs fine. > > $ ./JJazzLab64.exe > WARNING: An illegal reflective access operation has occurred ... > On Google a lot of

Error Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory

2019-09-20 Thread Jerome Lelasseux
Hello, When I start the launcher of my platform app from the command line I notice the error below, although my program runs fine. $ ./JJazzLab64.exeWARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Thomas Kellerer
I have already tried that without luck. Rik Scarborough schrieb am 20.09.2019 um 15:06: > I have this happen every once in a while. I find that deleting the > Cache directory (~/AppData/Local/NetBeans/Cache/11.1 on Windows) and > letting it rebuild fixes it for a while. > > ~Rik > Believe in

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Rik Scarborough
I have this happen every once in a while. I find that deleting the Cache directory (~/AppData/Local/NetBeans/Cache/11.1 on Windows) and letting it rebuild fixes it for a while. ~Rik Believe in good On Fri, Sep 20, 2019, 6:12 AM Thomas Kellerer wrote: > We are using the same Lombok version:

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Ian Utley
I'm also using Netbeans 11.1 and lombok 1.16.22 just fine. Are you certain that the project is explicitly using that version? (i.e. you see it in your projects dependency tree inside Netbeans) On Fri, Sep 20, 2019 at 12:12 PM Thomas Kellerer wrote: > We are using the same Lombok version: 1.18.4

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Thomas Kellerer
We are using the same Lombok version: 1.18.4 org.projectlombok lombok 1.18.4 true Maven Compiler version is: 3.5.1 The whole project is set to use Java 1.8 John Mc schrieb am 20.09.2019 um 12:58: > Thomas, > > What version of

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread John Mc
Thomas, What version of Lombok are you using? I have it working fine with Maven and NetBeans 11.1 but I might be using a slightly older version of Lombok(1.18.4). Regards John On Fri, 20 Sep 2019 at 11:11, Simeó Reig wrote: > I don't know if you still need it, we are using eclipse because

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Simeó Reig
I don't know if you still need it, we are using eclipse because Netbeans does not support JSF2.3 yet https://projectlombok.org/setup/netbeans Regards Simeó Reig A 20-09-2019 11:25, Thomas Kellerer escrigué: > Hello, > > I need to open and use a Maven project in NetBeans 11 that heavily uses

Re: NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread David Heffelfinger
Thomas, I know this isn't terribly helpful, but I've worked with Maven projects using Lombok with NetBeans and everything "just works". Even ctrl+clicking on a generated getter invocation navigates to the field in the Lombok annotated class (since the getter isn't there). There may be something

NetBeans 11.1 + Maven + Lombok

2019-09-20 Thread Thomas Kellerer
Hello, I need to open and use a Maven project in NetBeans 11 that heavily uses Lombok. All other team members are using InteliJ, where the current setup works without problems. But when I open that Maven project in NetBeans 11.1 half of the source code is marked with red error flags, because