Netbeans Platform and Jigsaw

2023-09-26 Thread Jean-Marc Borer
Hi there, I there some documentation how to compile Netbeans Platform applications with JDK 9+? I am trying to understand how Jigsaw modules and the Netbeans modules work together (or not). I currently only saw that most JDK modules are added to the module path (so completely opened) in the conf

Re: RE: Netbeans IDE 12.6/JavaFX 17/Java 11

2022-01-19 Thread Jean-Marc Borer
Have a look here. There is a JavaFX tutorial. https://netbeans.apache.org/kb/docs/java/index.html On Fri, Jan 14, 2022 at 11:08 AM wdh_456 wrote: > Thank you very much, I will try this way. > > > > 发自我的小米手机 > 在 Giovanni Dal Maso ,2022年1月14日 下午6:05写道: > > We had similar problems and in the end it

How to find the TopComponent(s) editor(s) for a DataLoader file

2022-01-19 Thread Jean-Marc Borer
Hi there, I am struggling how to get access to the TopComponent of a file editor from MultidataDataObject. I register a multi view editor for that object type and now have all the default cookies installed. However, I want to selette the source editor view on "Edit" acion and the visual view on "

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
issues with that. On Thu, Jan 13, 2022 at 5:39 PM Jean-Marc Borer wrote: > zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext > where jfxrt.jar exists... and JFX works in the application later. Just > wondering why such warning is generated. > > On Thu, Jan 13, 2022 at 5:35 PM Ge

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
does not exist? > > Which JDK is it that you are using? > > Gj > > On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer wrote: > >> Hello, >> >> Does anyone know how to fix this warning when I build my RCP app? >> >> Could not resolve Class-P

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Jean-Marc Borer
I was facing kind of the same issue with the remote terminal. Unfortunately, Terminal tries to execute some kind of "injected" code that gets blocked by our RHEL 8.4 servers. It was working on CentOS 6. On Thu, Jan 13, 2022 at 3:45 PM Tim Mullé wrote: > Any ideas on how to fix or troubleshoot th

JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
Hello, Does anyone know how to fix this warning when I build my RCP app? Could not resolve Class-Path item in org.netbeans.api:org-netbeans-libs-javafx:nbm-file:RELEASE124, path is:%24%7Bjava.home%7D/lib/ext/jfxrt.jar, skipping Regards

Re: License generation strange behaviour "Click nbfs://...."

2022-01-07 Thread Jean-Marc Borer
Hello, Forget my question. After creating new templates myself I discovered that the text above is actually the new default-license.txt. Sorry bothering you On Fri, Jan 7, 2022 at 11:55 AM Jean-Marc Borer wrote: > Hello, > > Since my fresh new Netbeans 12.4 installation, when I gen

Re: editing code with char completion

2022-01-07 Thread Jean-Marc Borer
I suggest you have a look in the IDE logs. I got strange behavior in the editor when I tried to run NB 12.6 on a JDK 8 due to class exception raising in the background. On Sat, Dec 11, 2021 at 5:31 PM Neil C Smith wrote: > On Sat, 11 Dec 2021 at 16:55, John Smith wrote: > > When I edit java cod

License generation strange behaviour "Click nbfs://...."

2022-01-07 Thread Jean-Marc Borer
Hello, Since my fresh new Netbeans 12.4 installation, when I generate new files instead of the expected default license output I get now: /* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/NetB

Re: [Non-DoD Source] Where can I find an offline version of the nb-javac 2.1 plugin?

2020-03-27 Thread Jean-Marc Borer
e NBM (I think in META-INF??) that made it signed and you'll get a > warning that you can click through, then I tossed those NBMs up on our dev > share for my co-workers to use. > > > > Good luck and sorry I don't have the exact steps for you...but it can be > ove

Where can I find an offline version of the nb-javac 2.1 plugin?

2020-03-17 Thread Jean-Marc Borer
Hello guys, My eternal "behind corporate proxy" bites me again. Even though I request "osuol" to be white listed, I cannot download the updated and fixed version of nb-javac: [image: image.png] Where can I download the required plugins (api, impl, etc)? Thank you in advance JMB

Update centers based on mirrors are a nightmare to support in an enterprise environment

2020-01-30 Thread Jean-Marc Borer
Hi guys, This is bit of a complaint addressed to the NB infra community. When you are stuck behind corporate proxy that is very aggressively filtering web content, mirrors are a nightmare for you. In my case we need to whitelist every single server hosting java binaries otherwise we get empty file

Re: Java Swing vs AWT

2019-05-31 Thread Jean-Marc Borer
Really strange, I am working with Swing in NB 11 on a daily basis. Re-install? On Tue, May 21, 2019 at 9:24 PM Ed Sowell wrote: > I’ve been working on my Windows Java app for several years using NetBeans > 7 & later. All my dialogs use Swing components from the visual designer. > Now, after swi

Re: [EXT] Re: Prevent NetBeans from trying to use "keyring"

2019-05-29 Thread Jean-Marc Borer
Yes. The problem is still there. My Netbeans dead locks with the Keyring on Win at start when it cannot reach the internet through our corporate proxy. This happens the first time it launches. There was already a long thread about the issue in the old bugzilla. The conclusion was the JDK must be f

Cannot Update JUnit with NB 11.0

2019-05-29 Thread Jean-Marc Borer
Gentlemen, The plugin update center tells me that JUnit has been updated. When I try to update it, I get this error message: [image: image.png] Am I the only one, or do I have a network issue? (I am behind a corporate proxy) Best regards, Jean-Marc

Re: Building Windows Launchers only

2019-05-21 Thread Jean-Marc Borer
Well, I cannot really help here, but did you try relatives path in your application.conf file to the JRE that would be embedded in the app? On Thu, May 16, 2019 at 4:39 PM Mark Phipps wrote: > Thanks - actually I want to (re)build the launchers in the NBI engine, > because I want to change/debug

Re: Debug facility

2018-12-07 Thread Jean-Marc Borer
Hi Bo, Not sure to understand what you mean by "possible to configure the setup, with a source map, so I can see which code is executed when I navigate and executes tasks in the UI" There are a lot of unit test in the sources. When you provide a PR, it is obviously a very good idea to provide unit

Re: Connect profiler to Maven build

2018-12-07 Thread Jean-Marc Borer
Hi Chris, Do you try to profile Maven or the Java process launched with Maven? Which Maven plugin do you use to run your app? On Thu, Dec 6, 2018 at 3:34 PM Luff,Chris wrote: > I have just tried to connect the Profiler to a maven build. The build is > JDK 1.8 on Maven 3.5.4 reactor build of 6 m

What is going to happen to netbeans.org site?

2018-04-11 Thread Jean-Marc Borer
Hi there, With the move to Apache, I was wondering what is going to happen to all the content hosted at https://netbeans.org/? I am especially wondering about all the wiki pages for NB platform development (http://wiki.netbeans.org/NetBeansDeveloperFAQ) and therefore if one should continue to pub

Re: Does anyone know where the Mavenized Netbeans modules are now hosted?

2018-04-10 Thread Jean-Marc Borer
ory is not populated from > apache repo. Cnd and entreprise are not donated yet. > > > > Regards > > Eric > > > > > > *De :* Jean-Marc Borer > *Envoyé :* mardi 10 avril 2018 10:28 > *Cc :* users@netbeans.apache.org > *Objet :* Re: Does anyone know

Re: Does anyone know where the Mavenized Netbeans modules are now hosted?

2018-04-10 Thread Jean-Marc Borer
1 I would like to know this too! I want to make sure I am using the > latest dependencies. > > On Apr 9, 2018, at 2:55 PM, Jean-Marc Borer wrote: > > Dear all, > > I use Maven to buid my netbeans applications. All the Maven modules of > released versions on

Does anyone know where the Mavenized Netbeans modules are now hosted?

2018-04-09 Thread Jean-Marc Borer
the release of Netbeans as mavenized modules? Best regards, Jean-Marc Borer