i need the path where the cobra LINUX executable file is containted.
This path i have to paste into the EDITOR external tools , so that the programmers Editor can
compile and run the .cobra script.
I have tried whereis , seem all is to unclear.
The Editor mosttimes makes the message : cannot find executable.
The Path : /usr/local/cobra/Cobra-0.9.6/bin/cobra.exe is not working.
It seems that a windows .exe is displayed. In Windows this path works.
I need the LINUX executable file.
Need help.
That has nothing to do with syntax highlightning. Just want to RUN the code.
Regards
Ach
Look here !
- Code: Select all
hans@mx1:/usr/local/cobra/Cobra-0.9.6/bin
$ ls
Cobra.Compiler.dll Cobra.Core.dll.mdb styles-cobra-doc.css styles-output-html.css
Cobra.Compiler.dll.mdb cobra.exe styles-cobra-help.css WebAssets
Cobra.Core Cobra.Sharp.2_6.dll styles-cobra-shl.css
Cobra.Core.dll Cobra.Sharp.2_8.dll styles-exception-report.css
hans@mx1:/usr/local/cobra/Cobra-0.9.6/bin
$ ./cobra.exe
bash: ./cobra.exe: cannot execute binary file: Exec format error
hans@mx1:/usr/local/cobra/Cobra-0.9.6/bin