tags:

views:

54

answers:

1

Hi , I am new to blackberry devlopment and nowadays i am trying to create a database in blackberry eclipse with jde plugins.I am using Eclipse IDE v.3.4 and pluging v. 1.1 . And i have also downloaded an SQLITE DEMO project to understand it.I also have searched at many sites and tried to run a sample program by coying the code and running them...but it still won't worked.It show problem in the following lines....

import net.rim.device.api.database.*; import net.rim.device.api.database.Database; import net.rim.device.api.database.DatabaseException; import net.rim.device.api.database.DataTypeException; import net.rim.device.api.database.Row; import net.rim.device.api.database.Statement;

Well i am not getting the following things: 1) Do we have to make this packege ourselves net.rim.device.api.database.If yes then were ??? 2) How could we create and update and retrive information at runtime of our application....

A: 

From the sounds of it, I'm not sure that you are building your application with the BB JRE.

How did you create your project in Eclipse?

In your package view, there will be a line that shows something either like Blackberry JRE 5.0.0 or Blackberry JRE 4.5.0 or possibly JDK 6

In order to access your rims, you need to have the BB JRE 5.0 (or 6.0 since it came out yesterday) in your project's build path.

taylonr
hi taylonr..thanks for replyng....I sought out the problem by updating my JDE plugin...
Narendra