Re: Should I install nb-javac plugin?

2021-05-20 Thread Laszlo Kishalmi
Yes for hot code reload. NetBeans just compiles the required classes either with the used build tool. If you happen to enable CoS, then some build tools can use shortcuts, not to invoke a lengthy build process, but that's it. On 5/20/21 1:14 AM, Neil C Smith wrote: On Thu, 20 May 2021 at

Re: Gradle projects and attaching sources

2021-05-20 Thread Thomas Kellerer
Turns out the library in question is written in Kotlin which NetBeans apparently can't handle Thomas Thomas Kellerer schrieb am 19.05.2021 um 17:19: > Hello, > > I am trying to attach the sources to one of the jar files used in my Gradle > project. > > When I right click on the

Re: Should I install nb-javac plugin?

2021-05-20 Thread Torsten Römer
I'd recommend to use 12.4 Beta 1 since it includes Compile on Save support for vanilla javac. Even if you ignore to install nb-javac you can enable "Compile on Save" - it works just fine for me also in large projects where nb-javac caused quite some trouble. Am Donnerstag, Mai 20, 2021 09:46

Re: Should I install nb-javac plugin?

2021-05-20 Thread Neil C Smith
On Thu, 20 May 2021 at 08:47, Andreas Reichel wrote: > What about "Compile and Save"? > > Personally I find this one of the most important features of Netbeans, > especially when changing code hot while debugging? Pretty sure you don't need Compile on Save enabled to allow hot code reload in

Re: Should I install nb-javac plugin?

2021-05-20 Thread Geertjan Wielenga
Yes, that's a reason to use nb-javac. Gj On Thu, May 20, 2021 at 9:47 AM Andreas Reichel < andr...@manticore-projects.com> wrote: > What about "Compile and Save"? > > > Personally I find this one of the most important features of Netbeans, > especially when changing code hot while debugging? >

Re: Should I install nb-javac plugin?

2021-05-20 Thread Andreas Reichel
What about "Compile and Save"? Personally I find this one of the most important features of Netbeans, especially when changing code hot while debugging? Best regards Andreas On Thu, 2021-05-20 at 09:37 +0200, Geertjan Wielenga wrote: > If you're running on a JDK later than JDK 8, don't

Re: Should I install nb-javac plugin?

2021-05-20 Thread Geertjan Wielenga
If you're running on a JDK later than JDK 8, don't install it unless you have a specific reason to do so. Gj On Thu, May 20, 2021 at 9:17 AM Alex Orlov wrote: > Hello, all > > I’ve read several times in NB mailing list that nb-javac is not a very > good thing. So, could anyone say if I >

Should I install nb-javac plugin?

2021-05-20 Thread Alex Orlov
Hello, all   I’ve read several times in NB mailing list that nb-javac is not a very good thing. So, could anyone say if I should install plugin for NB 12.3 or not?   -- Best regards, Alex Orlov