Re: Problems profiling a Gradle application

2021-12-10 Thread Laszlo Kishalmi
That's true. There is no profiler integration support for Gradle projects at the moment. On 12/10/21 05:24, Bob T wrote: Hello, I have a Gradle project that I want to run the Profiler for but I can't get it to work. All options aside from "Attach to External Process" and "Insert Profiling Po

Re: Netbeans 12.6 - nb-javac

2021-12-10 Thread Scott Palmer
> On Dec 10, 2021, at 1:53 PM, Christoph Theis wrote: > > On 10.12.2021 19:24, Marvin P. Warble Jr. wrote: >> You'll need to check the "Show Details" checkbox to see it. > > Ah, that's the trick. Thank you! Does that checkbox add anything useful or is it just there to cause frustration lik

Re: Netbeans 12.6 - nb-javac

2021-12-10 Thread Christoph Theis
On 10.12.2021 19:24, Marvin P. Warble Jr. wrote: You'll need to check the "Show Details" checkbox to see it. Ah, that's the trick. Thank you! -- Christoph - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For ad

RE: Netbeans 12.6 - nb-javac

2021-12-10 Thread Marvin P. Warble Jr.
If it's installed, you can uninstall it from the Tools => Plugins => Installed dialog. You'll need to check the "Show Details" checkbox to see it. -Original Message- From: Christoph Theis [mailto:th...@gmx.at] Sent: Friday, December 10, 2021 11:22 AM To: users@netbeans.apache.org Sub

Re: Netbeans 12.6 - nb-javac

2021-12-10 Thread Christoph Theis
How do I uninstall nb-javac? -- Christoph - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists,

RE: Netbeans 12.6 - nb-javac

2021-12-10 Thread Marvin P. Warble Jr.
Hey Helmut, According to this page: https://netbeans.apache.org/download/nb120/index.html => In these scenarios, make sure to uninstall the NetBeans "nb-javac" fork, if it is installed, and to not install it when prompted to do so. The "nb-javac" fork does not support the latest Java l

RE: Refactoring Exceptions

2021-12-10 Thread Marvin P. Warble Jr.
Posting some follow up information for this problem. I just discovered that refactoring issues I’ve been having with 12 for over a year now seem to be related to the existence of nb-javac. For some reason I thought nb-javac needed to be installed. I think I made this assumption because I d

Re: 32 or 64 bit

2021-12-10 Thread Phil Longenecker
Thanks, I'll check it out. I'll have to make a new Buster image on a separate SD card. Don't want to mess up what is already working 😀 On Fri, Dec 10, 2021 at 8:00 AM Neil C Smith wrote: > On Mon, 6 Dec 2021 at 17:58, Phil Longenecker > wrote: > > Anyone know which Netbeans versions are 32 or 6

Maven NetBeans Module and gRPC dependencies

2021-12-10 Thread Giovanni Dal Maso
Hi, a maven based NetBeans Module with GRPC dependencies cannot compile: Steps to reproduce with NetBeans 12.5 or 12.6: 1. Create Maven NetBeans Module 2. Add gRPC dependencies as suggested by gRPC project (https://github.com/grpc/grpc-java#download) 3. Clean & build the module It is al

Re: 32 or 64 bit

2021-12-10 Thread Neil C Smith
On Mon, 6 Dec 2021 at 17:58, Phil Longenecker wrote: > Anyone know which Netbeans versions are 32 or 64 bit? I've tried installing > 10 on raspberry pi, it won't load modules. > The apache site doesn't list requirements for the versions. I made an AppImage of NetBeans 12.5 with JDK 16 for the Pi

Problems profiling a Gradle application

2021-12-10 Thread Bob T
Hello, I have a Gradle project that I want to run the Profiler for but I can't get it to work. All options aside from "Attach to External Process" and "Insert Profiling Point..." are greyed out in the Profile menu. I can't choose "Profile Main Project". I tried to run my application and then "Att