[330] in java-interest
Re: reload of classes
daemon@ATHENA.MIT.EDU (Jonathan Payne)
Thu Jun 15 04:46:48 1995
Date: Thu, 15 Jun 1995 01:19:51 -0700
From: jpayne@starwave.com (Jonathan Payne)
To: rizzotti.sven@ch.swissbank.com
Cc: java-interest@java.sun.com
In-Reply-To: <9506150752.AA08494@chbslu01.iis.ch.swissbank.com> (message from Sven Rizzotti on Thu, 15 Jun 95 09:51:59 +0200)
Reply-To: jpayne@starwave.com
Don't count on it changing in the future.
The work-around is not to have your applet classes in the CLASSPATH of
HotJava. You want them in your CLASSPATH when you're compiling, but
when you're running hotjava, it needs a CLASSPATH which doesn't
include those classes. That way they will be loaded over the net, and
only then will you have the true semantics that everyone else will
have when they use your classes.
> Mime-Version: 1.0 (NeXT Mail 3.3 v118.2)
> From: Sven Rizzotti <rizzotti.sven@ch.swissbank.com>
> Date: Thu, 15 Jun 95 09:51:59 +0200
> Sender: owner-java-interest@java.sun.com
> Precedence: bulk
> X-Info: To unsubscribe, send 'unsubscribe' to java-interest-request@java.sun.com
> Content-Type: text/plain
> Content-Length: 401
>
> I'm having problems with reloading classes. When I change a class in the
> filesystem and try to reload the page HotJava only reloads the html page, not
> the class which is loaded within. Is there a possibility to enforce that or
> will *somebody* change that in the future...
>
> __Sven
> -
> Note to Sun employees: this is an EXTERNAL mailing list!
> Info: send 'help' to java-interest-request@java.sun.com
>
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com