修改容器内部路径

master
Qin Dong Ming 2024-09-06 21:23:41 +08:00
parent e5994f523f
commit d2980d92d4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class RuleTest {
try {
//外部类文件路径
String externalClassFilePath =
engineWorkSourcePath + engineVersion.getName() + ".class";
engineWorkSourcePath + "/com/muyu/abstracts/" + engineVersion.getName() + ".class";
Path classFilePath = Paths.get(externalClassFilePath);
//获取外部类所在的目录
String externalClassDir = externalClassFilePath.substring(0, externalClassFilePath.lastIndexOf('/'));