提交 2b779fd0 编写于 作者: S serge-rider

Dummy starters removed

上级 1ae47f41
set DBEAVER_HOME=c:/Devel/My/DBeaver
set ECLIPSE_HOME=c:\java\eclipse-4.3
start "DBeaver" java -Dfile.encoding=Cp866 -classpath %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar org.eclipse.equinox.launcher.Main -launcher %ECLIPSE_HOME%\eclipse.exe -name DBeaver -product org.jkiss.dbeaver.core.application.product -configuration "file:C:/devel/my/dbeaver/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/" -dev "file:C:/devel/my/dbeaver/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/dev.properties" -os win32 -ws win32 -arch x86_64 -nl en -vmargs -Xmx1024M
@rem java -jar D:\Java\eclipse-3.5\plugins\org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
@rem java -Dfile.encoding=Cp1251 -classpath D:\Java\eclipse-3.5\plugins\org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar org.eclipse.equinox.launcher.Main -launcher D:\Java\eclipse-3.4\eclipse.exe -name Eclipse -showsplash 600 -product org.jkiss.dbeaver.core.product -data "C:\Documents and Settings\jurgen\workspace/../runtime-DBeaver.product" -configuration "file:C:/Documents and Settings/jurgen/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/" -dev "file:C:/Documents and Settings/jurgen/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/dev.properties" -os win32 -ws win32 -arch x86 -nl ru_RU
set JAVA_HOME=D:\Java\jdk1.7.0
rem set JAVA_HOME=D:\Java\jdk1.5.0_05\
set PATH=%JAVA_HOME%/bin;%PATH%
java -version
SET ORACLE_HOME=D:\DB\Oracle\product\11.2.0\client_1
SET ORA_HOME=D:\DB\Oracle\product\11.2.0\client_1
SET PATH=%PATH%;%ORA_HOME%
start "DBeaver" javaw -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m -Dfile.encoding=Cp1251 -classpath D:\Java\eclipse-3.6\plugins\org.eclipse.equinox.launcher_1.1.0.v20100507.jar org.eclipse.equinox.launcher.Main -launcher D:\Java\eclipse-3.6\eclipse.exe -name Eclipse -showsplash 600 -product org.jkiss.dbeaver.core.product -configuration file:D:/Devel/my/DBeaver/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/ -dev file:D:/Devel/my/DBeaver/workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/dev.properties -os win32 -ws win32 -arch x86 -nl ru_RU -consoleLog
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册