Re: Best strategy to solve JavaHelp issue

2020-03-16 Thread Geertjan Wielenga
JavaHelp is GPL licensed and has not been donated by Oracle to Apache, so had to be excluded from Apache NetBeans GitHub. So far I don’t think anyone has figured out how it can be reincluded in a NetBeans Platform app, if you manage to do it, would be great if you’d share your findings. Gj On Tue

Re: No NetBeans platform/IDE associated with the project

2020-03-16 Thread Ernie Rael
On 3/16/2020 10:20 PM, Ernie Rael wrote: New with 11.3? I get the above subject message when I open a tiny nbm maven project. I'm pretty sure I didn't get this with 11.2. Is there some place/way to define this as part of project properties? OK, this was just a warning, I can still build. Alt

No NetBeans platform/IDE associated with the project

2020-03-16 Thread Ernie Rael
New with 11.3? I get the above subject message when I open a tiny nbm maven project. I'm pretty sure I didn't get this with 11.2. Is there some place/way to define this as part of project properties? To move forward, I added something to the properties. It still doesn't work. Any idea what I'm

Re: Best strategy to solve JavaHelp issue

2020-03-16 Thread Ernie Rael
On 3/11/2020 9:58 AM, Jean-Claude Dauphin wrote: My application is a modules suite and non commercial. I know that JavaHelp is not part of Apache NetBeans but what would be the best strategy to solve that issue I've been wondering about this myself. Maybe an integrated JavaFX web browser?

Profiler

2020-03-16 Thread Luff,Chris
Hi all, I am profiling a remote JVM that I have some code running upon. Whilst the visual view is good I would like to look at some specific events in more detail. Is the raw data saved off? Thanks Chris CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corpora

Re: 11.3 - font size much smaller

2020-03-16 Thread Emilian Bold
> Perhaps we should detect people running Java 8 on Windows systems with HiDPI enabled, and show a warning in this case. Yes, sounds like a good notification to show users. --emi lun., 16 mar. 2020, 17:28 Eirik Bakke a scris: > I did a little debugging off-list with Jonathan--the problem was

RE: 11.3 - font size much smaller

2020-03-16 Thread Eirik Bakke
I did a little debugging off-list with Jonathan--the problem was running NetBeans on Java 8. For proper HiDPI support on Windows 10, the IDE should be run on at least Java 9--preferably a more recent version. This solved the problem. There was indeed szome changes in this area in 11.3, but they

Native Packaging fro Mac OSX gives typedef class com.sun.javafx.tools.ant.FXJar cannot be found

2020-03-16 Thread David Gradwell
I have successfully packaged applications for MacOSX under Netbeans 8.2 and am now moving to Apache NetBeans 11.3. It seems not to be possible to package an app for Mac OSX using Apache NetBeans.I get typedef class com.sun.javafx.tools.ant.FXJar cannot be found using the classloader AntClass

Re: [testimonial] Distributing NetBeans Platform App with JavaFX really do work

2020-03-16 Thread Patrik Karlström
>I had created an AppLauncher for JavaFX applications you may be interested in: I can't see how that relates to a (Swing based) NetBeans Platform application with JavaFX. >Custom JDK builds will only work for you unless you somehow package the custom JDK and force the application to use it. I do