Posted by Forum Nokia Developer Support, communicator.developer@nokia.com
on February 25, 2002 at 11:47
What kind of problems you have with the NDS for PJAE? By using this toolkit you could start and close the emulator, configure emulator and installation package settings and finally create the installation package and install the application to the device.
For more information about the file systems in the emulator and the device, read the SDK documentation and the document "How to develop Java Applications for the Nokia 9210 Communicator". The document can be found at Forum Nokia web site.
Basically, there is not much difference in the emulator's and the device's file systems. However, one difference is that you don't have j: drive in the device. You should copy the application files to the /System/Apps/your_app folder. You should include at least .app, .txt and .class or .jar files. Also, .aif and .mbm files are needed, if you have your own icon for your app.
If you transfer your files by using PC Suite, it will as default convert .txt file to the Symbian OS Word format. You can prevent this, if you drag and drop your file by using right button of your mouse.