User
LTLeaning Technologies
•Created by User on 4/23/2025 in #support
Why isn't the .jar file reading for the web test?
Much much thanks
11 replies
LTLeaning Technologies
•Created by User on 4/23/2025 in #support
Why isn't the .jar file reading for the web test?
this is the html file: <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>CheerpJ test</title>
<script src="https://cjrtnc.leaningtech.com/4.0/loader.js"></script>
</head>
<body>
<script>
(async function () {
await cheerpjInit();
cheerpjCreateDisplay(800, 600);
await cheerpjRunJar("/app/minecraft.jar");
})();
</script>
</body>
</html>
11 replies
LTLeaning Technologies
•Created by User on 4/23/2025 in #support
Why isn't the .jar file reading for the web test?

11 replies