This method was tested and works on my setup, even if the jar or exe is copied or renamed:
- Windows 10, B4J 9.10 (and later), OpenJDK 11
- Linux Mint Cinnamon 21.1, B4J 9.80, OpenJDK 11
#AdditionalJar: sqlite-jdbc-3.36.0.1
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1...
I wanted to limit my app to running as a single instance, in both Windows and Linux.
Several solutions for this single instance problem have been posted, but usually do not include running in Linux.
Erel made a few suggestions in one of his posts. One of these was to use an external file as a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.