Problem loading resource bundle (in an Eclipse plugin)? [message #227164] |
Mon, 12 April 2004 16:38 |
Eclipse User |
|
|
|
I am trying to create a custom ErrorParser plugin. I create a new plugin
project, have it use "org.eclipse.cdt.core" and
"org.eclipse.core.runtime.compatibility" as Dependencies, create an
extension to "org.eclipse.cdt.core.ErrorParser" that has an "errorparser"
tag which refers to my CompilerErrorParser class. I debug using Run-Time
Workbench and the plugin IS loaded when an error is found in a project C
file, except that in the constructor the call to
ResourceBundle.getBundle(...) throws a MissingResourceException like the
following:
java.util.MissingResourceException: Can't find bundle for base name
org.eclipse.cdt.customcompiler.errorparsers.CompilerErrorPar serResources,
locale en_US
I have a feeling there is something simple I've overlooked, but I've
already searched the eclipse newsgroups and found nothing relevant.
Any help would be greatly appreciated.
- Hurai
|
|
|
Powered by
FUDForum. Page generated in 0.27536 seconds