I'm new to Java and B4J. Is there a list/page somewhere that tells me what the libraries are and what's in them?
For example, there is both jNet and jNetwork. Obviously, they are networking libr And I'd like to try JSCH but I don't know where to find it.
Hi @Guffin you can find all the B4J libraries here.
To find something about a specific subject, please use the Search function provided by the Forum
Using Search you will find reference to standard (i.e. provided by B4J installation) libraries too.
I'm new to Java and B4J. Is there a list/page somewhere that tells me what the libraries are and what's in them?
For example, there is both jNet and jNetwork. Obviously, they are networking libr And I'd like to try JSCH but I don't know where to find it.
In the booklet "B4XBasicLanguageV1_2.Pdf" search for "Library" and you will see section 4.8.3 "Load and update a Library". Only standard B4X libraries are put into the B4x Library folder. All 3rd party libraries go into the Additional Libraries folder. The PDF will explain where these directories are located and the 2 files that need to be copied into that library directory. Installing a new library is easy as pie.