Re: [platform] Generating multiple app "bundles"

2023-09-30 Thread Patrik Karlström
Thanks for the ideas, I will look into clusters, found https://netbeans.apache.org/wiki/DevFaqWhatIsACluster.html and will search my old books too. /Patrik Den lör 30 sep. 2023 kl 16:04 skrev Neil C Smith : > On Sat, 30 Sept 2023 at 11:16, Patrik Karlström wrote: > > For my maven platform appli

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

2023-09-30 Thread Patrik Karlström
>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. /Patrik Den lör 30 sep. 2023 kl 19:07 skrev Blaine Heinfeld : > Using NetBeans

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

Re: [platform] Generating multiple app "bundles"

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 11:16, Patrik Karlström wrote: > For my maven platform application I need to create different Application > bundles like NetBeans had pre Apache with SE, EE & C++ so I can have a couple > of variants of my application with each own set of plugins. > > To this day, I have

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Patrik Karlström
Happy to hear that! Den lör 30 sep. 2023 13:39Fedor van Eldijk skrev: > Tnx Patrick, > > It was indeed snap! It took me a while that the Netbeans binary zip also > contains a script to run NB in Linux. But after figuring it out, I had my > application built and launched right away. Tnx! > > Op z

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Fedor van Eldijk
Tnx Patrick, It was indeed snap! It took me a while that the Netbeans binary zip also contains a script to run NB in Linux. But after figuring it out, I had my application built and launched right away. Tnx! Op za 30 sep 2023 om 12:49 schreef Fedor van Eldijk : > What exactly is an ordinary NetB

Fwd: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Patrik Karlström
Redirecting back to list. The zip contains a startable script in the bin directory next to the exe. -- Forwarded message - Från: Fedor van Eldijk Date: lör 30 sep. 2023 12:50 Subject: Re: App not using proper search path for libraries when launched by NetBeans To: Patrik Karlströ

[platform] Generating multiple app "bundles"

2023-09-30 Thread Patrik Karlström
For my maven platform application I need to create different Application bundles like NetBeans had pre Apache with SE, EE & C++ so I can have a couple of variants of my application with each own set of plugins. To this day, I have created different "application" projects with each dependencies sec

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 08:49, Fedor van Eldijk wrote: > The app can not find a library it needs and it looks like it is appending the > search path I gave it (usr/local/lib/OGRE) to the installation path of > NetBeans (/snap/netbeans/84). Where exactly is the lib? Is it in the project or at /

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Patrik Karlström
Perhaps something with snap is behind this. Does it work when you run it from an ordinary NetBeans, not a snap one? /Patrik Den lör 30 sep. 2023 kl 09:48 skrev Fedor van Eldijk : > When I run a simple application that uses a library, Ogre3D in my case, > from NetBeans, it breaks with the followi

App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Fedor van Eldijk
When I run a simple application that uses a library, Ogre3D in my case, from NetBeans, it breaks with the following message: Error occurred during execution: InternalErrorException: Could not load dynamic library /snap/netbeans/84/usr/local/lib/OGRE/RenderSystem_GL. System Error: /snap/netbeans/84