# JNIDemo **Repository Path**: thruster/JNIDemo ## Basic Information - **Project Name**: JNIDemo - **Description**: JNIDemo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README javac JNIDemo.java gcc -I/usr/lib/jvm/java-1.7.0-openjdk-amd64/include/ -fPIC -shared -o libnative.so native.c export LD_LIBRARY_PATH=. java JNIDemo