B4J Question How to create a b4jbridge.jar from b4j project source

Markos

Active Member
Licensed User
Longtime User
How to create a b4jbridge.jar from b4j source project without b4jbridge running
 

Peter Simpson

Expert
Licensed User
Longtime User
Just run the project in release mode, then go to the projects folder > objects folder and the .jar file will be in there @Markos...
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
Thanks buddy I feel foolish for not seeing that option been so long I had to mess with that in b4a or b4i not b4j forced me to look at that aspect.

For some strange reason after closing down b4j and opening back up everything started working properly bot B4jPackager using b4j as well as the command prompt.

I have one last question, when I compile b4j apps is it preferred I use java11 sdk or the (jdk1.8_*) for javac.exe configuration path
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Java 11.x or Java 8.x, it's up to you. The preferred option is 11 as you can then use packer11 with it.

I personally switch from one to another, but there's a logical reason for that which I won't get into on here @Markos
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
Thanks for clarifying that nagging question if both will work but now you peaked my interest as there is some pros/cons between the two that may be beneficial to me down the road I suspect. I will not change the scope of this thread I will open it up to the general audience.

thanks again
 
Upvote 0
Top