Visit and read jni4net.github.io
Make sure you understand GPLv3 and MIT licenses.
Talk back at jni4net or Pavel Savara
- 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
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.5PATH
to csc.exe inc:\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.