Use
"java.class.path" property to find directories and JAR
archives containing class files.
public class GetProperty { public static void main(String args[]){ System.out.println(System.getProperty("java.class.path")); } }
Output
C:\Users\Documents\NetBeansProjects\recursion\build\classes
No comments:
Post a Comment