On 4 Apr 2001, Per Bothner wrote: > Egon Willighagen <[EMAIL PROTECTED]> writes: > > > I like the idea of a Perl launcher... > > I hate the idea of requiring Perl in order to run Java ... So gcj has jvgenmain. You can do the same for other VMs-- generate a small executable that invokes the main class via JNI. If the app needs custom properties and/or classpath, they can be compiled in. No need for a shell wrapper, and you can run `ps -ef' and see your java applications by name. That's what I would choose. Jeff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: java library installation issues Bill Wohler
- Re: java library installation issues Per Bothner
- Re: java library installation issues Egon Willighagen
- Re: java library installation issues Andrew Pimlott
- Re: java library installation issues Per Bothner
- Re: java library installation issues Egon Willighagen
- Re: java library installation issues Tom Tromey
- Re: java library installation issues Per Bothner
- Re: java library installation issues Tom Tromey
- Re: java library installation issues Per Bothner
- Re: java library installation issues Jeff Sturm
- Re: java library installation issues Tollef Fog Heen
- Re: java library installation issues Egon Willighagen
- Re: java library installation issues Seth Arnold
- Re: java library installation issues Paul Reavis