erasmusackon Member Licensed User Longtime User Jun 12, 2019 #1 Hello, How do I get jRDC2 to run anytime the server computer is restarted. Is there a way to run jRDC2 without exposing it code?
Hello, How do I get jRDC2 to run anytime the server computer is restarted. Is there a way to run jRDC2 without exposing it code?
erasmusackon Member Licensed User Longtime User Jun 12, 2019 #2 erasmusackon said: Hello, How do I get jRDC2 to run anytime the server computer is restarted. Is there a way to run jRDC2 without exposing it code? Click to expand... solved: Old Post from @Erel :You need to compile jRDC2 with B4J (run it in release mode) and it will create a jar file under the Objects folder. The jar file is the compiled application. Upvote 0
erasmusackon said: Hello, How do I get jRDC2 to run anytime the server computer is restarted. Is there a way to run jRDC2 without exposing it code? Click to expand... solved: Old Post from @Erel :You need to compile jRDC2 with B4J (run it in release mode) and it will create a jar file under the Objects folder. The jar file is the compiled application.
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2019 #3 Relevant tutorial: https://www.b4x.com/android/forum/threads/server-run-a-server-on-a-vps.60378/#content Upvote 0
Relevant tutorial: https://www.b4x.com/android/forum/threads/server-run-a-server-on-a-vps.60378/#content