I deployed the jar file in the AWS instance and trying to run the application like
java -cp .;./sample.jar com.sample.mani.core.FRS
I'm getting the error
-bash: ./sample.jar: cannot execute binary file: Exec format error
the same thing is working in the local but not working in the AWS instance can any one help me to resolve this issue