Making an appllication "sellable"

Hi guysIn order to sell the application it needs to be in a format like and .exe (obviously) file format etc... how would i do this?Help appreciated.
[170 byte] By [Monoxa] at [2007-10-2 5:48:34]
# 1
It will be a good idea to also make an installer.For creating exe files and installers in Windows environment I'm using NSIS: http://nsis.sourceforge.net.
beradriana at 2007-7-16 1:58:06 > top of Java-index,Developer Tools,Java Compiler...
# 2

I presume your application has been developed in Java.

To use it your customers must already have a Java VM or they will need to install one. You could distribute a VM wth your application so that your customers have the choice of installing it or using one they already have. Alternatively they could of course download and install the latest VM for their preferred platform.

Gargoylea at 2007-7-16 1:58:06 > top of Java-index,Developer Tools,Java Compiler...