This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java library installation issues




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]