?? compilermi_iiop.bat
字號:
rem
rem Filename: compileRMI_IIOP.bat
rem
rem Description: compile the code in this directory. This assumes
rem the JDK is already in your path.
rem
set JAVAHOME=c:\usr\local\bin\jdk1.3
set PATH= %JAVAHOME%\bin;%path%
set EXAMPLE_HOME=C:\home\EinTech\Clients\Active\Deitel\Books\AdvancedJava\FinalCode
set CUR_DIR=%EXAMPLE_HOME%\com\deitel\messenger\rmi_iiop
rem
rem Compile the IDL file. Write it to %example_home% and take the
rem module name and expand it to the full package name
rem
cd %example_home%
rmic -iiop -d %EXAMPLE_HOME% com.deitel.messenger.rmi_iiop.server.ChatServerImpl
rmic -iiop -d %EXAMPLE_HOME% com.deitel.messenger.rmi_iiop.client.RMIIIOPMessageManager
cd %cur_dir%
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -