On Tue, 5 Jan 1999, Dimitris Vyzovitis wrote:

> Andreas Rueckert wrote:
> 
> > Yep! It's just an easier way to start the JVM.
> >
> 
> And not really.
> I haven't managed to get classes in packages running directly from the shell. Has
> anybody done so?

Not yet under Linux, but I've done it under the dreaded Windows and
JDK1.2.

BTW, Sun have gone a similar way with JDK1.2. They have added support to
run a .jar file into the kernel. It simply translates the command into
"java -jar" in much the same way as Linux does for class files, and finds
out the correct class to run by using a new value in the jar files
manifest.

I'd suspect that as soon as 1.2 is out for Linux, someone would amend the
kernel to allow jar files to be executable also.

-- 
       Peter T Mount [EMAIL PROTECTED]
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf

Reply via email to