maybe b4a/b4j.exe can call by java.exe -jar getjarINFO.jar abc.jar?
get all public class/function return type,sub,The name and data type of each parameter?
from:https://www.b4x.com/android/forum/threads/java-creating-libraries-for-b4a.6810/
about:Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core library).
In order to develop a library you need to have Eclipse installed.
The Android plug-in is not required as the libraries are regular Java libraries.
The IDE is a .Net process. It cannot load or inspect jar files. Therefore together with each jar file there is an XML file that describes the file to the IDE. This file also holds the documentation for the online help.
get all public class/function return type,sub,The name and data type of each parameter?
from:https://www.b4x.com/android/forum/threads/java-creating-libraries-for-b4a.6810/
about:Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core library).
In order to develop a library you need to have Eclipse installed.
The Android plug-in is not required as the libraries are regular Java libraries.
The IDE is a .Net process. It cannot load or inspect jar files. Therefore together with each jar file there is an XML file that describes the file to the IDE. This file also holds the documentation for the online help.