-
Useful-Things
My opinions on common Java libraries, reverse engineering guides, and some assorted other tips
You can make a sorta kinda "Multi-platform" JavaFX jar, but only for one architecture per OS. Their dll/so/dylib path names all conflict which is infuriating.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Here's my JavaFX app's GH Actions file, which builds on Linux/Mac/Windows, if that helps.
-
You can try https://www.jdeploy.com. I didn't try it yet. I use GitHub Actions which allow me to deploy to all platforms by just pushing to the master branch (or whichever you set up). It's free for a certain amount of machine runtime minutes. Shouldn't be a problem for a personal application.
Related posts
-
Main Method not found in JavaFX game (NetBeans)
-
Apple Vision Pro U.S. Sales Are All but Dead, Market Analysts Say
-
Need help building JavaFX project in VsCode
-
Dump iPhone 5 blobs on iOS 7? [question]
-
How do you usually deploy Java Swing application in Windows machine, so that it can pass Microsoft Defender SmartScreen checking?