executable
How to find the language from which an executable was compiled from?
Given a executable file (Windows, Linux or Mac OS X) of an application, is there a way to figure out the programming language that was used to write that application?开发者_运维问答In the general case[详细]
2023-04-05 01:53 分类:问答Is it possible to build a single executable Perl program that will run on a variety of platforms?
I have a Perl script that I\'ve written and can compile it using pp (PAR). I\'m curious if it\'s possible to make a single executable that is completely portable (run on linux & w开发者_Python百科[详细]
2023-04-04 20:53 分类:问答JAR executable doesn't start if it's in Programs directory
I\'m into a very strange issue that\'s making me crazy .-. I\'m working on a relatively big Java project on Windows, using NetBeans and IzPack to prepare the graphical installation package.[详细]
2023-04-04 08:42 分类:问答NullPointerException when trying to run .jar file
I have just started learning java, and know only a small amount of code, however this is still a simple program. It is more of a prank program, but mostly just to test if I ca开发者_如何学Cn make a ja[详细]
2023-04-04 02:00 分类:问答How to embed a file into an executable?
I have a small demo executable wrote in C++ that depends only on one 5kb PNG image being loaded before it can run, which is used for a pixel text I made.Because of this one file, I would need to give[详细]
2023-04-02 17:27 分类:问答How to bundle a php application with 1 click run/install
I create php application for small businesses. Some of the clients may prefer running the app on a local server, therefore my requirement is to create/bundle an app with apache/mysql/php with all the[详细]
2023-04-02 15:11 分类:问答Wrapping an application written with newLISP in a single executable OSX app
As far as i have found out, it\'s possible -- and allowed -- to \"link\" and distribute a newLISP script with the newLISP binary to create a single-file executable. Now i would like to do this for an[详细]
2023-04-02 11:00 分类:问答Starting shell from android app to run separate executable
I want to start shell from android application because i want to run an executable file and pass few arguments and expect output.[详细]
2023-04-01 13:09 分类:问答How to create an executable (a file that starts the program on double-click like an .exe) in JAVA with Eclipse?
I\'ve created a program in java and now I want to create an executable from it. I\'m new to java, I don\'t know if i开发者_开发问答t should be a .exe.[详细]
2023-04-01 09:23 分类:问答detect runtime change in executable using debugger
I have a desktop application in c++. I want to check if any runtime change in the executable using debugger has been done or not. And if done executable will quit. How I check it?[详细]
2023-03-31 22:36 分类:问答