master
chentaisen 2024-09-06 14:36:30 +08:00
parent edcbddf081
commit c1487c55cb
1 changed files with 1 additions and 1 deletions

View File

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