Skip to content

Project including useful tools for working with Java classes in Rust, as well as a work-in-progress JVM.

License

Notifications You must be signed in to change notification settings

googleben/java_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project for working with Java from Rust code. Currently includes read-only classfile browsing from inside Rust code as well as a GUI. Hopefully one day will include a JVM.

Build

Clone the repository and open up the base directory in a shell of your choice and make sure Rust is installed. Then run a command:

Build only

cargo build --release

Run browser GUI

cargo run --release -p class_browser

Binaries are found in ./target/release/

About

Project including useful tools for working with Java classes in Rust, as well as a work-in-progress JVM.

Topics

Resources

License

Stars

Watchers

Forks

Languages