Wish "Compile only" - Option in release-mode

Kiffi

Well-Known Member
Licensed User
Longtime User
Hello Erel,

for deploying my Websocket-Server i need an option to compile without running in release-mode.

At the moment it is quite awkward to generate a jar to deploy it on my webserver, because with "Compile & Run" i have to leave B4J (or kill the Websocket-Server in the taskmanager) to zip and copy the generated jar-file.

Thanks in advance & Greetings ... Peter
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
2 notes:
- You can kill the process from B4J:

SS-2014-05-16_11.39.54.png


- Make sure to set MergeLibraries to False. This way you will get a small jar with the compiled code only.
 
Top