[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] java.lang.ClassNotFoundException: Application3
|
I wrote a wizard that offers the user a list of classes in a folder; and
for each class, a choice of the methods within that class. Naturally
the wizard uses reflection to gather the information. For some of my
classes (Application1 and Application2, for example) this works
perfectly (note: I do this as a launched plug-in). I then create a new
class: Application3. When invoke my wizard, I get the subject
exception. Upon examination of the folder, Application3.class does
indeed exist. So what could the problem be?
Thanks.
Lou.