Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Member
dhirensingh
Posts: 3
Registered: ‎04-25-2012
My Carrier: Airtel
Accepted Solution

problem in integrating joda time api with Blackberrry JDE 7.0

Need solution for integrating joda time api with JDE 7.0.

This jar (net_rim_api.jar) does not support jdk 1.5 collections classes like HashMap etc

Please use plain text.
Developer
simon_hain
Posts: 14,064
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: problem in integrating joda time api with Blackberrry JDE 7.0

welcome to the support forums.

blackberry java is based on j2me, you cannot use standard java libraries with it. if it is available in source you may be able to modify it.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Member
dhirensingh
Posts: 3
Registered: ‎04-25-2012
My Carrier: Airtel

Re: problem in integrating joda time api with Blackberrry JDE 7.0

so the bottom line is if some third party api is using jdk  1.5 classes then can not integrate that with blackberry app

Please use plain text.
Developer
simon_hain
Posts: 14,064
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: problem in integrating joda time api with Blackberrry JDE 7.0

yes
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Member
dhirensingh
Posts: 3
Registered: ‎04-25-2012
My Carrier: Airtel

Re: problem in integrating joda time api with Blackberrry JDE 7.0

Thanks a lot
Please use plain text.