Top "Executable" questions

An executable is a binary file that can be executed by the operating system.

Creating Jar file - doesn't work on other computers

I'm trying to package my program into a JAR file so it can be used on multiple computers. My program …

java jar executable runnable
Creating an executable jar file from a clojure project?

I have a clojure project that uses the slick 2d game engine that I am trying to run as an …

java clojure executable
The fish shell and executing programs from bash through `function`

I'm currently trying to run the atom editor in the bash shell, from the fish shell. It's important that I …

bash executable fish
Embed .pdb debug symbol information into an .exe file in Visual Studio

I am experimenting an analysis tool that can analyze executable files with embedded debug symbol information in Windows. While trying …

visual-studio executable debug-symbols pdb-files
Using dlopen() on an executable

I need to call a function from another program. If the other program were a library, I could simply use …

unix executable dlopen
How can I create an executable .exe PE file manually?

All texts on how to create a compiler stop after explaining lexers and parsers. They don't explain how to create …

windows compiler-construction linker executable portable-executable