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
Administrator
MSohm
Posts: 11,465
Registered: 07-09-2008
My Carrier: Bell

BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

From the blog post here:  http://devblog.blackberry.com/2011/10/download-blackberry-java-sdk/

 

You can find out more about the features and APIs that were new in BlackBerry 7 at our BlackBerry 7 development page.

Come and get it! We’ve just released an update to the BlackBerry Java SDK v7.0 and BlackBerry® Java® Development Environment (JDE) v7.0. Download the new versions today to take advantage of the latest upgrade.

You’ll find updates to the API documentation, code samples and an auto-complete feature. Multiple fixes to the BlackBerry smartphone simulator and MDS-CS Simulator are also included and the BlackBerry Java SDK now includes Mac. Download it today!

Have a look at the release notes for a complete list of changes in this release.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
New Contributor
llabs
Posts: 6
Registered: 10-26-2011
My Carrier: various

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

The main developer page at http://us.blackberry.com/developers/ seems to imply that 7.0.0 is the end of the line for the BlackBerry OS and the JDK, and that all future BlackBerry smartphones will be QNX-based and will not run Java apps. Is this the case?
Please use plain text.
Developer
rcmaniac25
Posts: 1,713
Registered: 04-28-2009
My Carrier: Verizon

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

Yes that is the case.
------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.
New Contributor
friedi
Posts: 6
Registered: 10-27-2011
My Carrier: PROXIMUS

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

I would like to install this new SDK version for testing the NFC functionality, but when following the instructions on this page : http://us.blackberry.com/developers/javaappdev/javaupdate.jsp eclipse is indicating that I am already using the latest SDK, while I can see that java SDK 6.0.0.40 is installed. So no update is executed, how can I manage to update this SDK anyway? Sorry if this is a trivial question, I am new to blackberry development.

Please use plain text.
Administrator
MSohm
Posts: 11,465
Registered: 07-09-2008
My Carrier: Bell

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

Did you start with a fresh instance of Eclipse (without previous BlackBerry plug-ins)?  What updates do you see listed on the update site?  What version of Eclipse are you using?

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
New Contributor
friedi
Posts: 6
Registered: 10-27-2011
My Carrier: PROXIMUS

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

Thank you very much for the reply...

 

  I didn't start with a fresh installation of eclipse, I already installed eclipse and the blackberry plugin around a month ago. These are the versions shown in eclipse, no update available according to eclipse : 

   Eclipse SDK Version: 3.6.2

    BlackBerry Java Plug-in 1.5.0.201110141512

    BlackBerry Java SDK 6.0.0.40

    Eclipse SDK 3.6.2.M20110210-1200

 

When I look add the update site, I do see the SDK v7.0, so I tried to uninstall BlackBerry Java SDK 6.0.0.40, and to add BlackBerry SDK 7.0. Result now I got two SDK's installed v6.0.0.30 (Instead of an uninstall a downgrade was realised?) and V7.0.0.33. I cannot uninstall v6.0.0.30, button is grayed out. I selected JRE 7.0.0.33 as installed JRE. But still I cannot import the package net.rim.device.api.io.nfc Unless you do know what I am doing wrong, I will reinstall eclipse and retry with a fresh installation....

Please use plain text.
Administrator
MSohm
Posts: 11,465
Registered: 07-09-2008
My Carrier: Bell

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

I recommend starting over with a fresh Eclipse installation.
Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
New Contributor
friedi
Posts: 6
Registered: 10-27-2011
My Carrier: PROXIMUS

Re: BlackBerry Java SDK and JDE v7.0 Maintenance Release Now Available for Download

Installation succeeded and thedevelopment of the NFC application was also a succes thanks to the great documentation. However it seems like there's no API available yet for NFC peer-to-peer communication? Any idea when this will be available?

Please use plain text.