📄 compileidl.bat
字号:
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:\advjhtp1\src
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 domain com.deitel.advjhtp1.idl -fall domain.idl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -