Is Redhat linux will support XOJO exe file..?

Hai,

     1. I have created the sample xojo file  and I build that exe for linux , while i try to use in redhat linux system, xojo file couldn't open..?
     2. Is Redhat linux will support XOJO exe file..?

Help me.

thank you.

How did you copy the exe to your Redhat system ?
ftp ? sftp ?
Was this copy done in binary mode ?
If not the executable may have been damaged during the copy

Are the permissions on the executable on your Redhat system correct on the exe ?
Make sure the executable has its “execute permission” set

Is the OS 64 or 32-bit? How about the app? Are all of the required libraries installed?

@Norman Palardy , @Greg O’Lone
thank you.

i copy this exe file in FTP .
executable doesn’t damaged, also i gave permission to this exe in redhat linux.

am using 64-bit ,
required libraries …?

Now i download Xojo2017r1.1 for redhat linux .? can you explain how i install.?

thank you.

Important information is here:
http://developer.xojo.com/system-requirements

It tooks me time to get this (but I am still sleeping…)

[quote=340758:@Pathma Mu]@Norman Palardy , @Greg O’Lone
thank you.

i copy this exe file in FTP .
executable doesn’t damaged, also i gave permission to this exe in redhat linux.

am using 64-bit ,
required libraries …?

Now i download Xojo2017r1.1 for redhat linux .? can you explain how i install.?

thank you.[/quote]
I assume you copied all of the files and folders, not just the executable? Make sure you copied the Libs and the Resources folders too if they are there.

If you launch the app in the Terminal do you get any errors?

Also, you keep saying exe file, which I usually hear when people talk about Windows apps. The application was compiled for Linux right?

Better execute from a terminal (/path/to/executable_file) and check for any errors shown there.