https://github.com/gongo/emacs-jvm
Implement JVM by Emacs
https://github.com/gongo/emacs-jvm
Last synced: 8 months ago
JSON representation
Implement JVM by Emacs
- Host: GitHub
- URL: https://github.com/gongo/emacs-jvm
- Owner: gongo
- Created: 2019-12-24T15:36:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T15:47:29.000Z (over 6 years ago)
- Last Synced: 2025-06-01T08:49:19.881Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 795 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implement JVM by Emacs
## CAUTION
`emacs-jvm` is an **experimental project** .
## DEMONSTRATION
| HelloWorld.java | Argument.java |
|---------------------------------------------|---------------------------------------------|
|  |  |
## USAGE
1. Fetch this repository:
```
$ git clone https://github.com/gongo/emacs-jvm.git
$ cd emacs-jvm/
```
2. Compile example Java program:
```
$ javac examples/HelloWorld.java
```
3. Enjoy!
```
$ java -classpath ./examples HelloWorld
$ ./jvm-cli.el ./examples/HelloWorld.class
```
## LICENSE
MIT