while running the program I encounterd the following problem
java.lang.NullPointerException
at util.ProjectUtil.getJavaProjects(ProjectUtil.java:33)
at test.ProjectUtilTest.(ProjectUtilTest.java:33)
at main.Entrance.main(Entrance.java:19)
now what should be passed into the parameters in the both methods so it doesnt give this error?
Hi,
while running the program I encounterd the following problem
java.lang.NullPointerException at util.ProjectUtil.getJavaProjects(ProjectUtil.java:33) at test.ProjectUtilTest.(ProjectUtilTest.java:33)
at main.Entrance.main(Entrance.java:19)
now what should be passed into the parameters in the both methods so it doesnt give this error?
thanks