Top "Executable" questions

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

How to change an executable's properties? (Windows)

When I create a .exe, I can right click it and go to properties->details. Then I get a …

c++ windows properties exe executable
Determining application path in a Python EXE generated by pyInstaller

I have an application that resides in a single .py file. I've been able to get pyInstaller to bundle it …

python executable relative-path pyinstaller
Adding multiple executables in CMake

My code in a C++ project is organised as follows I have several .cpp and .h files which contains my …

c++ build cmake executable
Embed a JRE in a Windows executable?

Suppose I want to distribute a Java application. Suppose I want to distribute it as a single executable. I could …

java windows deployment executable software-distribution
How to pass arguments from wrapper shell script to Java application?

I want to run Java programs I am creating at on the command line (linux and mac). I don't want …

java scripting executable
Converting HTML + JavaScript to an exe

There is actually a topic asking a very similar thing, however the information there is either out of date (broken …

javascript html executable
Equivalent of double-clickable .sh and .bat on Mac?

I am distributing a Java program where I want a double-clickable file to run java -cp MyProgram.jar;MyLib.jar …

macos installation executable
Executable war file that starts jetty without maven

I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a Jetty webserver that …

java executable jetty manifest war
how to export a executable jar in gradle, and this jar can run as it include reference libraries

how to export a executable jar in gradle, and this jar can run as it include reference libraries. build.gradle …

reference jar executable gradle noclassdeffounderror
How do I run an executable using Lua?

I have an executable I want to run using Lua ... how do I do this? Can't seem to find any …

lua executable