91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

Java獲取項目路徑的多種方式

小云
129
2023-08-17 12:22:43
欄目: 編程語言

在Java中,可以通過多種方式獲取項目路徑:

  1. 使用System.getProperty("user.dir")方法獲取當前工作目錄的絕對路徑。這個路徑通常是運行Java程序時所在的目錄。
String projectPath = System.getProperty("user.dir");
System.out.println(projectPath);
  1. 使用Class.getResource()方法獲取類所在的路徑。這個路徑是相對于類所在的包的路徑。
String projectPath = MyClass.class.getResource("").getPath();
System.out.println(projectPath);
  1. 使用ClassLoader.getResource()方法獲取類加載器所在的路徑。這個路徑是相對于類加載器的根路徑。
ClassLoader classLoader = MyClass.class.getClassLoader();
String projectPath = classLoader.getResource("").getPath();
System.out.println(projectPath);
  1. 使用ServletContext.getRealPath()方法獲取Web應用的根路徑。這個路徑是Web容器運行時動態計算的。
ServletContext servletContext = getServletContext();
String projectPath = servletContext.getRealPath("/");
System.out.println(projectPath);

注意:以上方法中獲取的路徑都是字符串,可以根據需要進行進一步的處理。

0
鞍山市| 泉州市| 溆浦县| 定西市| 镇原县| 分宜县| 普兰店市| 曲周县| 兴义市| 兴宁市| 二手房| 启东市| 从江县| 房山区| 娄底市| 博湖县| 乐亭县| 襄垣县| 高淳县| 边坝县| 哈尔滨市| 那坡县| 斗六市| 安徽省| 柳河县| 平潭县| 信丰县| 郓城县| 马鞍山市| 隆安县| 东乡县| 利津县| 布尔津县| 镇雄县| 柳州市| 广西| 漳浦县| 莎车县| 南昌县| 类乌齐县| 漯河市|