java 动态编译源代码
為什么80%的碼農(nóng)都做不了架構師?>>> ??
代碼非常簡單,,要引入tool.jar這個包
com.sun.tools.javac.Main javac = new Main();
File file =new File("E:/work/JavaGGDS/bin/Test.java");// new File("Test",".java", );
???if(file.exists())file.delete();
???FileWriter fw=new FileWriter(file);
???fw.write("public class "+file.getName().substring(0,file.getName().lastIndexOf("."))+" { public static void a(){System.out.println(\"dddddddd\");}}");
???fw.flush();
???fw.close();
//???String[] arg0=new String[]{"-d",System.getProperty("user.dir"),file.getName()};
???String[] arg0=new String[]{"-d","E:/work/JavaGGDS/bin/","E:/work/JavaGGDS/bin/"+"Test.java"};
???int status=javac.compile(arg0);
???System.out.println(status);
???
???Class cls = Class.forName(file.getName().substring(0,file.getName().lastIndexOf(".")));
???cls.getMethod("a").invoke(null);
這樣就可以了,大家基本看得明白吧
?
轉(zhuǎn)載于:https://my.oschina.net/javagg/blog/3368
總結
以上是生活随笔為你收集整理的java 动态编译源代码的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: javascript中alert函数的替
- 下一篇: [JavaScript]只需一行代码,轻