Adding the Nokia IDE for Java ME to your Eclipse installation
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix ArticleMetaData) |
m (Rebloor - Information on supported versions of Eclipse IDE for Java Developers and advice on dealing with time out issue.) |
||
| (One intermediate revision by one user not shown) | |||
| Line 24: | Line 24: | ||
|author= [[User:rebloor]] | |author= [[User:rebloor]] | ||
}} | }} | ||
| − | + | {{Note| 'Indigo' or an earlier version of version of Eclipse IDE for Java Developers is required. The 'Juno' version of Eclipse IDE for Java Developers doesn't support MTJ. The Nokia IDE for Java is an extension of MTJ. }} | |
== Introduction == | == Introduction == | ||
| − | You can add the features of the [https://www.developer.nokia.com/Develop/Java/Tools/ Nokia IDE for Java] to a copy of the [http://www.eclipse.org/downloads/moreinfo/java.php Eclipse IDE for Java Developers]. Please note that the Mobile Java Tools (MJT) features should not be installed, their presence will prevent the installation of the Nokia IDE for Java ME plug-in. | + | You can add the features of the [https://www.developer.nokia.com/Develop/Java/Tools/ Nokia IDE for Java] to a copy of the [http://www.eclipse.org/downloads/moreinfo/java.php Eclipse IDE for Java Developers] 'Indigo' or earlier. Please note that the Mobile Java Tools (MJT) features should not be installed, their presence will prevent the installation of the Nokia IDE for Java ME plug-in. |
Once installed, you will have access to the NokiaDevEnv perspective and the Nokia IDE tools. However, the Nokia specific welcome screen is not included in the installation. | Once installed, you will have access to the NokiaDevEnv perspective and the Nokia IDE tools. However, the Nokia specific welcome screen is not included in the installation. | ||
| Line 55: | Line 55: | ||
With the plug-in installed and the NokiaDevEnv perspective open you can use the tools of the Nokia IDE for Java ME in exactly the same way you would in a standalone installation of the IDE. For a quick guide to the features of the IDE, view the [http://www.developer.nokia.com/gen/videos_all.xhtml?id=ed4dc986-ac87-4192-a643-64f8724fc657/Video_Intro_Nokia_IDE_for_Java Introduction to Nokia IDE for Java ME] video (remembering that you don't have the Nokia welcome screen) or visit the [https://www.developer.nokia.com/Develop/Java/Getting_started/Nokia_SDK/ Getting Started with Nokia IDE for Java ME] section of the Nokia Developer website. | With the plug-in installed and the NokiaDevEnv perspective open you can use the tools of the Nokia IDE for Java ME in exactly the same way you would in a standalone installation of the IDE. For a quick guide to the features of the IDE, view the [http://www.developer.nokia.com/gen/videos_all.xhtml?id=ed4dc986-ac87-4192-a643-64f8724fc657/Video_Intro_Nokia_IDE_for_Java Introduction to Nokia IDE for Java ME] video (remembering that you don't have the Nokia welcome screen) or visit the [https://www.developer.nokia.com/Develop/Java/Getting_started/Nokia_SDK/ Getting Started with Nokia IDE for Java ME] section of the Nokia Developer website. | ||
| + | |||
| + | ==Troubleshooting== | ||
| + | |||
| + | If the download of the Nokia IDE for Java plug-in times out, try increasing the timeout values in the '''eclipse.ini''': | ||
| + | |||
| + | <code> | ||
| + | -Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000 | ||
| + | -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000 | ||
| + | </code> | ||
| + | |||
| + | For more information see the Eclipse [http://wiki.eclipse.org/Equinox/p2/TransportDebugging Transport Debugging] help documentation. | ||
| + | |||
| + | (Please note that adjusting the timeout options to resolve this type of issue hasn't been tested.) | ||
Latest revision as of 07:31, 28 September 2012
This article explains how to add the features of the Nokia IDE for Java to an installation of Eclipse
Contents |
Introduction
You can add the features of the Nokia IDE for Java to a copy of the Eclipse IDE for Java Developers 'Indigo' or earlier. Please note that the Mobile Java Tools (MJT) features should not be installed, their presence will prevent the installation of the Nokia IDE for Java ME plug-in.
Once installed, you will have access to the NokiaDevEnv perspective and the Nokia IDE tools. However, the Nokia specific welcome screen is not included in the installation.
Process
- Start Eclipse.
- On the Help menu, click Install New Software.
- In the Install dialogue, click Add (next to the Work with field).
- In the Add repository dialogue, as shown below:
- in Name provide a suitable name for the repository, such as NokiaIDE.
- in Location enter http://nds2.fds-forum.nokia.com/nokias40sdkrepository/nokiaide/plugins.
- Click Ok.
- In Work with select the repository you just added.
- Select the Nokia IDE for Java ME item and click Next.
- In the Review dialogue, click Next.
- Read the license agreement and then select I accept the terms of the license agreements. Click Finish.
- In the Security Warning dialogue, as shown below, click OK.
- The Nokia IDE for Java ME plug-in is now installed.
- When prompted to restart Eclipse, click Restart Now.
- When Eclipse has restarted, on the Window menu point to Open perspective and click Other.
- In the Open perspective dialogue select NokiaDevEnv and click OK.
Using the Nokia IDE for Java ME features
With the plug-in installed and the NokiaDevEnv perspective open you can use the tools of the Nokia IDE for Java ME in exactly the same way you would in a standalone installation of the IDE. For a quick guide to the features of the IDE, view the Introduction to Nokia IDE for Java ME video (remembering that you don't have the Nokia welcome screen) or visit the Getting Started with Nokia IDE for Java ME section of the Nokia Developer website.
Troubleshooting
If the download of the Nokia IDE for Java plug-in times out, try increasing the timeout values in the eclipse.ini:
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000
For more information see the Eclipse Transport Debugging help documentation.
(Please note that adjusting the timeout options to resolve this type of issue hasn't been tested.)



