简体   繁体   中英

Executing Java in Mono C# Runtime (Linux)

I try to execute Java code in a C# application running Mono on Linux and stumbled over the http://www.mono-project.com/docs/about-mono/languages/java/ tutorial. It states it uses IKVM.net which points to a source-forge repository which is five years old (2012).

If this is not supported by Mono anymore, what other ways exist to run Java code along within a C# application running on Linux.

IKVM appears to still be the supported tool for doing what you want. But the repository seems to have moved. Try poking in at GitHub instead, there's a fork repository there that seems more up to date.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM