summaryrefslogtreecommitdiff
path: root/java/javahelp/files/jhsearch.in
diff options
context:
space:
mode:
Diffstat (limited to 'java/javahelp/files/jhsearch.in')
-rw-r--r--java/javahelp/files/jhsearch.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/javahelp/files/jhsearch.in b/java/javahelp/files/jhsearch.in
new file mode 100644
index 000000000000..36c5a2ff8258
--- /dev/null
+++ b/java/javahelp/files/jhsearch.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export JAVA_VERSION=%%JAVA_VER%%
+
+exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.QueryEngine "$@"