Re: Creating custom ClassLoader.

From: Frank Rouse (junk_at_junk.net)
Date: 06/19/04


Date: Sat, 19 Jun 2004 00:03:49 -0400

Roedy Green wrote:

> On Fri, 18 Jun 2004 18:40:17 -0400, Frank Rouse <junk@junk.net> wrote
> or quoted :
>
>
>> Object o = c.newInstance(); <===== Exception here.
>
>
> does the class have a no arg public constructor?
>

    Thanks for the reply. I did create a no parameter constructor just
for testing purposes. Still no luck. Open to other suggestions.

Cheers