beartom / dynamicloader

A dynamic loader for compile java source code in memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamicloader

My first project(actually it's just some snippets not a project) upload to github to show that I'm living in this world and perhaps I can do something to contribute.
A dynamic loader for compile java source code in memory using javax.tools.JavaCompiler.
The core of my code is based on https://github.com/trung/InMemoryJavaCompiler.
I will add more info about how to use in the future. Coming soon, maybe...
If you can't wait please see the test case first.

动态加载器

第一个上传github的代码,希望能给留下点什么证明我是活在世界上的....
使用javax.tools.JavaCompiler在内存中动态编译java源码.
核心代码基于https://github.com/trung/InMemoryJavaCompiler.
以后会添加使用方法哈.敬请期待...
如果等不及可以先看看测试哈.

About

A dynamic loader for compile java source code in memory

License:Apache License 2.0


Languages

Language:Java 100.0%