Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theodoravraimakis authored Nov 11, 2024
1 parent 6b43a46 commit 2e1c7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Interoperability/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>CheerpJ Java Interoperability Tutorial</h1>
// here we use the path '/app/Interoperability/example.jar' for deployment on the cloud
// use the path '/app/example.jar' for local deployment
// await cheerpjRunJar('/app/example.jar');
await cheerpjRunJar('/app/Interoperability/example.jar');
await cheerpjRunJar('/app/examples/Interoperability/example.jar');

})();

Expand All @@ -69,4 +69,4 @@ <h1>CheerpJ Java Interoperability Tutorial</h1>
</script>
</body>

</html>
</html>

0 comments on commit 2e1c7aa

Please sign in to comment.