G grobo New Member Feb 27, 2018 #1 I'm sure this is a dumb question but I am just starting out with B4J. I see an option to "compile and run". I don't see any option to just compile. Some of the resources say to "compile a release build". How do I do that?
I'm sure this is a dumb question but I am just starting out with B4J. I see an option to "compile and run". I don't see any option to just compile. Some of the resources say to "compile a release build". How do I do that?
Erel B4X founder Staff member Licensed User Longtime User Feb 28, 2018 #2 Compile a release build usually means running in release mode. The executable jar will be created in the objects folder. Another option is to use the command line compiler. Upvote 0
Compile a release build usually means running in release mode. The executable jar will be created in the objects folder. Another option is to use the command line compiler.
G grobo New Member Feb 28, 2018 #3 Thank you. Yes, I see now that if I select "Release" that there is a .jar file created. Upvote 0