Hi Friends,
please explain the steps involved in the "Window CE App Development" using JAVA.
Thanks
Duraisingh D
Duraisingh,
As you may already know, prior to executing Java applications against any of our Windows CE / Windows Mobile devices, you will need to choose and install the JVM (Java Virtual Machine) of your choice, such as the NsiCom CrEme JVM, on the targeted handheld.
Now with regards to development, feel free to download our Mobile Device SDKs, which provide
In case it helps, here follows an excerpt of our Mobile Devices SDK Developer Guide:
3.3 Getting Started in Java
The Psion Teklogix APIs for Java are contained in the PsionTeklogixJava.jar file, located in the \Java subdirectory of your Mobile Devices SDK installation. Include this file when you compile your Java programs using the Java Development Kit. You must also include the file PtxSdkCommon.dll, which can be located in any of the <OS Directory>\<VS Directory> subdirectories of your Mobile Devices SDK installation (e.g. “...\Windows CE 5.00\Studio2005\”).
Sample Java programs can be found in the \Samples\java subdirectory of your Mobile Devices SDK installation.
vvvv
Last but not least, knowledge base articles and sample demos can be found on our Ingenuity Working Community Portal
E.g.
Available Java Options on G2 Products
JAVA: Signature Capture done natively [DEMO]
Kind regards,Jacques