views:

211

answers:

1

i installed S60 5th Edition SDK 1.0 but i cant open project on netbeans? what can i do? maybe install some netbeans plugin.

+2  A: 

for a java project, you need to install the Mobility plugin. go to the Tools/Plugins menu, and select Mobility in the Available plugins tab.

once you installed the plugin, you need to add the S60 SDK as a platform: go to the Tools/Java Platform menu and click on the Add platform button. In the dialog window which opens, select Java ME MIDP Platform Emulator and click Next. NetBeans will then search your system for an available platform. if the SDK has been properly installed, it will promptly be listed as an available platform to be added to NetBeans.

remember that the Nokia SDK have to be installed in a directory which name does not contain a space.

Adrien Plisson