Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Linux doubt!!

843841Jun 21 2003 — edited Jun 22 2003
Hi,
i have executable file abc.exe which is a system command to execute the file i provide to it. something like
abc.exe xyz.txt
would execute on the txt file provided and gives the result.
all these days i am running this command on windows machine. but now i have modified my application a client-server.
therefore, now i have this abc.exe on the server(which is linux 9.0). now when i am trying to say
abc.exe xyz.txt
it is giving the error:
-bash: ./LM.EXE: cannot execute binary file
on the linux server.
can anyone tell me why i am getting this error. however, i am passing this file xyz.txt from client machine to server machine a serilized object. the file is transferring without any problem....but only when i am trying to execute i get this error!!!
cheers
pre_pra


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2003
Added on Jun 21 2003
3 comments
79 views