Simple JNI (Java Native Interface) tutorial example  1.0.0
Overview

Example JNI (Java Native Interface) tutorial example

Introduction

This tutorial is a simple implementation of a compiled native code and its code is accessed by Java VM.

Here you will learn how to implement a simple library *.so for UNIX systems or *.dll for Windows systems and access all resources from JNI

Preparing your environment

Installing your C compiler:

Linux

You must install your gcc, make, ... TODO

Mac

TODO

Windows