https://github.com/leaningtech/javafiddle
Build, run, and share Java snippets in the browser
https://github.com/leaningtech/javafiddle
cheerpj fiddle java repl webassembly
Last synced: 15 days ago
JSON representation
Build, run, and share Java snippets in the browser
- Host: GitHub
- URL: https://github.com/leaningtech/javafiddle
- Owner: leaningtech
- License: apache-2.0
- Created: 2023-09-19T16:21:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T11:39:49.000Z (16 days ago)
- Last Synced: 2025-05-02T12:39:09.291Z (16 days ago)
- Topics: cheerpj, fiddle, java, repl, webassembly
- Language: Svelte
- Homepage: https://javafiddle.leaningtech.com
- Size: 7.47 MB
- Stars: 31
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JavaFiddle
[](https://discord.leaningtech.com)
JavaFiddle is an online tool to build and share snippets of Java code, powered by [CheerpJ](https://labs.leaningtech.com/cheerpj).
[](https://javafiddle.leaningtech.com)
## Developing
```bash
pnpm install
pnpm run dev
```