reddit .com/r/dotnet/comments/v0mh69/ikvm_is_back_now_with_net_core/
"IKVM is a Java Virtual Machine for .NET. It lets you run Java code in the form of JARs or class files on the .NET virtual machine. Byte code is translated either up front (static compilation) or on the fly. With a single command (usually) you can convert a .jar file into a .dll file for .NET. Or you can just new up a URLClassLoader from directly within .NET code and load a JAR."
1
forgottencoast 2022-06-02 22:35:20 +08:00
新鲜,有人用过吗?
|
2
SMGdcAt4kPPQ OP @forgottencoast 试过,可以直接运行可执行 JAR ,也可以把 JAR 转成 DLL
www.cnblogs .com/CreateMyself/p/15562334.html 这里有实际在项目中使用 |
3
forgottencoast 2022-06-03 15:08:18 +08:00
@ComputerIdiot
这个例子不错。 |
4
hez2010 2022-08-06 23:48:30 +08:00 via iPad
这个项目原作者据说是得了癌症弃坑了,现在看来项目被新的人接手复活了。
|
5
jibie 2023-07-28 23:53:16 +08:00 via Android
如果 jar 引用了很多 jar 包的话,那就是噩梦了
|