[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Loading resources with getResource

Try MyClass.class.getResource(String resourceName) and make sure resource is on your classpath.