01-10-2010 12:03 PM
I am using both Blackberry and Eclipse. I started with Blackberry and I find it simpler to do simulator testing in Blackberry. Eclipse on the other hand is very nice to work with while coding. I am working with 2 interrelated projects so I have implemented a Library to share some common classes. Works fine in Blackberry. I just specify it as a library, set dependicies in the 2 projects and import the classes. I had an issue in my previous attempt with these setup and I found out that it was because the Library .cod file was missing when loading.
When I try to mirror the setup in Eclipse I basically perform the same steps. Define a Library project. Set "Project Referenses" in my other projects "Properties" ticked for my Library project.
No matter how I specify the import statement I get an error message. The import xxxxxxx cannot be resolved.
Must be some other things to do?
Solved! Go to Solution.
01-10-2010 12:07 PM
RTFM Ingvar!
Tried help and found the answer