Giuseppe Pace wrote:
To run on windows 64 bit you will have to use Mule EE.
That's impractical considering most new Windows machines are 64 bit. I found a way around it after reading a little on the web site. Below is the contents of my bat file to execute Mule on a 64 bit machine. If I need to run it as a service, I believe I can use the Microsoft tool named srvinstw.exe.
cd "C:\applications\my-java-example"
java -cp "./;C:\applications\mule-standalone-2.2.1\lib\opt\*;C:\applications\mule-standalone-2.2.1\lib\mule\*;C:\applications\mule-standalone-2.2.1\lib\boot\*" org.mule.MuleServer -config mule-config.xml
Note that if you are not using Java 6, you will have to add each jar individually to the class path.