Skip to content

Instantly share code, notes, and snippets.

@renatoathaydes
Created April 18, 2019 18:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save renatoathaydes/336c6126f013ad36dfcfcb701a531684 to your computer and use it in GitHub Desktop.
CheerpJ index.html file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CheerpJ test</title>
<script src="https://cjrtnc.leaningtech.com/1.3/loader.js"></script>
</head>
<body>
</body>
<script>
cheerpjInit();
cheerpjCreateDisplay(800,600);
cheerpjRunJar("/app/TextDemo.jar");
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment