Gson module not found Blackberry Java application
Posted
by Curro
on Stack Overflow
See other posts from Stack Overflow
or by Curro
Published on 2010-06-16T18:59:26Z
Indexed on
2010/06/16
20:42 UTC
Read the original article
Hit count: 324
Hi.
I'm developing a simple application for Blackberry and i'm using Google's gson to retrieve some data from a server.
The UI was working fine but when I added the gson part it started failing, it wont run.
When I run the application in the simulator it show this error: "Uncaught: RuntimeException" on that annoying white screen of death and after holding the click button I can see that there is an alert dialog that says "Module 'gson-1.4' not found".
However I did added "gson-1.4.jar" in the Project's Properties -> Java Build Path -> Add External JARs... also, the Gson objects are recognized at my code, no syntax errors at my code.
BTW, I'm using Eclipse and the most recent Blackberry SDK
Please help
© Stack Overflow or respective owner