NetBeans Mobility Pack for CDC 5.5 Troubleshooting Guide
This document helps you to get through possible issues after UIQ emulator and
other component installation. We expect to update this document accordingly
as new information and fixes are available.
Post installation steps
Issue: The IDE complains that the UIQ 3 SDK is configured incorrectly.
You should be able to fix this problem by taking the following steps:
- Click on the Configurations tab and click the SDK Configuration Tool button.
- In the SDK Configurator, Click the Style tab and choose a style from the
Emulator Styles. Choose Apply Styles.
- Close the SDK Configurator.
If these instructions do not work, try following the instructions below:
Apply a style using the SDK Configurator as described above. If you are applying
style for the first time, the operation should take several seconds to copy
the files. If operation finishes immediately, make sure that the necessary tools
are installed correctly. The SDK Configurator tool requires correct Perl installation
and setup.
These instructions assume your installation is located in folder F:\Symbian\UIQ3SDK\.
Verifying your installation
You can verify the installation by looking into the folder F:\Symbian\UIQ3SDK\epoc32\tools\ppro-custom-launcher\.
You should be able to see the following files:
compile-rss.bat
custom-app.bat
LauncherUtils.exe
If you cannot see those files, follow the instructions below:
- Open a command prompt.
- Issue command
set Path
- Make sure that the Path variable contains the correct values pointing
to your Perl installation. If the Perl path is not correctly set, follow the
instructions below:
- Enter
set Path=Perl installation place/bin;%Path%
- Enter
set EPOCROOT=\Symbian\UIQ3SDK\
Be sure to use opening and closing backslash characters.
- Enter
set SDKDRIVE=f
Note that the colon (:) character is not used to designate the drive.
- Invoke
F:\Symbian\UIQ3SDK\epoc32\tools\distrib\SDKConfig.exe.
An SDK Configurator dialog opens.
- Select the Styles tab. Then select an M600 CDC or P990 CDC skin and press
Apply Style button. It takes several seconds to install all the necessary
files to the correct location. Repeat for each skin you want to install.
- You can verify the installation by looking into the folder
F:\Symbian\UIQ3SDK\epoc32\tools\ppro-custom-launcher\.
You should be able to see the following files:
-
compile-rss.bat
-
custom-app.bat
-
LauncherUtils.exe
- You can now launch the NetBeans IDE now and start with your first CDC application.