I ran a java executable file using the following command
java -cp .;aa/bb/cc/dd/Main.jar aa.bb.cc.dd.Main
where aa.bb.cc.dd is the package that has all the .java, .class, and Main.jar files and this package is inside the src folder from where I am running this command. I am getting an error
cannot execute binary file: Exec format error
Can anyone tell me where I am going wrong.