From owner-freebsd-java Tue Mar 10 15:23:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26212 for freebsd-java-outgoing; Tue, 10 Mar 1998 15:23:11 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from oznet15.ozemail.com.au (oznet15.ozemail.com.au [203.2.192.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26195 for ; Tue, 10 Mar 1998 15:22:52 -0800 (PST) (envelope-from joe.shevland@horizonti.com) Received: from jupiter ([203.33.128.245]) by oznet15.ozemail.com.au (8.8.4/8.6.12) with ESMTP id KAA12582; Wed, 11 Mar 1998 10:22:33 +1100 (EST) Message-Id: <199803102322.KAA12582@oznet15.ozemail.com.au> From: "Joe Shevland" To: "Sean Kelly" Cc: Subject: Re: Classpath & URLs Date: Wed, 11 Mar 1998 10:21:03 +1100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---------- : From: Sean Kelly : To: Joe Shevland : Cc: freebsd-java@FreeBSD.ORG : Subject: Re: Classpath & URLs : Date: Wednesday, 11 March 1998 2:42 : : > Can a Java application's classes be based, say, on a server, and accessed from : > a client machine using the java command line script/executable, passing the : > server URL/path in the classpath? : : The answer is a conditional "yes". : : How much work is involved? Actually, not much. Most of java.net : already has the things you need, and writing the ClassLoader itself is : pretty simple. Take a look at java.lang.ClassLoader, especially the : method loadClass. : : Good luck. : --Sean Perfect. I figured it might be in this area; thanks very much. Joe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message