Using JRE 5.0.0:
import net.rim.device.api.util.StringProvider;
http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/util/StringProvider.html
What am I missing?
Using JRE 5.0.0:
import net.rim.device.api.util.StringProvider;
http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/util/StringProvider.html
What am I missing?
see this link:
Package net.rim.device.api.util
In this link there is no "StringProvider" class in Version 5.0; It is from Version 6.0. I am not saying that your provided link is fake one; I am surprise one about your provided url; Better to put this question in Blackberry supportforums:
BlackBerry® Support Community Forums
link also;
I'm guessing you've imported one of RIM's examples or created one of the default "Hello World" apps using the BlackBerry eclipse plugin. Unfortunately RIM's code has errors.
StringProvider
does not exist in JRE5, try changing it to StringBuffer
.