|
From: Leif M. <le...@ta...> - 2003-09-25 02:12:41
|
Jim,
What is wrong with having your users double click on a batch file?
That is what most
Java applications do and what you would have to do if not using the
Wrapper. Making
the Wrapper work without any command line arguments would require
building a custom
binary for each application. That is how some other tools worked which
allowed a java
app to be run as an NT service. One of the many goals of the Wrapper
was to make the
Wrapper usable without requiring the user to even get close to any C code.
Cheers,
Leif
Jim Redman wrote:
> I'd like to use the wrapper to start a console application. But I
> need a single executable that the user can click on, that is, no args
> passed to the application.
>
> Is this possible without modifications to the c source?
>
> If not, is anyone else interested in this? My idea would be to have
> double-clicking on app.exe be the same as "app -c app.conf" if
> app.conf exists. Jim
>
> PS Apologies if this is a repeat - I didn't get a copy of the original
> and it's not in the archive.
>
|