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:
Deleting:
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
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 dua
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 netbeans.a
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 tha
Thank you!
-Original Message-
From: Jose Ch
Sent: Friday, September 20, 2019 6:31 PM
To: Walter Oney
Cc: Neil C Smith ; NetBeans Mailing List
Subject: Re: Problem using NetBeans on Ubuntu
This is the download page for Apache NetBeans:
https://netbeans.apache.org/download/index.html
If you've installed netbeans from package, please remove that. Ubuntu
has an old probably broken package for NetBeans 10 in its repositories.
Snap is an universal Linux packaging format backed by Canonical. We
release up-to date binaries there.
https://snapcraft.io/netbeans
Or if you type ne
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
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 cod
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
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 comments)
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 f
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 r
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 peop
> Are you certain that the project is explicitly using that version? (i.e. you
> see it in your projects dependency tree inside Netbeans)
Yes I am certain. The dependency XML was copied directly from the pom.xml
Ian Utley schrieb am 20.09.2019 um 14:55:
> On Fri, Sep 20, 2019 at 12:12 PM Thomas
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
(file:/
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 good
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: 1.1
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
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 Lo
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 Ne
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
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 i
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 th
24 matches
Mail list logo