Skip to content

TypedJava is Java for brownser and use Java & TS & JS the same time and this it works for good games and somethings like wiki and pages and data and more things and there the same librarys builded from TS and thanks for use it and it Is like Java for browser (that was from past in 199x) by CoolyDucks

License

Notifications You must be signed in to change notification settings

CoolyDucks/TypedJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–₯️ TypedJava

TypedJava is a simple Java interpreter for the browser. It allows you to write and run small Java snippets directly on a webpage β€” perfect for wiki pages, tutorials, or educational demos! πŸ“

⚑ Features

  • βœ… Run simple Java code in the browser without installing Java
  • βœ… Supports basic types: int, double, String
  • βœ… Supports System.out.println for output
  • βœ… Simple wiki-style integration β€” display code examples with a Run button
  • βœ… Save and load code snippets in LocalStorage
  • βœ… Lightweight and easy to embed in any HTML page

πŸ’» Example Usage

int a = 5;
int b = 10;
System.out.println("Sum: " + (a+b));
Run Example <script type="module"> import { WikiJava } from './TypedJava.ts'; const app = new WikiJava('codeArea','output'); document.getElementById('runBtn').onclick = () => app.run(); </script>

Why 🧐

  • TypedJava is a Project to run Java on Browser Used TypeScript for Programming it and you don't need any thing to run & it is an Interpreter

LICENCE 🌝

  • Mozilla 1.0

Tell me About it! 🌜

About

TypedJava is Java for brownser and use Java & TS & JS the same time and this it works for good games and somethings like wiki and pages and data and more things and there the same librarys builded from TS and thanks for use it and it Is like Java for browser (that was from past in 199x) by CoolyDucks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published