B4J Question #AdditionalJar parameters

wl

Well-Known Member
Licensed User
Longtime User
Hello,

I'm looking into using a very simple java class with a single method that returns an array of strings.

What should be the returntype of the method in Java ? String[] ? Would this translate into an Array in B4J ? Or could the Java method return something that translates into a B4J map ?

Thanks !
 
Top