public class Test {
public static void main(String[] args) {
String realPath = Mvcs.getServletContext().getRealPath("/");
System.out.println(realPath);
}
}
Exception in thread "main" java.lang.NullPointerException
at net.wendal.nutzbook.test.Test.main(Test.java:7)