?? runjini.bat
字號:
@echo off
@echo Make sure that you have started the Jini Lookup Service before running this script
rem If you don't add server.jar to classpath, then rmiregistry will not
rem be able to bind the server stub, due to ClassNotFoundException's
start rmiregistry
echo Press any key when the registry is started to continue
pause
start java -jar ../lib/ext/dynaserver.jar
echo Press any key when the webserver is started to continue
pause
start java -jar jiniserver.jar
echo Press any key when the first server is started to continue
pause
start java -jar jiniserver.jar
echo Press any key when the second server is started to continue
pause
start java -jar jiniserver.jar
echo Press any key when the third server is started to continue
pause
java -jar client.jar
pause
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -