Comment on Show HN: SnapCode – a real Java IDE in the browserparentComments−techplex2yDoes that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?−nanaian2yThe Java compiler is written in Java, so you can run it in CheerpJ just like anything else. JavaFiddle does this: https://github.com/leaningtech/javafiddle/blob/main/src/rout...
Comments
Does that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?
The Java compiler is written in Java, so you can run it in CheerpJ just like anything else. JavaFiddle does this: https://github.com/leaningtech/javafiddle/blob/main/src/rout...