[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: java.lang.ClassNotFoundException: Application3
|
This seems to be a bug in 2.0? My problem disappears under 2.0.1.
Lou.
Lou DeGenaro wrote:
> 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.