About 14,300 results
Open links in new tab
  1. java - How can I create an executable/runnable JAR with …

    I want to package my project in a single executable JAR for distribution. How can I make a Maven project package all dependency JARs into my output JAR?

  2. Creating an executable .exe file from a PowerShell Script?

    Sep 21, 2010 · Is it possible to create an executable file.exe file from a PowerShell Script?

  3. java - How to make an executable JAR file? - Stack Overflow

    Mar 10, 2011 · Note you have to compile your .java files to .class files before doing this. c create new archive v generate verbose output on standard output f specify archive file name e specify …

  4. How can I make a script executable in windows - Stack Overflow

    Aug 28, 2018 · How can I make a script executable in windows. just like what the chmod +x command does in linux. I have browsed but got no definite solution. Thanks for helping out.

  5. Compile to a stand-alone executable (.exe) in Visual Studio

    Jan 9, 2010 · If I understand you correctly, yes you can, but not under Visual Studio (from what I know). To force the compiler to generate a real, standalone executable (which means you use …

  6. How to create exe of a console application - Stack Overflow

    Oct 15, 2012 · The following steps are necessary to create .exe i.e. executable files which are as 1) Open visual studio framework 2) Then, create a new project or application 3) Build or …

  7. How to make an executable file from a c object file?

    May 27, 2014 · You need to link the object file. Your command: gcc -c -o file.cgi file.c compiles file.c into an object file (which would typically be called file.o). If you get rid of the ' -c ', it will …

  8. How to make exe files from a node.js app? - Stack Overflow

    Nov 18, 2011 · BoxedApp Packer "Advanced" Batch To EXE Converter" (freeware) Most will require you to keep the batch file as main executable, and then bundle node.exe and your …

  9. How do I compile a PyQt script (.py) to a single standalone …

    It works perfectly in Windows and Linux (with qt environment already installed on both). Now my question is: Since I am trying to use Qt because it is compiled (at least pure old C++ based …

  10. How can I make an EXE file from a Python program?

    Sep 8, 2008 · I found this presentation to be very helpfull. How I Distribute Python applications on Windows - py2exe & InnoSetup From the site: There are many deployment options for Python …

Refresh