JAVA调用C#函数

所属分类:Windows编程
开发工具:Java
文件大小:2762KB
下载次数:1
上传日期:2018-06-08 15:44:43
上 传 者lw_1982@126.com
说明:  java与C#函数相互调用,提供公共包及调用示例
(Java and C# function call each other)

文件列表:
JAVA调用C#函数\bin\proxygen-GPL.3.0.txt (33039, 2014-09-23)
JAVA调用C#函数\bin\proxygen.exe (139264, 2014-09-23)
JAVA调用C#函数\bin\proxygen.exe.config (223, 2014-09-23)
JAVA调用C#函数\changes.txt (3837, 2014-09-23)
JAVA调用C#函数\jni4net-0.8.8.0-bin.zip (1091253, 2015-11-16)
JAVA调用C#函数\lib\jni4net-MIT.txt (1126, 2014-09-23)
JAVA调用C#函数\lib\jni4net.j-0.8.8.0.jar (157754, 2014-09-23)
JAVA调用C#函数\lib\jni4net.n-0.8.8.0.dll (909312, 2014-09-23)
JAVA调用C#函数\lib\jni4net.n.w32.v20-0.8.8.0.dll (7168, 2014-09-23)
JAVA调用C#函数\lib\jni4net.n.w32.v40-0.8.8.0.dll (7168, 2014-09-23)
JAVA调用C#函数\lib\jni4net.n.w64.v20-0.8.8.0.dll (7168, 2014-09-23)
JAVA调用C#函数\lib\jni4net.n.w64.v40-0.8.8.0.dll (7168, 2014-09-23)
JAVA调用C#函数\samples\circular\circular1\build1.cmd (113, 2014-09-23)
JAVA调用C#函数\samples\circular\circular1\src\j4n\IA.java (53, 2014-09-23)
JAVA调用C#函数\samples\circular\circular1\src\j4n\IB.java (57, 2014-09-23)
JAVA调用C#函数\samples\circular\circular2\build1.cmd (113, 2014-09-23)
JAVA调用C#函数\samples\circular\circular2\build2.cmd (76, 2014-09-23)
JAVA调用C#函数\samples\circular\circular2\circular2.proxygen.xml (293, 2014-09-23)
JAVA调用C#函数\samples\circular\circular2\src\j4n\IA.java (53, 2014-09-23)
JAVA调用C#函数\samples\circular\circular2\src\j4n\IB.java (57, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\build1.cmd (113, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\build2.cmd (76, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\build3.cmd (230, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\circular2.proxygen.xml (293, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\src\j4n\IA.java (53, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\src\j4n\IB.java (57, 2014-09-23)
JAVA调用C#函数\samples\circular\circular3\src3\j4n\B.cs (102, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\build1.cmd (113, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\build2.cmd (76, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\build3.cmd (230, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\build4.cmd (76, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\circular2.proxygen.xml (293, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\circular4.proxygen.xml (376, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\src\j4n\IA.java (53, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\src\j4n\IB.java (57, 2014-09-23)
JAVA调用C#函数\samples\circular\circular4\src3\j4n\B.cs (102, 2014-09-23)
JAVA调用C#函数\samples\circular\circular5\build1.cmd (113, 2014-09-23)
JAVA调用C#函数\samples\circular\circular5\build2.cmd (76, 2014-09-23)
JAVA调用C#函数\samples\circular\circular5\build3.cmd (230, 2014-09-23)
... ...

To get started ---------------- Visit and read [jni4net.sf.net](http://jni4net.sf.net) Make sure you understand GPLv3 and MIT licenses. - runtime is licensed under MIT. - proxygen and tools under GPLv3. Talk back at [jni4net](jni4net@googlegroups.com) or [Pavel Savara](pavel.savara@gmail.com) To use this bridge at runtime you need ---------------- - Windows 32 or *** bit (unixes and Mono are not supported yet) - .NET Runtime 2.0 or later - JRE 1.5 or later - JAVA_HOME environment set properly, - On ***bit system: ***bit Java installation, PATH leads to ***bit (server) version - on console run: `java -version` to check it How to use ---------------- - Download [binary](http://sourceforge.net/projects/jni4net/files/0.8.7/jni4net-0.8.7.0-bin.zip/download) package. - study samples inside of the 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](http://zamboch.blogspot.cz/2009/11/how-calling-from-java-to-net-works-in.html) - [How calling from .NET to Java works](http://zamboch.blogspot.cz/2009/10/how-calling-from-net-to-java-works.html) - [Troubleshooter](http://jni4net.sourceforge.net/troubleshoot.shtml) - [Email group](https://groups.google.com/forum/?hl=en#!forum/jni4net) To use this jni4net bridge for development you need as well ---------------- - JDK 1.5 or above - .NET SDK 3.5 or above - Visual Studio 2012 - Ant build tool - Eclipse or any other Java IDE - csc.exe and javac.exe on PATH Folder structure of binary package ---------------- ``` bin\ - contains proxygen tool, it's development tool for jni4net lib\ - contains .NET DLLs and Java .jar files of jni4net. If you redeploy jni4net lib directory is all you need. The DLLs and .jar file should reside in same directory (as well as rest of your .NET DLLs) \jni4net.n-0.x.0.0.dll - .NET side of the bridge \jni4net.j-0.x.0.0.jar - Java side of the bridge \jni4net.n.w32-0.x.0.0.dll - Native helper for initial call from 32bit Java on Windows \jni4net.n.w***-0.x.0.0.dll - Native helper for initial call from ***bit Java on Windows \jni4net-MIT-3.0.txt - License for redistributable runtime files, all files in lib\ folder samples\ - contains sample applications and tutorials, see `ReadMe.md`.txt in there for details ```

近期下载者

相关文件


收藏者