Skip to content

A demo project in order to show JNI implementation in Rust.

License

Notifications You must be signed in to change notification settings

srcres258/rust-jni-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-jni-demo

A demo project focusing on using Rust language to implement JNI for Java applications.

Guideline for building the project

  1. Enter the rust directory and build the Cargo with release profile.

    $ cd rust
    $ cargo build --release
    
  2. Enter the java directory, build and run the Java program with Gradle Wrapper.

    $ cd java
    $ ./gradlew run
    

License

This project is licensed under the MIT license. See LICENSE.txt for details.

About

A demo project in order to show JNI implementation in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published