Merge remote-tracking branch 'origin/feature/1.6.5' into feature/1.6.5

This commit is contained in:
zCans
2023-02-25 20:49:10 +08:00
@@ -122,7 +122,7 @@ public class AsgcCompilerTest {
*/
@Test
public void compileAndLoadClass5() throws Exception {
JarLauncher jarLauncher = new JarLauncher("/Users/yangwen/my/tmp/java/asgc-package-lab2.jar");
JarLauncher jarLauncher = new JarLauncher(AsgcCompilerTest.class.getResource("/asgc-package-lab2.jar").getPath());
AsgcCompiler compiler = new AsgcCompiler(jarLauncher.createClassLoader());
String code = "package a.b;\n" +
"import fun.asgc.lab.pkg.lab2.Console;\n" +