Re: Sorting it out?

2023-05-31 Thread Laszlo Kishalmi
Dear Tim, Are you all right? Your recent emails makes me worry. On 5/31/23 17:10, Tim de Vries wrote: Need a pure JAVA Solution? Like a Gosling, a Jobs, a Gates, maybe a MARKZUCK. or Bezos, if you that. I don't. I TIM. You, Not Me! #All. #Tim. #You. #OhNo! Tim

Re: Distribution of a NB app with a native library ?

2023-05-31 Thread Michael Bien
if this isn't a self contained lib on linux and it can't be easily shipped with your application your best chance is to simply ask the user to install it if your app can't find it. Seems to be a common lib and available in most package managers. https://github.com/FluidSynth/fluidsynth/wiki/Dow

Re: Spring Boot Properties

2023-05-31 Thread Tim de Vries
Hello, So my platform software, which should be run "on-top-of", Netbeans, Terminal, IntelliJ, Codeblocks, Notepad++, etc, Try That. Let me know how it works. t...@tecreations.ca. Canada.Alberta.Heisler. @#$Worldwide. Bye. Tim On 2023-05-29 7:08 p.m., David Soles wrote: First of all, tha

Sorting it out?

2023-05-31 Thread Tim de Vries
Need a pure JAVA Solution? Like a Gosling, a Jobs, a Gates, maybe a MARKZUCK. or Bezos, if you that. I don't. I TIM. You, Not Me! #All. #Tim. #You. #OhNo! Tim - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache

Re: Migrating NB platform app to maven

2023-05-31 Thread Tim de Vries
For something like this, I would say something like... 'Construct a build process that process my "main()" project and all dependencies. Test via: Run and test that. Thank you. Tim On 2023-05-15 2:26 p.m., Jerome Lelasseux wrote: I try to migrate my Ant-based NB platform app (~70 modules)

Hello, please don't bombard the ASF mailing list for questions related to me. Please do: t...@tecreations.ca

2023-05-31 Thread Tim de Vries
So, you should be able to use an 'approximate' POM with DependencyViewer, that will, to your 'project' 's /jars/ dir. Then code. You may, use my tecreations-0.5.0 and auth-server and app.controller.MultipleInstance(s)?, to ..., construct your environment? So I, run my latest id confir

Wow: Migrating NB platform to ???

2023-05-31 Thread Tim de Vries
Sorry. You could try my DependencyViewer to download your requirements to your ProjectDir/jars. I can't even reply to the comments so I guess apache == NAZICensorship. Uhm. The code is correct. There may be some hacker interaction, but they can't probably do that all the time. I use a Pl

Re: Distribution of a NB app with a native library ?

2023-05-31 Thread Mark A. Flacy
Greetings, At best you could claim that your package supports a specific version of a specific Linux distribution (with some caveats around Redhat<-->Fedora and Ubuntu<-->Debian equivalences). Ideally, you'd make a different bundle that was keyed in some way such that a linux user of a non-Ub

Distribution of a NB app with a native library ?

2023-05-31 Thread Jerome Lelasseux
Please forgive me it's not a pure Netbeans question. The next version of my Netbeans platform music app uses a native library, the software synth Fluidsynth https://github.com/FluidSynth/fluidsynth/wiki/Download which is available on Win/Linux/Mac. Would you have recommandations on the best w