Re: Java question

2000-02-05 Thread Seth R Arnold
To the best of my knowledge, the whole jar file is transferred; therefore, it would make sense to include in the .jar only the files actually needed. :) On Fri, Feb 04, 2000 at 05:37:34PM +0100, Michael Meskes wrote: > If I write some software and want to execute it in > netscape/mozilla/whateve

Re: Java question

2000-02-04 Thread Alex Yukhimets
On Fri, Feb 04, 2000 at 05:37:34PM +0100, Michael Meskes wrote: > If I write some software and want to execute it in > netscape/mozilla/whatever, do I have to install the complete .jar file on > the client? Or does the web server server the jar file and it is completely > transfered to the client?

Java question

2000-02-04 Thread Michael Meskes
If I write some software and want to execute it in netscape/mozilla/whatever, do I have to install the complete .jar file on the client? Or does the web server server the jar file and it is completely transfered to the client? Or does the client only receive the classes it really needs? If the com