-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmsg00018.html
109 lines (103 loc) · 3.88 KB
/
msg00018.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!-- MHonArc v2.3.3 -->
<!--X-Subject: Re: JDK tools -->
<!--X-From: Pat <[email protected]> -->
<!--X-Date: Mon, 3 Jan 2000 20:36:47 -0600 -->
<!--X-Message-Id: [email protected] -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: [email protected] -->
<!--X-Reference: [email protected] -->
<!--X-Reference: [email protected] -->
<!--X-Reference: 00010117073404.00908@david -->
<!--X-Reference: 00010117073404.00908@david -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
<HTML>
<HEAD>
<TITLE>Re: JDK tools</TITLE>
<LINK REV="made" HREF="mailto:[email protected]">
</HEAD>
<BODY>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->
<HR>
[<A HREF="msg00017.html">Date Prev</A>][<A HREF="msg00033.html">Date Next</A>][<A HREF="msg00017.html">Thread Prev</A>][<A HREF="msg00033.html">Thread Next</A>][<A HREF="maillist.html#00018">Date Index</A>][<A HREF="threads.html#00018">Thread Index</A>]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: JDK tools</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:[email protected]">[email protected]</A>, <A HREF="mailto:[email protected]">[email protected]</A></LI>
<LI><em>Subject</em>: Re: JDK tools</LI>
<LI><em>From</em>: Pat <<A HREF="mailto:[email protected]">[email protected]</A>></LI>
<LI><em>Date</em>: Mon, 3 Jan 2000 20:36:47 -0600</LI>
<LI><em>Approved</em>: [email protected]</LI>
<LI><em>In-Reply-To</em>: <00010117073404.00908@david>; from david sims on Sat, Jan 01, 2000 at 05:05:12PM -0700</LI>
<LI><em>Mail-Followup-To</em>: [email protected], [email protected]</LI>
<LI><em>References</em>: <[email protected]> <<A HREF="msg00016.html">[email protected]</A>> <<A HREF="msg00015.html">[email protected]</A>> <00010117073404.00908@david></LI>
<LI><em>Reply-To</em>: <A HREF="mailto:[email protected]">[email protected]</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Sat, 01 Jan 2000, Pat wrote:
> Another super, super, super annoying "feature" is the wonderful security
> restriction which prevents classes from being reloaded even when completely
> dereferenced.
Are you sure? I do this in Java 2 by first loading the classes using a separate
class loader. When I want to reload them, I let go of the class loader (set the
reference to null), create a new class loader, then use it to reload my class.
It works fine for me. I tend to use URLClassLoader to load classes.
happy new year,
david
--
David Sims [email protected]
Sims Computing, Inc. www.simscomputing.com
</PRE>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00016" HREF="msg00016.html">Re: JDK tools</A></STRONG>
<UL><LI><EM>From:</EM> Daniel Leuck <[email protected]></LI></UL></LI>
<LI><STRONG><A NAME="00015" HREF="msg00015.html">Re: JDK tools</A></STRONG>
<UL><LI><EM>From:</EM> Pat <[email protected]></LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00017.html">Re: JDK tools</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00033.html">Re: how to pass arguments from one bsh script to another</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00017.html">Re: JDK tools</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00033.html">Re: how to pass arguments from one bsh script to another</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="maillist.html#00018"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="threads.html#00018"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</BODY>
</HTML>