Hello,
I have created two projects in B4J.
The first is the main program that displays a number that increases everytime the user clicks with the mouse.
The second is the managing program where the user can set with what amount the number increases with each click.
The number is stored in a file and both the programs read and write the number to this file...
I now want to let other users use this program en thus I wanted to create a standalone version.
This I achieved for both the projects but when I put the .exe of the managing program in the dir of the main program it just runs the main app.
So does anyone know how I can put both the .exe files in 1 dir so that they use the same file for storing and retreiving the number ?
thank you !