Skip to content

rawrafox/rust-jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvm

A Rust library that allows you to embed and call the JVM.

Usage

First, add the following to your Cargo.toml:

[dependencies]
jvm = "0.1"

Next, add this to your crate root:

extern crate jvm;

Then you can check how things are done in the https://github.com/rawrasaur/rust-jdbc repository.

What is jvm?

The primary purpose of this crate is to allow you to use Java code in your Rust applications or libraries.

Platforms

I am testing on my Mac, but I would love to setup some CI to get this party started.

Contributing

Patches are welcome, don't forget to add yourself to the Authors list.

Authors

About

JVM wrapper for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages