[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: java.lang.ClassNotFoundException: Application3
|
Could you post code to reproduce this problem?
Thanks,
Chris.
"Lou DeGenaro" <degenaro@xxxxxxxxxxxxxx> wrote in message
news:3D7F94AB.F9FDE6E6@xxxxxxxxxxxxxxxxx
> 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.
>