instalacion hybrid web container

6
INSTALACION HYBRID WEB CONTAINER 1. Bajamos del Big File “51044310_Sybase_Mobile_SDK_2.2_windos_x86_84” 2. Install the BlackBerry Plug-in for Eclipse. See https://developer.blackberry.com/java/download/eclipse? IID=DEVJVA1223 . 3. Extract the files from SUP_HOME\UnwiredPlatform\MobileSDK<version>\ HybridApp\Containers\BB\BB_HWC_<version>.zip 4. In Eclipse, import the BlackBerry Hybrid Web Container template as a legacy BlackBerry project: a. Select File > Import. b. Expand the BlackBerry folder. c. Select Import Legacy BlackBerry Projects. d. Click Next.

Upload: juanbcn87

Post on 08-Nov-2014

19 views

Category:

Documents


0 download

DESCRIPTION

mmk

TRANSCRIPT

Page 1: Instalacion Hybrid Web Container

INSTALACION HYBRID WEB CONTAINER

1. Bajamos del Big File “51044310_Sybase_Mobile_SDK_2.2_windos_x86_84”

2. Install the BlackBerry Plug-in for Eclipse.

See https://developer.blackberry.com/java/download/eclipse?IID=DEVJVA1223.

3. Extract the files fromSUP_HOME\UnwiredPlatform\MobileSDK<version>\HybridApp\Containers\BB\BB_HWC_<version>.zip

4. In Eclipse, import the BlackBerry Hybrid Web Container template as a legacy BlackBerry project:

a. Select File > Import.

b. Expand the BlackBerry folder.

c. Select  Import Legacy BlackBerry Projects.

d. Click  Next.

Page 2: Instalacion Hybrid Web Container

e. Specify the JRE and, in the BlackBerry Workspace field, browse to the HWCtemplate.jdw file and select the project to import.

f. Select Copy BlackBerry projects into workspace to create a copy of the imported project in the Eclipse workspace.

g. Click Finish.

Page 3: Instalacion Hybrid Web Container

5. Supply a signing key

Go to https://www.blackberry.com/SignedKeys/nfc-form.html to obtain a signing key and import them into Eclipse following RIM’s instructions.

El enlace de infoserver es incorrecto , hay que utilizer :

https://www.blackberry.com/SignedKeys/codesigning.html.

Solicitamos las Keys

Nos llegara al correo Tres Keys :

Los pasos para instalar las keys son las siguientes :

Page 4: Instalacion Hybrid Web Container

1. Open the CustomizationHelper.java file for editing.

2.

3. Find the method named getCodeSignerId() and update it to return the name of your key.

4.

5. Add the key file to your project so it is included in the .cod file.

Las firmas se añadem compilando con el sign with signature tool ( Esta explicado abajo)

Como añadir las keys al Eclipse

Selecionamos Install New Keys y añadimos los .csi que nos han enviado por web

Page 5: Instalacion Hybrid Web Container

Para firmar la aplicación vamos a la siguiente casilla