I am using Mule 3.9 with Anypoint studio 7.2 for API development. After my functionality developed I was able to export to a Jar file which I was supposed to run on my hardware which doesnt support x64 architecture. I got error of not supported architecture. So I am looking for solution in 2 ways.
- As hardware architecture cant be changed, is there any way to still run Mule program on it without using Mule runtime environment.
- Using exported Jar file is it possible to use it only without Mule installed on my hardware machine.
Thanks in advance.
As per comment See error message,when tried to run in Docker also.