Thanks - yeah thats what jsmooth does - it creates an exe that checks
for the JRE first (you can specify a minimum version), and then
launches the jar. It worked fine on my test virtual machine (running
XP on Parallels), although the icon was stretched strangely, but when
I zipped it and uploaded it, then unzipped it on the same machine, it
no longer launched the jar. I tried on a different machine with the
same results.
I'll try the nsis installer - maybe that will solve the issue.
thanks
On May 7, 9:51 am, Dario Laverde <
da...@nycjava.net> wrote:
> Yes, I do. What I've done in the past is create an exe that checks for JRE
> and then launches the jar file (which can be the exe file itself as you can
> append the jar to the end of the exe (I'm assuming you have manifest set
> up). I'm not familiar with jsmooth but my method doesn't require any
> launchers but I usually use an nsis installer to make the install easier as
> that can check for a JRE.
>
> -Dario
>