Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] java.lang.NoClassDefFoundError: sun/reflect/ReflectionFactory

Hi,
When i try to use -

final

ReflectionFactory reflectionFactory = ReflectionFactory.getReflectionFactory();

in a bundle it throws a -

java.lang.NoClassDefFoundError: sun/reflect/ReflectionFactory

What might be the reason for this.


Back to the top