[
https://issues.apache.org/jira/browse/OPENNLP-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972241#action_12972241
]
Jörn Kottmann commented on OPENNLP-44:
--------------------------------------
The classpath is already inside the opennlp-tools.jar file, so no need to
specific it in the script,
same is true for the main class.
Actually it should start with something like this on windows also:
$JAVACMD -Xmx4096m -jar $OPENNLP_HOME/opennlp-tools-*.jar $@
Not sure what is the best way to get the location of the java command on
windows,
people like it when its sensitive to JAVA_HOME.
> Add an bin/opennlp.bat start file for windows users
> ---------------------------------------------------
>
> Key: OPENNLP-44
> URL: https://issues.apache.org/jira/browse/OPENNLP-44
> Project: OpenNLP
> Issue Type: Improvement
> Components: Command Line Interface
> Reporter: Jörn Kottmann
>
> There should be an opennlp.bat file to start opennlp the same way on windows
> as the "bin/opennlp" shell script on unix like systems does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.