Labels

.NET Job Questions About Java Absract class Abstract class Abstract Class and Interface Aggregation ajax aop apache ofbiz Apache ofbiz tutrial Association authentication autocad basics batch Binary Tree bootstrap loader in java build Builder design pattern C++ Job Questions caching CallableStatement in java certifications Chain of responsibility Design pattern charts check parentheses in a string Classes classloader in java classloading concept code quality collage level java program Composition concurrency Concurrency Tutorial Converting InputStream to String Core Java core java concept core java interview questions Core Java Interview Questions Core Java Questions core java tutorial CyclicBarrier in Java data structures database Database Job Questions datetime in c# DB Db2 SQL Replication deserialization in java Design Patterns designpatterns Downloads dtd Eclipse ejb example/sample code exception handling in core java file handling injava File I/O vs Memory-Mapped Filter first program in spring flex Garbage Collection Generics concept in java grails groovy and grails Guice Heap hibernate Hibernate Interview Questions how-to IBM DB2 IBM DB2 Tutorial ide immutable Interceptor Interface interview Interview Questions for Advanced JAVA investment bank j2ee java JAVA Code Examples Java 7 java changes java class loading JAVA Classes and Objects Java Classloader concept Java classloading concept java cloning concept java collection Java collection interview questions Java Collections java concurrency Java CountDownLatch java definiton Java design pattern Java EE 5 Java EE 6 Java Exceptions Java file Java Garbage Collection Java generics Java Glossary java hot concept java immutable concept Java Interface Java interview Question java interview question 2012 java interview question answer Java Interview Questions Java Interview Questions and Answers java interview topic java investment bank Java Job Questions java multithreading java multithreading concept java new features Java Packages java proxy object java questions Java Serialization Java serialization concept java serialization interview question java session concept java string Java Swings Questions java synchronization java threading Java Threads Questions java tutorial java util; java collections; java questions java volatile java volatile interview question Java Wrapper Classes java.java1.5 java.lang.ClassCastException JavaNotes javascript JAX-WS jdbc JDBC JDBC Database connection jdk 1.5 features JDK 1.5 new features Concurrent HashMap JMS interview question JMS tutorial job JSESSIONID concept JSESSIONID interview Question JSF jsp JSP Interview Question JSP taglib JSTL with JSP Junit Junit Concept Junit interview question.Best Practices to write JUnit test cases in Java JVM Linux - Unix tutorial Marker Interfaces MD5 encryption and decryption messaging MNC software java interview question musix NCR java interview question Networking Job Questions news Object Serialization Objects ojdbc14.jar OOP Oracle Oracle SQL Query for two timestamp difference orm own JavaScript function call in Apache ofbiz Packages Palm Apps patterns pdf persistence Portal Portlet Spring Integration Prime number test in java programs Rails Reboot remote computers REST Ruby Sample application schema SCJP security Senior java developer interviews servlet3 servlets session tracking singleton design pattern Spring Spring 2.5 Framework spring ebook Spring framework concept spring MVC spring pdf Spring Security Spring Security interview questions SQL SQL performance SQL Query to create xml file Sql Query tuning ssis and ssrs StAX and XML string concept string immutable string in java strings struts Struts2 Struts2 integration synchronization works in java Technical Interview testing tips Tomcat top Tutorial Volatile in deep Volatile working concept web Web Developer Job Questions web services weblogic Weblogic Application Server websphere what is JSESSIONID xml XML parsing in java XML with Java xslt


Friday, 19 July 2013

First Palm Application with SuperWaba

hi,
This is my first Blog To Develop Application for Palm which is Based on Garnet OS
Hope You Will enjoy it.

Let Me Start With SuperWaba Introduction,It is one type of virtual machine(99% JVM) ,Which is use to run java based application on Palm,It has own SDK to develop superwaba application
You can get it from http://www.superwaba.com.br
after download SDK you have to extract this and you find one folder named superwabaSDK
Step 1: Create New Java project in eclipse

Step 2: superwaba VM is compitible with compilation level 1.3 ,So You have to change from

project properties->Compiler->Enable Project Specific settings->Change Compilation Level 1.3













Step 3:You have to build path for using or extending superwaba classes for application
project properties->java build path->libraries->add external jar->from superwabasdk/lib/superwaba.jar













Step 4: extract superwaba.jar(+ icon) select java doc location and give path upto


SuperWabaSDK/docs/html/











Step 5: copy SuperWabaSDK\src\java\superwaba\samples\app\helloworld to your

{Workspace}/{Proejct Name}/{Src}/

(I have done this step bcoz i want to use directly samples into my app,you can create package ,class aslo manually)

Step 6: refresh eclipse project

Step 7: YOu can run and check project using create new run configuration like TestDMS

Main class should be waba.applet.Applet
In argument tab you have to apply
/w 320 /h 320 /scale 1 /bpp16 /useSonyfonts helloworld.HelloWorld
for running helloworld app arguments /w 320 /h 320 /scale 1 /bpp16 /useSonyfonts are optional(this is for sony clie config)
Step 8: now turn comes to create pdb and prc for project
simple way i preffer to you is create jar file of your project from export menu and
put at your c:\suppose HelloWorld.jar(I have suppose your superwabaSDK folder in
C:/)
step 9 : now go to command prompt and at root c:\
step 10: apply this command for pdb
java - classpath /superwabasdk/lib/SuperWaba.jar;/superwabasdk/lib/SuperWabaTools.jar superwaba.tools.Warp c /! /C SSSS HelloWorld HelloWorld.jarafter suceesfully created pdb
step 11 you have to create prc for execution apply this command
java -classpath /superwabasdk/lib/SuperWaba.jar;/superwabasdk/lib/SuperWabaTools.jar superwaba.tools.Exegen /! /C SSSS HelloWorld hello/HelloWorld.class

No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...