12-16-2009 07:00 PM
I have followed instructions on how to use a library and import a jar file, see thread
"Creating a library in the Blackberry JDE"
Import works, definition works, create a new instance of the class work, no compilation errors.
When I load the cod file for the main class that imports, defines and uses the RTStorage class I get the following messages
Searching installed codfiles for alias 'RTStorage'
Searching uninstalled codfiles for alias 'RTStorage'
Module 'RTStorage' not found.VM:LALEr=7,h=5435,c=Testdriver
And the main class is not loaded to "Downloads"
So importing the jar file is not good enough. Asks for a cod file???
Solved! Go to Solution.
12-16-2009 09:57 PM
Did you load the library as well? The library cod is not automatically loaded to a real device, if this is the simulator, make sure it is active.
12-17-2009 06:10 AM
Fresh head in the morning. Started out new and found a stupid error in the main class.
works fine now