If you are talking about using it form a non B4x app then it will not work as the compiled code depends on some Anywhere Software proprietary libraries.
B4J creates standard Java projects that are compiled with the Java compiler. This means that it is technically possible to use libraries created with B4J in a Java application.
The real problem is that you will break all kinds of assumptions that are correct inside the B4J environment and will not be correct in your Java project.
Bottom line is that it will be easier to convert your Java code to a library and use it from B4J.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.