私はblacberry-eclipseを使用して、フォルダー"assests"から html ページを表示する最初のアプリを作成しました。しかし、シミュレーターでテストすると、「file:///Azan/index.html
system error {1003}」というエラーが発生しました。
BrowserFieldConfig config = new BrowserFieldConfig();
config.setProperty(BrowserFieldConfig.NAVIGATION_MODE,
BrowserFieldConfig.NAVIGATION_MODE_CARET);
BrowserField test = new BrowserField(config);
test.requestContent("file:///Azan/index.html");