java library

  1. Alejandro Moyano

    Java Question I can't access an wrapper object from B4J

    Hi, im alex, im building an CRUD code generator and i need beautify the ugly generated code then i trying to wraps the library JTidy, but when i run it on b4j crashes. My knowledge of java is pretty basic, mostly remounts time ago at university, as my main languages are PL/SQL, VB.Net and...
  2. analizer3816

    Android Question cannot get data in List & Map from java library

    I can't get size or data in list and map from java lib [I need java lib + b4a and use list in map , map in map, map in list or list in list] please suggest me for fixed this problem thanks this is my test lib java library code: ackage testlib; import anywheresoftware.b4a.BA; import...
  3. Lee Gillie CCP

    Java Question What debugging techniques do you use?

    Curious how others are debugging the Java libraries created for B4A? Since I'm writing Java in Eclipse running on Windows PC it seems natural to want to try to create a java test framework to allow debugging in Eclipse. But right away I get tripped up with no BA to initialize my class with. I...
  4. Lee Gillie CCP

    Java Question Getting IllegalAccessException on first attempt to create Java library...

    First attempt to create a Java library for B4A. I must have missed something... ??? Just the one class in the library so far. Trying to pound out the mechanics to calling my library from B4A. But not too much luck so far. I'm guessing this is trivial to you who have already done this so many...
Top