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
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 pro
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
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
https://api.libreoffice.org/examples/Developer
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 able