Re: NetBeans 19 Performance Issues

2024-02-14 Thread Blaine Heinfeld
Thank you to everyone who responded.  I'll try to address the comments and suggests I received. Yes, this is a Java project.  It uses Ant because, to the best of my understanding, Ant is required to do cross development and debugging for a Raspberry Pi.  If that is possible with Maven, I don't

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Blaine Heinfeld
Forgot to mention:  The host computer is Windows 10 Home. On 2/13/2024 10:34 AM, Blaine Heinfeld wrote: I am trying to understand and resolve a severe performance issue with NetBeans 19 running on Azul Java 11.0.13; OpenJDK 64-Bit Server VM 11.0.13+8-LTS. My project consists of about 260

NetBeans 19 Performance Issues

2024-02-13 Thread Blaine Heinfeld
I am trying to understand and resolve a severe performance issue with NetBeans 19 running on Azul Java 11.0.13; OpenJDK 64-Bit Server VM 11.0.13+8-LTS. My project consists of about 260 classes and has probably around 75,000 lines of total text, including some extensive HTML documentation files

Re: Remote Debug: Unable to create javax script engine for javascript

2023-10-02 Thread Blaine Heinfeld
On 10/1/2023 1:52 AM, Patrik Karlström wrote: >Is it possible to upgrade Ant to resolve this issue? It is possible to upgrade ant, just download the latest version and point to it from NetBeans Options/Java/Ant/Ant home. Not sure if it resolves the issue though. I upgraded NetBeans 19 Ant to

Remote Debug: Unable to create javax script engine for javascript

2023-09-30 Thread Blaine Heinfeld
Using NetBeans 19 with Java 17 on Windows 10, I receive the following error message when attempting "Run to Cursor" debugging on a remote Raspberry Pi platform. ...\nbproject\remote-platform-impl.xml:129: Unable to create javax script engine for javascript This appears to be the same issue d

Re: NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-30 Thread Blaine Heinfeld
I believe the issue I had with run-remote to a Raspberry Pi after upgrading to NetBeans 19 is the same issue described here: https://github.com/apache/netbeans/issues/4536 although my issue was with NetBeans 19 and Windows 10 versus NetBeans 14 and macOS in issue 4536. The good news is that

NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-29 Thread Blaine Heinfeld
I have NetBeans 12.6 installed using Java 11 on Windows 10 with a remote platform configuration for a Raspberry Pi 4.  This environment works well for remote execution / debugging on the RPi 4. I am now testing NetBeans 19 using Java 17 on the same Windows 10 computer.  Installation was uneven

Upgrading to NetBeans 18

2023-09-05 Thread Blaine Heinfeld
Hello, I'm looking for any guidance, recommendations, lessons learned, etc. before I upgrade. I develop and support a single standalone Java application that is relatively large (~275 classes).  It is currently developed on Windows 10 using NetBeans 12.6 and Subversion.  I currently develop

NetBeans 12.6/Java 11 Remote Debug Fails - Property "debug-args-line" has not been set

2022-01-21 Thread Blaine Heinfeld
debug-args-line" has not been set which in turn seems to cause "${debug-args-line}" to be included in the command string sent to the Raspberry Pi. How do I resolve this and restore debug capability? Blaine Heinfeld

Re: [java] NetBeans 12.6 Run Remote on Raspberry Pi

2022-01-01 Thread Blaine Heinfeld
I think I have successfully resolved this issue by creating a new run configuration and a new remote runtime platform from within NetBeans 12.6. As far as I can tell, the parameters for the configuration and the platform are all identical to those I imported with the project from NetBeans 8.2.

[java] NetBeans 12.6 Run Remote on Raspberry Pi

2021-12-31 Thread Blaine Heinfeld
I am hoping someone on this list can help me with this issue. I have been using NetBeans 8.2 and Oracle Java 8 on Windows 10 to cross develop for a headless Raspberry Pi (various models) for a number of years.  The Raspberry Pi started with Java 8, but has been running Java 11 for 2+ years.  A