⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compileidl.bat

📁 高级java2 大学教程(含源码,经典的Java学习教程
💻 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 + -