Jesse Glick edited a comment on Bug MNBMODULE-201

Sounds like djproject.core is not getting a dependency on swt.windows.64 listed in its manifest? Presumably because the DJProject-Core declares no such dep, so I am not sure why you expected this to work. If you want to load a class from a module you have no dependency on, you must use {{Lookup.getDefault().lookup(ClassLoader.class).loadClass(…)}} rather than a simple Class.forName.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to