diff options
Diffstat (limited to 'java/javahelp/files/jhindexer.in')
-rw-r--r-- | java/javahelp/files/jhindexer.in | 5 |
1 files changed, 5 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 "$@" |