xulihang Active Member Licensed User Longtime User Thursday at 3:22 AM #1 I have a B4J app which now has over 3000 users. But it cannot make much money. I am thinking about creating a Java SDK to sell. Are there things about wrapping a B4J app as a Java library?
I have a B4J app which now has over 3000 users. But it cannot make much money. I am thinking about creating a Java SDK to sell. Are there things about wrapping a B4J app as a Java library?
Erel B4X founder Staff member Licensed User Longtime User Thursday at 6:02 AM #2 Example of a method that was written in B4J and was then added to a Java library: https://github.com/AnywhereSoftware...rc/anywheresoftware/b4j/xui/CSSUtils.java#L73 Technically it is possible. You will need to distribute B4J core.jar as well. And don't use features that are specific to B4X, such as events. Upvote 0
Example of a method that was written in B4J and was then added to a Java library: https://github.com/AnywhereSoftware...rc/anywheresoftware/b4j/xui/CSSUtils.java#L73 Technically it is possible. You will need to distribute B4J core.jar as well. And don't use features that are specific to B4X, such as events.