Are there any free tools using whi开发者_如何学Goch I can package my war (java web app) and tomcat as exeWe distribute our web application Kunagi as a .war, a debian package and also as a windows .exe
I\'m a developer on a software project for Linux that uses Python and PyGTK. The program we are writing depends on a number of third-party packages that are available through all mayor distro reposito
I have created an shareware application using vb.net visual studio 2008 for windows desktop, and packaged it using innosetup 5.3.8. The pro开发者_开发技巧blem is when i have installed the application
I have 开发者_JAVA技巧an application that utilises the BouncyCastle framework, how can I package this application so that I don\'t have to manually put BouncyCastle\'s .dll on others computers? I\'m a
I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files.
I have a newbie question as it relates to EJBs开发者_运维知识库. When we compose a web application, all the jsp\'s/servlets etc are organized/packed into a war file which is deployed on to the server,
package { import flash.display.Sprite; import flash.utils.*; public class SetTimeoutExample extends Sprite {
I am trying to create a standalone app with a resources folder tha开发者_JAVA技巧t is writable.I would like to include this in the exe, similar as to how it is done on OSX with an .app.Is this possibl
I\'ve created a little Windows app that uses the ImageMagick C API but have run into a bit of a brick wall. The app works fine and I\'m ready to share it with a few others in our organisation but I ca
My source tree contains several directories which are using Git source control, and I need to tarball the whole tree excluding any references to the Git metadata or custom log files.