修改容器部路径

master
Qin Dong Ming 2024-09-08 19:41:40 +08:00
parent 7f0c4fa16b
commit c941e6bf36
1 changed files with 1 additions and 1 deletions

View File

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