Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » what is jface ?
what is jface ? [message #160232] Tue, 11 July 2006 08:49 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Problem with creating an EJB Project
Next Topic:Error Removing Project
Goto Forum:
  


Current Time: Sun Sep 01 06:03:14 GMT 2024

Powered by FUDForum. Page generated in 0.08061 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top