Hi,everyone My name is naoki okitsu. Does someone know how to execute Main class?
I use apache-ode-sources-2.0-beta2. There is Main java file in below directory. C:\apache-ode-sources-2.0-beta2\utils\src\main\java\org\apache\ode\utils\cli I want to execute this file. I use eclipse 3.4.2. To run Main class,I modified like this. /*package org.apache.ode.utils.cli;*/ But I encountered following error. Exception in thread "main" java.lang.IllegalArgumentException: LAUNCHER FAILURE:A configuration file must be supplied as an argument. at Main.main(Main.java:44) To supply configuration file,I imported following files. deploy.xml HelloWorld2.bpel HelloWorld2.wsdl testRequest.soap These files are imported from C:\apache-ode-war-2.0-beta2\examples\HelloWorld2. But I could not run. If you knew how to build development enviroment,please tell me. It is enough for you to point web site which appears this informations. Thanks in advance!