Wish (B4J) But I am lazy....

mrred128

Active Member
Licensed User
Longtime User
I do most of my java work with NetBeans and *really* really enjoy B4A and B4J. Great tools!

Under NetBeans, the dist folder contains the target jar file and a libs directory with all the needed jar files to run the application. As this dir search is native for the java runtime, it makes it painless to distribute.

I would like this convenience incorporated into B4J as it would prevent some distribution errors on my part. :)
 

mrred128

Active Member
Licensed User
Longtime User
From the compile dialog in release mode. Version 1.50

B4X:
Parsing code.                          0.02
Compiling code.                        0.04
Compiling generated Java code.          1.63
Building jar file.                      0.05
    Jar file created: D:\src\b4j\KayKamCamServer\Objects\KayKamCamServer.jar
    Libraries were not merged into jar file.
The following libraries should be distributed in the libs folder:
ByteConverter.jar Encryption.jar jCore.jar jHttpUtils2.jar jServer.jar Json.jar jfx.jar jhttp.jar jstringutils.jar httpclient-4.0.jar httpcore-4.0.jar commons-logging-1.1.3.jar jetty_b4j.jar servlet-api-3.1.jar c3p0-0.9.2.1.jar c3p0-oracle-thin-extras-0.9.2.1.jar mchange-commons-java-0.2.3.4.jar
Running application.                    0.01
Completed successfully.
 
Top