我使用blacberry-eclipse创建了我的第一个应用程序,它显示文件夹"assets"中的 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");