共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Apache Commons JCI |
Apache Commons JCI
|
2 | 0 | 164 |
贡献者 | 讨论 | 代码提交 |
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before java6) feature in-memory compilation.
The current implementation supports compilation via the following compilers:
- eclipse
- janino
- groovy
- javac
- rhino