ports/java/javahelp/files/jhindexer.in
Max Brazhnikov 46b2d58c15 java/javahelp:
- Update to the final commit from official GitHub repo
- Build from sources, don't bother to install docs and examples
- Add LICENSE
- Update WWW

PR:		241318
Submitted by:	Mikhail Teterin (mi@)
2019-11-04 12:52:46 +00:00

5 lines
122 B
Bash

#!/bin/sh
export JAVA_VERSION=%%JAVA_VER%%
exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@"