B4J Question How to generate a .jar file

Germán Arduino

Member
Licensed User
Hi:

If I want to distribute a commercial app (for example if I decide to rewrite my password manager www.passwordspro.com) I should generate a .jar file?

I tried with one example (the JSON editor) and always get the error:

B4J Versión: 6.00 BETA #2
Parseando código. (0.14s)
Compilando código Error
No existen módulos para compilar
Los siguientes módulos se ecluyen de la compilación de la libreria:
main

and the process stop here and do not produce the .jar file.

Any hint will be appreciated.

Thanks.
 

Germán Arduino

Member
Licensed User
1. B4J v6.00 has been released: https://www.b4x.com/b4j.html

2. You are trying to compile it as a library. You should instead change the deployment mode to Release and run the app. The jar file will be available in <project>\Objects

Yes, I tried to compile as a library because was the only option that I found. How I can change the deployment mode to Release to obtain the jar? I did a quick search in the forum and in the pdf's but not found the way.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Select Release!

upload_2017-12-19_14-27-27.png
 
Upvote 0

Germán Arduino

Member
Licensed User
Yes, I tried to compile as a library because was the only option that I found. How I can change the deployment mode to Release to obtain the jar? I did a quick search in the forum and in the pdf's but not found the way.

Forgot my question, is in the combo at right of screen. Sorry by the noise!
 
Upvote 0
Top