Hi,
I try to find out if there's already an instance of a class available. If not, I would need to create one, if yes, I want to retrieve a value from it's public field.
There's a nice example on sun.com. But how do I retrieve the instance? In the field.get(OBJECT) method the ask me to pass the instance.
Thanks
I try to find out if there's already an instance of a class available. If not, I would need to create one, if yes, I want to retrieve a value from it's public field.
There's a nice example on sun.com. But how do I retrieve the instance? In the field.get(OBJECT) method the ask me to pass the instance.
Thanks