Download UNIVERSITÉ ANTONINE Faculté d`ingénieurs en Informatique

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
UNIVERSITÉ ANTONINE
Faculté d’ingénieurs en Informatique,
Multimédia, Réseaux et Télécommunications
Mobile Application on Pocket PC – Part 1
Course: Application Mobile (Pocket PC,…)
Presented by: Elie Matta et al.
Copyright © 2010-2011, eliematta.com. All rights reserved
Presented by Elie Matta et al.
Table of Contents
Introduction ..................................................................................................................... 2
A.
Installation guide ................................................................................................... 2
1. Installation of the JDK............................................................................................ 2
2. Installation of NetBeans......................................................................................... 3
3. Symbian S80 Emulator – Personal Profile............................................................. 4
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 1
Presented by Elie Matta et al.
Java Based Mobile Application
Introduction
This mobile application based has been developed over J2ME integrated with an
emulator. The main objects and
A. Installation guide
As the installation might be a bit tricky part at first, we will try to make it easy as it is by
following these steps:
1. Installation of the JDK
2. Installation of NetBeans
3. Installation and integration of the Emulator
1. Installation of the JDK
The JDK framework is essential therefore we will install the JDK update 20 as it is the
latest update since May 2010, this package has been downloaded from www.java.com,
its installation is included in the Setups directory named under “JDK 1.6 update 20.exe”
included in this CD.
The installation is very easy as it is a step-by-step guide beginning as shown in the
figure below:
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 2
Presented by Elie Matta et al.
2. Installation of NetBeans
NetBeans will be our main platform where we will initiate and load our program for
further development, use and debugging, therefore we will install the latest version 6.8
as of February 2010. This installation is also included in the Setups folder under the
name “NetBeans 6.8 ml windows.exe”.
This is the full package as you can install the minimum, typical and full setup, the setups
loads and prompts to select the packages you wish to install:
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 3
Presented by Elie Matta et al.
For our project to work, we need only the following packages: Java ME, Java Web and
EE and as runtime: Sun GlassFish Enterprise Server v3.
3. Symbian S80 Emulator – Personal Profile
After lots of research, we successfully found “Series 80 Developer Platform 2.0 SDK for
Symbian OS 7.1.2005 for Personal Profile 1.0.1”. This file is renamed as “S80 DP 2.0
Personal Profile SDK (emulator).zip” under the Setups directory. Unzip the file first then
run the setup.exe file which guide you to the easy installation
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 4
Presented by Elie Matta et al.
Please install the emulator to its default directory (C:\Symbian).
After installing all the 3 installations, it is now time to integrate them with each others:
To integrate the JDK 1.6 to the NetBeans, we start the NetBeans then we select Java
Platforms from Tools drop menu:
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 5
Presented by Elie Matta et al.
Then we add the JDK 1.6 by clicking on
Standard Edition:
and the selecting Java
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 6
Presented by Elie Matta et al.
We point the source to the directory of the JDK, if you have chosen to install the JDK to
its default location then it would be in “C:\Program Files\Java\jdk1.6.0_20”
then we hit Next, then finish the installation and we successfully integrated the JDK 1.6
update 20 into the NetBeans 6.8.
Now, to complete the fully integrated installation, we will have to integrate the emulator
into the NetBeans by following the steps as mentioned:
We go through the same procedure as above, we select Tools, Java Platforms
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 7
Presented by Elie Matta et al.
We select
and then we choose Java ME CDC Platform Emulator, we
hit next and then we choose the directory of the symbian emulator from
C:\Symbian\7.0s\S80_DP2_0_PP_SDK.
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 8
Presented by Elie Matta et al.
We hit Next, then finish.
Now the entire installation guide is completed and it is time to embed our project into
this mixed platform.
Copyright © 2010-2011, eliematta.com. All rights reserved | Page 9