|
Embedding resource files -
07-20-2005, 10:30 AM
I'm trying to build simple "Hello world" application. It only outputs text "Hello world". The text itself must be stored in resource file so it can be localized later.
So, I added MyApp.rrh and MyApp.rrc files to project and edited them properly.
But when I try to compile my project, I get following error message:
D:\Projects\BlackBerry\First\HelloWorld\HelloAppRe s?.java:7: '{' expected
public final class HelloAppRes? extends CompiledResourceBundle {
As I figured out, JDE appends "?" char to my resource file names.
What's wrong with my project and how I can fix it ?
|