Changes
parent
edcbddf081
commit
c1487c55cb
|
@ -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('\\'));
|
||||
|
|
Loading…
Reference in New Issue