compileidl.bat
来自「高级java2 大学教程(含源码,经典的Java学习教程」· Batch 代码 · 共 19 行
BAT
19 行
rem
rem Filename: compileIDL.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
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
idlj -td %EXAMPLE_HOME% -pkgPrefix corba com.deitel.messenger -fall chat.idl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?