Blackberry (BBOS) Webworks error: java.io.FileNotFoundException
initialization.log
I developed a basic Hello World application. When trying to launch the app
on the simulator I got this error:
config.xml
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hello World</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hello World</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
No comments:
Post a Comment