Mark Benson <> wrote in message news:<>...
> Try InstallAnywhere. They have a free version available. Works fine.
>
> http://www.zerog.com
>
> MB
>
>
> SP wrote:
> > hi!
> > can somebody help me fine a freeware installer, which is eary to handle, for
> > a java project?
> >
> > greetingz
> > Sunil
> >
> >
since you mentioned batch files, I think you are talking about windows
installs. I've noticed that JAR files are listed as "executable jar"
files in explorer, and if I double click one, it starts up a JVM and
runs it. (sometimes it fails for no main(), but hey)
If not, you can make a batch file sure. to ensure it works, i'd put
it in the install dir (where the jar is) and that way you can
guarantee it launches and don't have to mess with paths.