Re: Java : HelloWorld

2021-08-04 Thread Klaus Martinschitz
Hello, Try this… https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has I remember that I had the same problem some month ago. As far as I can remember it is a Java problem. Regards, Klaus Carl Mosca schrieb am Do. 5. Aug. 2021

AW: How to hide Performance from toolbar by default (not remove it)

2021-04-28 Thread Klaus Martinschitz
Hi, it is described here… https://netbeans.apache.org/wiki/DevFaqHideShowToolbar.asciidoc Regards, Klaus Von: Mike Hallan [mailto:mkhal...@yahoo.com.INVALID] Gesendet: Mittwoch, 28. April 2021 13:04 An: users@netbeans.apache.org Betreff: How to hide Performance from toolbar by default (

AW: How to trigger the Format Action for a SQL file for calling an external Code Formatter

2021-04-25 Thread Klaus Martinschitz
Hello, I am not sure if I understand correctly what you are talking about but if you talk about ReformatTask, than you should have a look here… JavaCC Parser Generator Integration Tutorial for the NetBeans Platform (apache.org)

Netbeans 11 - OpenJFX 13-ea+9 - Maven - : cannot load system cursor: CopyDrop.32x32

2019-07-13 Thread Klaus Martinschitz
Hello, I want to use OpenJFX within Netbeans RCP, i.e. show 3D structures in the Netbeans RCP. Here comes the simplest description * M1 App-branding-aggregator modules * M2 Netbeans JavaFX Module (call it a wrapper module) * M3 Native Java modu

Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-11 Thread Klaus Martinschitz
Hello, I created a very simple Netbeans Module app, containing * The aggregator Module (it's called parent) * The app module * The branding module * An additional Netbeans module, let's call it X. Everything works fine on compile. Now, I have got a p