NetBeans 16, Gradle 7.5 and "Run File"

2023-02-01 Thread Thomas Kellerer
I use NetBeans 16 with Gradle 7.5.1, Java 11. When I run a class with a main method ("Run File") I get this exception in the output window: JAVA_HOME="C:\etc\open-jdk-11" cd **; ..\gradlew.bat --configure-on-demand -PrunClassName=com.mypackage.RunMe -s -x check -x test runSingle

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Neil C Smith
On Wed, 1 Feb 2023 at 10:36, Admin Netcrystals wrote: > I use Maven. Does this make a difference? Only that the way to do it might be a little different to that mentioned on those pages. > Honestly speaking wrapping each plan Java module is quite a lit if work and > putting them all in one wra

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Admin Netcrystals
I use Maven. Does this make a difference?Honestly speaking wrapping each plan Java  module is quite a lit if work and putting them all in one wrapper module is also not a good idea (I have 40 of them).However, I understand that Netbeans has to track the dependencies so I w

Re: Python development with NB

2023-02-01 Thread Neil C Smith
On Mon, 30 Jan 2023 at 20:47, Greenberg, Gary wrote: > I already asked this question some time ago, but didn’t get any clear answers. > Does Netbeans have any plugins for Python development. This has been mentioned before, although in development - https://github.com/ebresie/python4nb There is L