I am a beginner to Maemo Development. Has Nokia N9 come with JVM? Some forums are saying that it will come with dalvik VM. Is it true? If I want to develop Applications for Nokia N9(meego), I have to install both Qt SDK and harmattan sdk from the link?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Maemo is the older version of Nokia's Linux mobile handset platform, which merged with Intel's Moblin to make MeeGo.

Things are bit confusing on the Nokia N9 because there are really two APIs:

I would recommend the Nokia APIs as they specifically target that device and provide beginner friendly QML APIs.

The MeeGoTouch API is more for the MeeGo Tablet UX, but should also work if you prefer. It is completely open source, while Nokia's layer is proprietary.

The platform does not ship with a JVM. However, MeeGo is a Linux, so you can install anything you want - including a JVM - but that probably is not what you want in this case.

link|improve this answer
please see this stackoverflow.com/questions/6544233/… , they have mentioned as Maemo 6 and MeeGo 1.2 Harmattan are two names of the same platform.you are telling Meamo is differed... – mirdad Jul 6 '11 at 3:35
1  
The MeeGo guys also say that Maemo 6 == Harmattan on this link but Nokia has moved away from the Maemo name in favor of MeeGo. – matyjas Jul 6 '11 at 8:19
you did not answer for "I have to install both qt sdk and manhattan for development"?is manhattan enough?(with simulator)? – mirdad Jul 6 '11 at 12:32
The Qt SDK 1.1.2 download link contains the Harmattan simulator and libs. It is in the 'experimental' section so you need to run the SDK Updater (might be under the Help menu item) and then click over to Packages and select Harmattan under the 'experimental' section. – matyjas Jul 6 '11 at 13:08
but why nokia has provided the separate harmattan-dev.nokia.com/Introduction.html (SDK)? The New developer will be confused because of this.. – mirdad Jul 7 '11 at 3:45
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.