tags:

views:

278

answers:

2

Hi,

we are new to the blackberry development.we are executing of my .cod and .jad files on Blackberry JDE4.0.2 simulator7290. while building that project we are geting the folloewing warnings

Deleting C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\samples\com\rim\samples\device\BlackCard\BlackCard.cod. Building BlackCard ... C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\bin\rapc.exe -quiet import=............\lib\net_rim_api.jar codename=BlackCard BlackCard.rapc "C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\1[1].1\1.1\BlackCard.cod" "C:\Program Files\Research In Motion\BlackBerry JDE 4.0.2\1[1].1\1.1\BlackCard.jad" Warning!: No entry points found Warning!: No definition found for exported static routine: .main(String[]) BlackCard - no errors. Build complete.

please can anyone help and get me out

thank u for reading PMMS

A: 

Not a lot of context here - but it really looks like you dont have a main defined in your project.

Shane C. Mason
A: 

i have main method in my project

srinivaspmm