Two versions of the DB2 Everyplace JDBC Driver for Palm OS are available.
One version is compatible with the J2ME CLDC Configuration. The other version
is compatible with the JCL Extreme Palm Custom Configuration provided by WSDD.
Follow the appropriate steps to create the type of project you need.
This task is part of the main task of Compiling and running sample Java
applications on Palm OS targets. After you complete these steps, return to Compiling and running sample Java applications on Palm OS targets.
Procedure
To create a WSDD Palm OS project using the jclCldc configuration:
- In WSDD, click Window -->Open Perspective -->Java to switch to the Java Perspective.
- Create the DB2 Everyplace Sample for Palm OS CLDC project:
- Click File -->New -->Other.
- On the Select page of the New Project window, select J2ME for J9 in the
left pane, select Create J2ME project in the right pane, then click Next.
- On the J2ME Project page of the New Project window, type DB2 Everyplace
Sample for Palm OS CLDC in the Project name field, then click Next.
- On the Library selection page of the New Project window, select WME jclCldc
(jclCldc), then click Finish.
To create a WSDD Palm OS project using the jclXtr configuration:
- In WSDD, click Window -->Open Perspective -->Java to switch to the Java Perspective.
- Create the DB2 Everyplace Sample for Palm OS XTR project:
- Click File -->New -->Other.
- On the Select page of the New Project window, select WCE for J9 in the
left pane, select Create WCE project in the right pane, then click Next.
- On the Custom Project page of the New Project window, type DB2 Everyplace
Sample for Palm OS XTR in the Project name field, then click Next.
- On the Library selection page of the New Project window, select WCE jclXtr
(jclXtr), then click Finish.
Return to Compiling and running sample Java applications on Palm OS targets.