Commit 5b296b61 authored by huanyu's avatar huanyu

变更获取路径方式

parent 6553fe9c
...@@ -23,6 +23,7 @@ public class FileCoinUtils { ...@@ -23,6 +23,7 @@ public class FileCoinUtils {
try { try {
String rootPath = new File("").getCanonicalPath(); String rootPath = new File("").getCanonicalPath();
System.out.println(rootPath);
if (isWin) { if (isWin) {
String configFilePath = rootPath + File.separator + WIN_DLL; String configFilePath = rootPath + File.separator + WIN_DLL;
File configFile = new File(configFilePath); File configFile = new File(configFilePath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment