On Tue, 05 Aug 2008 21:14:37 -0500 Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
> Wes Nakamura wrote: > > I've used launch4j before to package jruby programs along with the > > runtime (hm, now I wonder why I didn't do that when I ran across the > > batch wildcard problem...). > > > > However, although you can build on those four platforms (I normally > > build on linux), I believe it only creates a Windows executable. > > Yes, I discovered that unfortunately. The text on the launch4j page > is rather misleading. > > At any rate, the question still stands...would folks be interested > enough in having a native executable for us or someone to work on it? What would be the advantage? You can always use the java class directly and pass parameters to it instead of using the batch scripts. I had to do this whey I used jruby with the java service wrapper class from tanukisoftware (http://wrapper.tanukisoftware.org/doc/english/download.jsp) in order to create a Windows Service. Manfred --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
