I'm very new to both java and rpg and so I'm struggling to work out how to do this! I need to call one of a couple of java functions, but they both use arrays and I'm having a lot of trouble working out how to define them!
The java functions I need to call are either:
public static void main(String args[])
or
public static String[] callFunction(String s, String s1, String as[], String s2, boolean flag)
I just can't work out what java types to define the arrays as.
Any help or pointers would be very much appreciated!
Thanks in advance.
Software/Hardware used:
ASKED:
May 4, 2005 6:40 AM
UPDATED:
May 9, 2005 4:33 AM