what is jface ? [message #160232] |
Tue, 11 July 2006 08:49 |
Eclipse User |
|
|
|
Originally posted by: fhoerni.sopragroup.com
hello
I have an error:
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/uml2/util/UML2AdapterFactory
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
... etc ...
what is JFACE ? which feature/topic/project is it part of ?
I want to download a newer version. It may correct my problem.
thank you.
Frederic Hoerni
|
|
|
Re: what is jface ? [message #160248 is a reply to message #160232] |
Tue, 11 July 2006 13:06 |
Eclipse User |
|
|
|
Originally posted by: wayne.beaton._NOSPAM_eclipse.org
Frederic Hoerni wrote:
> hello
> I have an error:
>
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.jface".
> !STACK 0
> java.lang.NoClassDefFoundError: org/eclipse/uml2/util/UML2AdapterFactory
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(Unknown Source)
> ... etc ...
>
> what is JFACE ? which feature/topic/project is it part of ?
> I want to download a newer version. It may correct my problem.
>
> thank you.
> Frederic Hoerni
>
>
JFace is a GUI layer that provides relatively high-level abstractions of
the underlying widget layer. It's part of the base Eclipse installation.
However, I don't think it's the problem. I'm guessing that some JFace
code is trying to load something else and failing. Can you post the
stack trace from the workspace/.metadata/.log file?
Wayne
|
|
|
Powered by
FUDForum. Page generated in 0.03882 seconds