📄 itsorunant.bat
字号:
echo off
setlocal
REM The root directory of your WSAD installation
set WSAD=D:\WSAD5\eclipse
REM ************* The location of your workspace *****************
set WORKSPACE=E:\WSAD5sg246957
REM ************* The location of your workspace *****************
if not exist %WORKSPACE% echo ERROR: incorrect workspace=%WORKSPACE%, edit this runAnt.bat and correct the WORKSPACE envar
if not exist %WORKSPACE% goto done
:run
@echo on
%WSAD%\jre\bin\java -verbose -cp %WSAD%\startup.jar org.eclipse.core.launcher.Main -consolelog -application com.ibm.etools.j2ee.ant.RunAnt -data %WORKSPACE% %*
:done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -