Android Question Run jRDC.EXE on server

Mostez

Well-Known Member
Licensed User
Longtime User
I've built standalone package of B4J jRDC2, I want to run jRDC.exe on the database server, I don't know what folders should I copy to server and where the config.properties file is located in the built package!

TIA
 

josejad

Expert
Licensed User
Longtime User
You don't need to generate an exe, just the .jar (compiling in release you will get it in the objects folder).

Then:
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top