10-12-2014, 09:39 PM
add client.jar and libs.jar to eclipse buildpath
Code:
void main()
class c = nb.class;
for(field f : c.getdeclaredfields())
if f.getname.equals("z")
string[] strings = f.get(null);
for(string s : strings){
system.out.println(s);
}