use of the equinox launcher is version independent
This commit is contained in:
parent
ddb94f0bad
commit
aa04f9c029
|
@ -17,4 +17,4 @@ goto START
|
|||
@Echo Starting Adempiere Client ...
|
||||
@Echo =======================================
|
||||
|
||||
@"%JAVA%" -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.adempiere.ui.swing.client
|
||||
@"%JAVA%" -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.*.jar -application org.adempiere.ui.swing.client
|
||||
|
|
|
@ -17,4 +17,4 @@ echo ===================================
|
|||
echo Starting Adempiere Client
|
||||
echo ===================================
|
||||
|
||||
$JAVA -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true $@ -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_ 1.2.0.v20110502.jar -application org.adempiere.ui.swing.client
|
||||
$JAVA -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true $@ -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_ 1.*.jar -application org.adempiere.ui.swing.client
|
||||
|
|
Loading…
Reference in New Issue