Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Sunburned Surveyor
interface are named in some computable way. >> >> Jon >> >> >> >> -----Original Message- >> *From:* [EMAIL PROTECTED] [mailto: >> [EMAIL PROTECTED] *On Behalf Of *Sunburned >> Surveyor >> *Sent:* Wednesday, April 04, 2007 3:33 PM

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Edgar Soldin
.e., >> *PlugIn.class >> . >> >> You should be able to do the same in your case if all classes that >> implement that interface are named in some computable way. >> >> Jon >> >> >> >> -----Original Message----- >> *From:* [EMAIL PROTECTED] [mai

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Sunburned Surveyor
burned Surveyor *Sent:* Wednesday, April 04, 2007 3:33 PM *To:* List for discussion of JPP development and use. *Subject:* [JPP-Devel] Help with a Java problem... I'm hoping you guys might be able to help me out with a Java problem I'm having. I can't seem to find a way to determine if

Re: [JPP-Devel] Help with a Java problem...

2007-04-04 Thread Jonathan Aquino
that interface are named in some computable way. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sunburned Surveyor Sent: Wednesday, April 04, 2007 3:33 PM To: List for discussion of JPP development and use. Subject: [JPP-Devel] Help with a Java

[JPP-Devel] Help with a Java problem...

2007-04-04 Thread Sunburned Surveyor
I'm hoping you guys might be able to help me out with a Java problem I'm having. I can't seem to find a way to determine if a JAR file contains a class that implements a particular interface. I need to be able to do discover this programmatically. If the JAR file does contain an implementation of