Re: Python development with NB

2023-01-31 Thread Michael Bien
On 30.01.23 21:46, Greenberg, Gary wrote: I already asked this question some time ago, but didn’t get any clear answers. No, NetBeans does not support Python at the moment. -mbien

Re: A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Neil C Smith
On Tue, 31 Jan 2023 at 15:53, Admin Netcrystals wrote: > I have got a question regarding modules in Rich Client Platform. > > I have got some plain Java modules. They are not related to Netbeans in any > way. They are general libraries. Lets call them A, B and C. > > Now, I program a Netbeans

A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Admin Netcrystals
Hello,I have got a question regarding modules in Rich Client Platform.I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C.Now, I program a Netbeans program having two Netbeans Modules, lets

Using the Libre Office UNO Java interface on MacOS with NetBeans

2023-01-31 Thread David Gradwell
Hi, I am trying to write Java programs to make use of the Libre Office UNO Java interface on MacOS. I am aware of: https://wiki.documentfoundation.org/Main_Page https://wiki.documentfoundation.org/Documentation/DevGuide/LibreOffice_Developers_Guide

Import Suggestions not working outside local module?

2023-01-31 Thread Karl Beckers
Hi, so, this is on NB 16 with OpenJDK 17 in a Maven project. I'm trying to have a java module of my own with test classes in the same module/packages. Now, I have already added org.junit.jupiter.junit-jupiter-api to my dependencies. So, in my test class I expect to type in TestInfo and be