Skip to content

A dynamic loader for compile java source code in memory

License

Notifications You must be signed in to change notification settings

beartom/dynamicloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages