07-20-2005, 09:30 AM
|
#1 (permalink)
|
| New Member
Join Date: Jul 2005 Model: 7100
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Embedding resource files Please Login to Remove! 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 ? |
| Offline
| |