diff --git a/examples/Interoperability/index.html b/examples/Interoperability/index.html
index fdba6ea..ea51947 100644
--- a/examples/Interoperability/index.html
+++ b/examples/Interoperability/index.html
@@ -53,7 +53,7 @@
CheerpJ Java Interoperability Tutorial
// 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');
})();