If you have a sequence and you need a java array, it has be be converted each time it is passed rather than converted and held. Consider overloading JArray(type, values=) to create the array initializing from a python list.
This should not be hard to support as there is already a convertToJava method that can give the java array instance.
If you have a sequence and you need a java array, it has be be converted each time it is passed rather than converted and held. Consider overloading JArray(type, values=) to create the array initializing from a python list.
This should not be hard to support as there is already a convertToJava method that can give the java array instance.