B4J Question [Solved]Exe Alternative Run Batch File Without Debug Mode

mechanicaltesla

Member
Licensed User
Hi Everyone,

When I build a Standalone Package I see run_debug as part of the files. Can I create a batch file that runs the app Not in debug mode?


it seems like the flag -m makes the app run in debug mode. What would be a flag for not in debug mode?

Batch File
B4X:
    cd bin
java.exe @release_java_modules.txt  -m b4j/b4j.example.main
pause


Thanks.
 

mechanicaltesla

Member
Licensed User
It doesn't run it in debug mode.

It is called run_debug.bat as it was created to help find/debug errors with the packed app.

okay I see Erel thanks for clarifying
I’ll run it that way then.
Struggling with an overly aggressive antivirus that deletes the exe every time.
 
Upvote 0
Top