java library installation issues
Jeff Sturm
jsturm@one-point.com
Wed Apr 4 17:55:00 GMT 2001
On 4 Apr 2001, Per Bothner wrote:
> Egon Willighagen <egonw@subdimension.com> 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
More information about the Java
mailing list