I\'ve created an exe file that does some maintainance work on my server. I want to be able to launch it from the website that sits on the server.
I know about class/jar executable format. But jar/class can not ensure source security, because java source code(.java) can retrieve from it. I am looking for such a format where source are secu开发者
I have a desktop program I downloaded and installed. It runs from an .exe file. Is there some way from the .exe file to tell what programming language was used to write the program?
My comp开发者_StackOverflow中文版any is developing an application that has a dependency on PostgreSQL, we are developping the installer by using WIX. How can we make the PostgreSQL installer (which is
Which technology stack do you recommend for developing native windows executable开发者_如何学JAVA (has GUI), other than .NET stack?
MacOs 10.6, if I have a file \"unwanted.c\" which contains: class secret_thing { public: secret_thing() {}
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I convert my java program to an .exe file ?
Is there any way to (easily) modify a string i开发者_运维知识库n a Mach-O binary? I want to extend the length of a pre-existing string.https://sourceforge.net/projects/machoview
I am creating setup of my project using Visula Studio 2008. I am facing problem in setup installation.
We are planning to move a VB6 binary only from one Windows machine to another in production environment.