想单独使用Eclipse的Help。写了这个脚本。
呵呵,不太会用bat 语法。
=============================================
@ECHO OFF
REM "zcx eclipse help script"
set ehome="f:\eclipse"
pushd %ehome%
if "%1" == "start" (
explorer http://localhost/help/index.jsp)
start javaw -classpath plugins\org.eclipse.help.base_3.3.101.M20080728_34x.jar org.eclipse.help.standalone.Infocenter -eclipse home . -port 80 -command start
)
if "%1" == "stop" (
start javaw -classpath plugins\org.eclipse.help.base_3.3.101.M20080728_34x.jar org.eclipse.help.standalone.Infocenter -eclipse home . -port 80 -command shutdown
)
popd
===============================================
呵呵,不太会用bat 语法。
=============================================
@ECHO OFF
REM "zcx eclipse help script"
set ehome="f:\eclipse"
pushd %ehome%
if "%1" == "start" (
explorer http://localhost/help/index.jsp)
start javaw -classpath plugins\org.eclipse.help.base_3.3.101.M20080728_34x.jar org.eclipse.help.standalone.Infocenter -eclipse home . -port 80 -command start
)
if "%1" == "stop" (
start javaw -classpath plugins\org.eclipse.help.base_3.3.101.M20080728_34x.jar org.eclipse.help.standalone.Infocenter -eclipse home . -port 80 -command shutdown
)
popd
===============================================
本文分享了一个用于单独启动Eclipse帮助系统的批处理脚本。该脚本提供了启动和停止帮助系统的功能,并指定了本地的帮助文件路径。
258

被折叠的 条评论
为什么被折叠?



