百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jni4net

> 编程语言
开源

JVM 和 CLR 之间的快速、面向对象的内部进程桥接

377 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

JVM 和 CLR 之间的快速、面向对象的内部进程桥接

To get started

Visit and read jni4net.github.io

Make sure you understand GPLv3 and MIT licenses.

  • runtime is licensed under MIT.
  • proxygen and tools are licensed under GPLv3.

Talk back at jni4net

How to use

  • Download binary package.
  • study samples inside of the binary package, read samples\ReadMe.md play along.
  • Try samples\helloWorldFromCLR there is ReadMe.md inside.
  • Try samples\helloWorldFromJVM there is ReadMe.md inside.
  • How calling from Java to .NET works
  • How calling from .NET to Java works
  • Troubleshooter
  • Email group

How to build this solution on Windows

make sure you have

  • .NET SDK 3.5 installed at usual places
  • .NET SDK 4.0 installed at usual places
  • Java JDK 1.5
  • JAVA_HOME set properly JDK 1.5
  • PATH to csc.exe in c:\Windows\Microsoft.NET\Framework\v4.0\
  • PATH to sn.exe
  • NUnit installed at C:\Program Files\NUnit-2.5.8.10295
  • internet access to download components from maven repository
  • make sure that you build it and run from (.NET) trusted location. Not shared drive.
  • run tools\loadTools.cmd
  • run tools\keys\gennetkey.cmd
  • In root directory run mvnassembly.cmd

This should generate results into target directory in root of project.

How to use it on Linux/Mono:

It's not supported at the moment, sorry

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言