String strURL = getClass().getProtectionDomain().getCodeSource().getLocation().getPath();
  strURL 
= strURL.substring(0,strURL.lastIndexOf("/"));
  strURL 
+= "/"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2021-05-07
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案