Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 1998 10:21:03 +1100
From:      "Joe Shevland" <joe.shevland@horizonti.com>
To:        "Sean Kelly" <kelly@plutotech.com>
Cc:        <freebsd-java@FreeBSD.ORG>
Subject:   Re: Classpath & URLs
Message-ID:  <199803102322.KAA12582@oznet15.ozemail.com.au>

next in thread | raw e-mail | index | archive | help
----------
: From: Sean Kelly <kelly@plutotech.com>
: To: Joe Shevland <joe.shevland@horizonti.com>
: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803102322.KAA12582>