Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gmf-dev] NoClassDefFoundError :(

Hi Chris,

are you running on a Windows platform?  This sounds very much like the
famous java.io.File file-length limitation on Win32:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4403166

The absolute path to your class file is probably too long.

Cheers,

Henrik


Chris Aniszczyk wrote:

>
> java.lang.NoClassDefFoundError:
> org/eclipse/gmf/runtime/common/ui/services/action/internal/contributionitem/ProviderContributionDescriptor$AbstractPopupContributionItemDescriptor
>
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(Unknown Source)
> at
> org.eclipse.osgi.framework.adaptor.core.DefaultClassLoader.defineClass(DefaultClassLoader.java:370)
>
>
> As of this morning when trying to open any gmf editor. I thought it
> was due to the missing exported package from the manifest.mf but I was
> wrong :o
>
> That's what I get for dev'ng against HEAD for now.
>
> Cheers,
>
> ----
> Chris Aniszczyk
> IBM Tivoli Security <zx@xxxxxxxxxx> | Gentoo Hacker <zx@xxxxxxxxxx>
> +1 860.839.2465
>
>------------------------------------------------------------------------
>
>_______________________________________________
>gmf-dev mailing list
>gmf-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/gmf-dev
>  
>

-- 
..................................................
   
 Dr. Henrik Rentz-Reichert  mailto://hrr@xxxxxxxxx

 Hafnerstr. 1               fon +49-7533-9342-43
 D-78476 Allensbach         fax              -44



Back to the top