Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a simple .NET library that returns a List<T>, where T is an class with two properties, an int and a string. Very simple. My job runs fine and I an object is returned, but I don't know how to convert this object into a Java ArrayList (I assume this is the equivalent to a List<T>) and process each item in the list. Attached is a picture of the job and the return value.
Thanks for any help.
Can you post the code of tJavaRow? Hope other Java experts can help you.