I\'m playing around with Reflection and I thought I\'d make something which loads a class and prints the names of all fields in the class. I\'ve made a small hello world typ
I had the same problem but I found this as a solution:
System.getProperty("java.class.path")
This give you the jar, and classes path. From here you are able to manage your process.