From 354b2cf0472db68998d0a14fb2e0d2464d207bdd Mon Sep 17 00:00:00 2001 From: theodoravraimakis <98334809+theodoravraimakis@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:50:12 +0000 Subject: [PATCH] Update index.html --- examples/Interoperability/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Interoperability/index.html b/examples/Interoperability/index.html index ea51947..27a7e62 100644 --- a/examples/Interoperability/index.html +++ b/examples/Interoperability/index.html @@ -50,7 +50,7 @@ ); cheerpjCreateDisplay(400, 300); - // here we use the path '/app/Interoperability/example.jar' for deployment on the cloud + // here we use the path '/app/cheerpj-meta/examples/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/cheerpj-meta/examples/Interoperability/example.jar'); @@ -64,7 +64,6 @@ // Call the Java method with the input text const response = await window.myApplication.processInput(inputText); - window.alert(response); }