mirror of
https://github.com/quinton-ashley/java2js
synced 2024-12-29 10:11:54 +01:00
1.2.16
This commit is contained in:
parent
2bb0343b0a
commit
1e3948f718
@ -94,7 +94,7 @@ By default workerPath is undefined unless you are using java2js on a local serve
|
|||||||
|
|
||||||
## Why did you make this?
|
## Why did you make this?
|
||||||
|
|
||||||
I created this package so intro level computer science students could write Java code but still use my [QuintOS](https://github.com/quinton-ashley/quintos) retro game engine library, which is web based.
|
I created this package so intro level computer science students could write Java code but still use my [QuintOS](https://quintos.org) retro game engine library, which is web based.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
2
ide.js
2
ide.js
@ -1,7 +1,7 @@
|
|||||||
(async () => {
|
(async () => {
|
||||||
jdk.log = document.getElementById('javaConsole');
|
jdk.log = document.getElementById('javaConsole');
|
||||||
await jdk.init('./jdk');
|
await jdk.init('./jdk');
|
||||||
jdk.workerPath = 'java2js/java2js_worker.js';
|
jdk.workerPath = 'java2js_worker.js';
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
jdk.log.value = '';
|
jdk.log.value = '';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "java2js",
|
"name": "java2js",
|
||||||
"version": "1.2.15",
|
"version": "1.2.16",
|
||||||
"description": "Converts Java to JavaScript and runs it with a JS JDK",
|
"description": "Converts Java to JavaScript and runs it with a JS JDK",
|
||||||
"main": "jdk.js",
|
"main": "jdk.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user