Quite easy:

1.) Create a class with the interface you have to implement using

ClassGen(java.lang.String class_name, java.lang.String super_class_name, 
java.lang.String file_name, int access_flags, java.lang.String[] 
interfaces)

2.) Implement al methods of this interface

I've implemented this, so ask me if you need help or code. May be you 
could even use my framework (which is work in progress), I can do most 
of this automatically.

Andreas


Tim wrote:
> Does anyone know how to create interfaces rather than classes.  I need 
> to dynamically create a few interfaces and can't quite see how to 
> achieve that.
> 
> Thanks.
> 
> 
> -- 
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


-- 
Andreas Schlapbach      [EMAIL PROTECTED]
http://www.iam.unibe.ch/~schlpbch



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to