Hello, You can use https://github.com/perdian/macosappbundler-maven-plugin to create an app on MacOS. Cheers, Andreas
Awesome! BR, Andreas
Many thanks, Grzegorz! Please let a note here when it's available in the Maven repository.
Build breaking in ARM linux environment
Hello, Hard to tell you about the reason why this happened. Are your friends using the same JRE like you? For example, I had some issues in the past with OpenJDK where the registry entries under Windows contained a plus ( + ) sign in the version key. Changing this to a dash ( - ) solved the problem. Cheers, Andreas Am Fr., 26. Juni 2020 um 12:33 Uhr schrieb "Guilherme Gonçalves dos Santos" glass-potato@users.sourceforge.net: So, I programmed a small game in java, converted the .jar to a .exe and...
Hello Neeraj, launch4j is a launcher not an installer. But you can do this easily in your application code. Just check during startup if the property is available in the property file and display a dialog to enter the email address if it's missing. Cheers Andreas Am Fr., 29. Mai 2020 um 13:33 Uhr schrieb Neeraj Mahna nmahna12@users.sourceforge.net: I need to have setup of my java application built as .jar file with all libraries required. What I need is that at the time of installation of my application...
Hi Grzegorz, I've provided a PR on the github mirror to detect Amazon Coretto, AdoptOpenJDK and Liberica installations from the Windows registry: https://github.com/mirror/launch4j/pull/9 I didn't changed anything in the jni headers. Do you think it's possible to cut a new release with these changes in the near future? Best regards, Andreas
Hi Grzegorz, I've made some changes to head.c to detect AdoptOpenJDK installations. Can you give me a hint how to build the navtive file? Best regards, Andreas