Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gmf-dev] Windows classpath length (again)

I just confirmed this problem.  By renaming the inner class
"MSLAdapterFactoryEditingDomainResourceSet" to "MSL_RS", the application now
runs without error.  I tried promoting this inner class to top-level, but that
failed because it must extend an inner class from EMF.

Other ideas for a better workaround?

> 
> java.lang.NoClassDefFoundError:
org/eclipse/gmf/runtime/emf/core/internal/domain/MSLAdapterFactoryEditingDomain$
MSLAdapterFactoryEditingDomainResourceSet




Back to the top