aboutsummaryrefslogtreecommitdiff
path: root/java/javahelp/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2019-11-04 12:52:46 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2019-11-04 12:52:46 +0000
commit46b2d58c158dbd6b25b54a2dfe3c2eb5faa9d548 (patch)
tree48371c12a4854e8f892a780be121de1e86fec308 /java/javahelp/files
parent7c78a485cbc8adb1d1a0bed71ba7b7250e2f1ded (diff)
Notes
Diffstat (limited to 'java/javahelp/files')
-rw-r--r--java/javahelp/files/jhindexer.in5
-rw-r--r--java/javahelp/files/jhsearch.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/java/javahelp/files/jhindexer.in b/java/javahelp/files/jhindexer.in
new file mode 100644
index 000000000000..59ee27424484
--- /dev/null
+++ b/java/javahelp/files/jhindexer.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export JAVA_VERSION=%%JAVA_VER%%
+
+exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@"
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 "$@"