In my code, I load class in .loadClass method. This work.
.loadClass
NewUnit = myClassLoader.loadClass(classNameToBeLoaded);
Now I need create a matrix based of instances of this class, like this:
NewUnit[][] units = new NewUnit[8][5];
Help!
Aucun commentaire:
Enregistrer un commentaire