tags:

views:

27

answers:

1

I am new to Blackberry. Present I am working on 4.7 Blackberry component pack.Now I want to move my old projects to newer versions like 5.0 and 6.0. For that I installed eclipse Galileo 3.5 version and configured latest component packs and Blackberry java plug_in 1.1.2. I searched in google and find somewhere that use File menu option Import>Import Legacy Blackberry projects and it is asking .jdw file in the workspace.I dont want to move entire workspace, I want only single project. am not able to find it.can any one help me to get this......

A: 

In Eclipse, for your old project, try to compile with the new JDE like say 5.0. See what breaks, fix it, repeat till it compiles. Then run on handset to ensure it looks ok.

omermuhammed
Instead I moving from old workspace I checked out from svn to the eclipse but it is not showing Blackberry_app_Descriptor.xml and showing all errors. I found in the properties of the project Builders showing Missing Builders say net.rim.eide.ResourceBuilder...what to do?
Koushik
One thing to try is to get the old code compile on Eclipse with its old JDE, that will make sure everything is set up correctly. Then set JDE to 5.0 and try compiling and work out the errors
omermuhammed
Remember to Refresh and "Clean" for your project.
omermuhammed
I checked out the project from svn eclipse 3.5 version. In run configurations of the project in the Project tab it is not showing the concerned running project with checkbox and all the code showing errors which is in the 4.7 version...
Koushik
I am running this project in 4.7 version...
Koushik