Replies: 3 comments 2 replies
-
To support different Linux Distributions you could build a Flatpak. I've managed to create a Flatpak for a simple java-gtk application. More info in the README.md here . |
Beta Was this translation helpful? Give feedback.
-
for windows, should i just put the corresponding .dll files in the directories that JNA says it looks for them? |
Beta Was this translation helpful? Give feedback.
-
i figured it out, and now my new app will be ready for my robotics team to use as well as any others that choose to use it, thank you for this great library. i needed it in java so that i could use reflection to interact with our java codebase for our robot. |
Beta Was this translation helpful? Give feedback.
-
My app needs to be used on windows, and multiple versions of linux. Namely with version differences between something like opensuse tumbleweed and pop_os, which both have different versions of libadwaita and gtk4. The solution I thought of was to bundle the gtk/libadwaita binaries with the app, but I have no idea what directories to put them in, or if there is some special process to obtaining the binaries. what would be the best way to do these things?
Beta Was this translation helpful? Give feedback.
All reactions