Re: Detecting executable jar files

2001-01-25 Thread Nicolás Lichtmaier
> Does anyone have a good binfmt_misc recipe for making "executable > jar files" runable? What I'm actually looking for in one which > doesn't depend on a ".jar" extension, but this requires being able to > tell the difference between an executable jar file and any other type > of zip file in th

Re: JRE as part of Linux

2001-01-25 Thread noisebrain
> What is really needed is a pre-started jvm. When you start up a java > process, the jvm will fork, and the child will su to you and proceed as > normal. I don't know exactly what the jvm is doing when it is taking > all that time starting up so I don't know how useful this would be. I like t