xmlaccess/xmlaccess.bat

19 lines
627 B
Batchfile
Raw Normal View History

2020-07-12 12:30:37 +02:00
@echo off
2020-07-12 12:36:08 +02:00
set cpath=.\plugins\com.ibm.ws.runtime.jar
set cpath=%cpath%;.\lib\bootstrap.jar
set cpath=%cpath%;.\plugins\com.ibm.ws.emf.jar
set cpath=%cpath%;.\plugins\org.eclipse.emf.ecore.jar
set cpath=%cpath%;.\plugins\org.eclipse.emf.common.jar
2020-07-12 12:30:37 +02:00
2020-07-12 12:36:08 +02:00
set cpath=%cpath%;.\base\wp.xml.client.jar
set cpath=%cpath%;.\base\wp.base.jar
set cpath=%cpath%;.\base\wp.engine.impl.jar
set cpath=%cpath%;.\base\wp.utilities.streams.jar
set cpath=%cpath%;.\lib\j2ee.jar
set cpath=%cpath%;.\plugins\com.ibm.ffdc.jar
2020-07-12 12:30:37 +02:00
2020-07-12 17:17:25 +02:00
set cpath=%cpath%;.\extra\ibmjceprovider.jar
2020-07-12 12:36:08 +02:00
"%JAVA_HOME%\bin\java" -classpath "%cpath%" com.ibm.wps.xmlaccess.XmlAccess %*