Android Question How to stop B4ABuilder - Command line compilation

Alimoeini

Member
Please post questions in the questions forum.

I'm not sure that I understand the question. The compiler will stop once it completes compiling.
Thank you for your response.
I need stop compiler In the middle of the compile.
I am createing a cms project because i need stop the compiler that run by bat file or cmd In the middle of the compile.
Becuse user may be regret and comile it another.
 
Upvote 0

Alimoeini

Member
You will need to kill the process. There is no other way to stop the command line builder.

You can create a simple interface with B4J and start the builder with jShell. It will allow you to kill the process.

I create jShell and run it by that because but when I stop it, it does not stop at all, and there is still activity in the task manager, especially java, and it still has cpu running to finish
 
Upvote 0
Top