Here you can find the source of getProjectAbsolutePath()
public static String getProjectAbsolutePath()
//package com.java2s; //License from project: Open Source License public class Main { public static String getProjectAbsolutePath() { return new java.io.File("").getAbsolutePath(); }/*from w ww . j a v a 2 s . co m*/ }