To get started
Visit and read jni4net.github.io
Make sure you understand GPLv3 and MIT licenses.
Talk back at jni4net
How to use
- Download binary package.
- study samples inside of the binary package, read
samples\ReadMe.mdplay along. - Try
samples\helloWorldFromCLRthere is ReadMe.md inside. - Try
samples\helloWorldFromJVMthere 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_HOMEset properly JDK 1.5PATHto csc.exe inc:\Windows\Microsoft.NET\Framework\v4.0\PATHto 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.