Java 1.3 Compiler
Create multiple .java files in a Monaco workspace, run a server-side bin/joosc compile inside an isolated temp workspace, then inspect the generated output/**/*.s files in a dedicated explorer-style viewer.
The build expects bin/joosc plusbin/stdlib/runtime.s, and it automatically includes every bin/stdlib/**/*.java source in the compile step. If a local or deployed tool is missing, its startup error is returned in the build log.
Compiler Workspace
Write joosc-compatible Java in a multi-file workspace, compile it inside an isolated temp environment, and move straight into the generated assembly explorer without leaving this flow.
Files
1
Up to 8 source files
Selection
9 lines
100 characters
Latest Build
0
assembly files ready
Main.java
Monaco Java editor with per-file state retention.
Source
Compiler log
bin/joosc diagnostics
Success and failure output from the latest compile request.
Assembly snapshot
Generated file manifest
The latest assembly tree is cached in this tab and opens in a dedicated explorer page.
Browser persistence
localStorage so they survive refreshes. The most recent generated assembly tree is cached in sessionStorage for the dedicated viewer route in this tab.