feat():测试

yuan
yuan 2024-09-05 17:54:04 +08:00
parent 051671a23c
commit 4823fb68e3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class JavaFileCompile {
// 加载类
// 注意类名必须是完全限定名(包括包名)
Class<?> clazz = externalClassLoader.loadClassFromPath(path, "/home/lib/com/muyu/generate/"+fileName);
Class<?> clazz = externalClassLoader.loadClassFromPath(path, "/home/lib/com/muyu/generate/"+fileName+ MethodSuffix.CLASSSUFFIX);
System.out.println(clazz);
} catch (MalformedURLException e) {