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 2e1c7aa commit 56c3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/examples/Interoperability/example.jar');
await cheerpjRunJar('/app/cheerpj-meta/examples/Interoperability/example.jar');

})();

Expand Down

0 comments on commit 56c3bbc

Please sign in to comment.