Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problem loading resource bundle (in an Eclipse plugin)?
Problem loading resource bundle (in an Eclipse plugin)? [message #227164] Mon, 12 April 2004 16:38
Eclipse UserFriend
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
Previous Topic:Notification fired when editor maximized?
Next Topic:Export Feature in Ant script
Goto Forum:
  


Current Time: Tue Jun 10 15:58:43 EDT 2025

Powered by FUDForum. Page generated in 0.27536 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top