I have been using JavaObject to access classes in an an #AdditionalJar and have many classes working correctly.
In this example I am passing an array of JavaObject created in lines 46-52 (working correctly) to a new instance of a class defined as
I am now getting an error on line 55 - Constructor not found
I can't see any other way of passing the basepoints array of JavaObject's to the new class - any suggestions would be appreciated
Cheers,
John Davidson
In this example I am passing an array of JavaObject created in lines 46-52 (working correctly) to a new instance of a class defined as
I am now getting an error on line 55 - Constructor not found
I can't see any other way of passing the basepoints array of JavaObject's to the new class - any suggestions would be appreciated
Cheers,
John Davidson