0

I have a J2EE project developed in eclipse. How do find out what is the class path of this project?

1 Answers1

0

if you want get absolute classpath in your disc:

Animal animal = new Animal(); System.out.println(animal.getClass().getResource(""));