I have a J2EE project developed in eclipse. How do find out what is the class path of this project?
Asked
Active
Viewed 180 times
0
-
There is a _Show Command Line_ button in Java run/debug configurations for that. – howlger Sep 19 '19 at 08:41
1 Answers
0
if you want get absolute classpath in your disc:
Animal animal = new Animal(); System.out.println(animal.getClass().getResource(""));

么么哒慧
- 1
- 1