开发者

Merging JVM and the code into a single file

I would like to merge Java Virtual Machine and my .java code (or compiled .class files) in开发者_StackOverflow中文版to a single executable binary. How can I do this?


I really doubt you are allowed to do that from the licensing prospective. You are going to let end user use software without passing them through accepting JVM license.


GCJ basically works like that, but depends on the GNU classpath libraries and is not fully compatible with the Java standard (may not support some language features and parts of the standard API).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜