Newvie: How to simulate J2ME appliations on Palm OS (emulator)

Hello!
I wanted to write app in J2ME for a palmtop with Palm OS. On
java.sun.com I found information that J2ME Wireless Toolkit 1.0.4_02
runs with Palm OS Emulator. Also the emulators list at (2) said
that. This was confirmed by the The Lurker's Guide to J2ME (3).
I installed J2ME Wireless Toolkit 1.0.4_02 and I haven't found such
an option - there is no PalmOS_Device in a Device pulldown menu. In
Toolkit 2.3 neither. I have PalmOS Emulator up and runnin' but I do
not know how to run a java application (J2ME project)
on it.
What should I do?
Thanks 4 help in advance.
Links
(1) http://java.sun.com/products/sjwtoolkit/download.html
(2)
http://developers.sun.com/techtopics/mobility/midp/articles/emulators/index.html
(3) http://www.blueboard.com/j2me/notes/2002_6_24.htm

hi,
could you be a little bit more precise. Are not all MIDP'a included in Wireless Toolkit?
What in particular should I download?
I do not know also how to put the application on the device PalmOS emulator as it runs on rom image files: *.rom.

Similar Messages

  • How to Install KVM in a Palm Emulator

    Can anybody say how to install the KVM in the Palm Emulator.
    Ganesh

    [calganesh],
    My suggestion to you is to download the J2ME Wireless Toolkit ( http://java.sun.com/products/j2mewtoolkit/ ) and install the Palm OS Emulator (POSE) on the same machine. This way you can test the J2ME applications with the POSE without having to specifically look for a separate KVM to install over the POSE.
    The J2ME Wireless Toolkit provides you with an option to test J2ME MIDlet applications using the POSE alongside other generic emulators offered with the toolkit.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • Requirements for J2ME run on Palm

    Hi guys,
    Is there anyone know how to run MIDP applications on Palm? Any software need to install? Thanks a lot.

    HI
    No need to install any softwares.Just ensure that Your plam support the j2me or not???
    Satish

  • How to connect mysql to my palm devices?

    hi, need help on how to connect mysql to my palm devices? is there anyone know to do connect mysql to palm devices using wireless toolkit?
    thanks

    Midlet:
    os.writeUTF(db.trim());
    os.writeUTF("\r\n");
    os.writeUTF(user.trim());
    os.writeUTF("\r\n");
    os.writeUTF(pwd.trim());Servlet:
    String db = in.readLine();
    String user = in.readLine();
    String pwd = in.readLine();If it works, that's just luck, but it's completely wron.! Why? Read the api doc's of DataOutputStream!

  • DBMS_DATAPUMP - how to simulate commit=N ?

    Hi,
    I am writing a PL/SQL procedure to export/import data from any database. Concerning the import part, how to simulate using DBMS_DATAPUMP api the command line option COMMIT=N?
    Our environment is Oracle 10.2.4 EE.
    Thanks for your help,
    Cyryl

    Hi,
    I don't think you can use commit with data pump. COMMIT is an option with standard import (imp), not an option with datapump, hence not available in DBMS_DATAPUMP. You should remember that standard import uses simple INSERT statement to insert the data into the table during import, but, data pump is entirely different.
    Salman

  • How to simulate HOST command from DB Procedure

    Hi,
    I'm using Oracle 9.2 database on Win2000 PC.
    I need to start .bat file from a database procedure. More generaly how to simulate HOST command that I'm using from Forms6i.
    Thanks,

    Thanks for the reply,
    But, I am able to successffuly execute HOST from SQL+
    only from the PC where the database is, not from the client. My .bat file is on the server side.
    From the procedure I was not able to run it in either cases
    Procedure TEST
    IS
    BEGIN
    EXECUTE IMMEDIATE 'host C:\MYBATCHFILE.BAT'
    END;
    returns ORA-00900 INVALID SQL STATMENT
    with EXECUTE IMMEDIATE '$ C:\MYBATCHFILE.BAT' returns Invalid Character Error.
    BR,

  • How to organize j2me classes into packages?

    Hello!
    I'm using Wireless Toolkit 2.5.2 and I have got a question about it.
    Does anybody know, how to organize j2me classes into packages?
    As far as I know, all source files should be placed inside WTK_home_directory\apps\my_project\src folder.
    Although it is possible to create arbitrary folder structure (for example, src\com\my_company\www\my_package) and successfully compile the project,
    it's not possible to run it on the emulator or any target device. Trying to do it, I get ClassNotFound exception.
    It's not surprisingly, because virtual machine on the device doesn't know, where to look for desired classes.
    So the question is how to add new entries to the device classpath (of course, if it exists)?
    And is it possible to configure it through application descriptor (jad) file somehow?
    Any ideas, references, descriptions?
    Thanks in advance,
    A.

    Hello!
    So, I have found the solution and this question is not actual any more.
    The solution is quite simple - you have to properly configure application jad-file.
    It can be done like this (in ktoolbar):
    1. Open project settings from main menu (Project - Settings).
    2. Then go to MIDlets tab.
    3. There you have to change value in "*class*" column (for example, to smth like this - com.my_company.www.my_package.my_midlet_class_name).
    4. Press Ok button.
    Having done these steps, you will be able to have any package structure you need
    (because after it AMS on the device will know where to look for your application class files).
    A.

  • How to install J2ME application on Nokia 6600

    Can you help me in How to install J2ME application on Nokia 6600.Is it enough to build the application using J2ME wireless toolkit or we need any other Nokia SDK for it.

    hi, it is not very difficult. I have done it this way :
    1) i have set the following mime type in my web server (JRun 4):
    text/vnd.sun.j2me.app-descriptor for the jad extension
    application/java-archive for the jar extension
    (in Jrun 4 i added them in the mime.types file in the lib directory)
    2) i have published a wml page like this :
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
    <!-- WML file -->
    <wml>
    <card id="main" title="App Title">
    <p>
    </p>
    <p><b>
    <a title="Download App" href="http://xxx.xxx.xxx.xxx/App.jad "> Download </a>
    </b></p>
    </card>
    </wml>
    to download the jad file
    3) then my AMS has started and i could download the application, which runs successfully.
    Anyhow I had to configure 1 wap profile and 1 java profile in my M50 according to my provider configuration, and I bet you had to do so if you have not yet done it. I have successfully used a gprs configuration.
    I am in Italy an so I have the italian provider's configurations. If this may be usefull to you i may send it.
    Feel free to ask.
    Hope this helps.

  • How to simulate the escalation process

    Hi All,
    Can somebody tell me how to simulate the escalation process in service?I need to know whether all configuration in my system has done or not done yet....
    In my system if there's a problem in customer system for more than 7 hour, then system will detect the problem and send an sms/email to the person responsible in some level (ex: level 1 for SLG 95%), if the customer system still have a problem for more than 10 hour, then system will send an sms to person responsible in level 2, etc.
    I want to know how can I simulate this escalation process in CRM service manually. I'm using CRM 5.0. Any helpful answer will be rewarded. Thank you.
    Rgds,
    Aleluya sap.

    Hi Aleluya,
    You can use date types which will have the times at which the trigger of mail is supposed to happen and once the current date and time is equal to say date type 1 there can be an action setup to send a mail to a particular partner function .
    Also you can use status condition for controlling the mails ..
    hope it helps
    Cheers!
    Raj

  • How to simulate writing in flash

    Hi - I'm new to flash and just need direction to a tutorial
    on how to simulate writing. Basically I want to create a flash file
    that has wording appear like someone's typing or handwriting it.
    I'm an editor by trade and not completely green to FX, but
    completely green to flash.
    So if anyone knows of a good place to look that'd be cool.
    THANKS!

    Handwriting is much more difficult than typing. If you can
    get away with typing you can either just cover each letter of your
    sentance then "uncover" each letter in each frame to achieve the
    look of typing or buy a cheap program like:
    http://www.swishzone.com/index.php?area=products&product=max
    and have the animation done for you. And, no I don't work for
    them but I do use that program to make my life much easier when
    people ask me to do cheesy effects they have seen on the web and
    would take me a long time to animate without the program.
    -Cheers

  • How to simulate server 2012+clients connetion in virtualbox without internet connection

    Hi, I am new to this forum and also not familiar with simulation in virtualbox. I want to know how to simulate server 2012+clients connection in virtualbox without internet connection. I couldn't join the client computer (windows 7 installed) to
    the domain (the  windows server 2012). I already added the DHCP , AD DS and DNS roles features in the windows server 2012. Can someone put me through?

    If you're using VirtualBox you might be better off asking this over on their forum
    https://forums.virtualbox.org/, since it's not a Microsoft product. That said I have used it myself, and I think what you need is to ensure you're using the Internal Networking option
    http://www.virtualbox.org/manual/ch06.html#network_internal and make sure that both virtual machines have their network card setup with the same name / network ID. Once that's done you
    can configure them on the same network range and they should be able to communicate.

  • How to simulate cRIO

    Hello,
    I'm trying to find out how to simulate cRIO in LabVIEW.  I found another thread about this, but I am using the cRIO just as a chassis/DAQ not the FPGA or RTOS, basically just like a cDAQ.  I've downloaded and installed NI-RIO, but when I go into MAX to set up a Simulated NI-DAQmx device, I have no option for cRIO, I see cDAQ there.  I need to set up with a cRIO-9074 chassis
    much thanks!

    Hello Monse,
    That is correct- a RIO is a completely separate standalone device with its own OS that you can cross-compile code for and deploy to (and then communicate with once running).  DAQ devices are tethered and controlled by the DAQmx driver on the local machine and can be simulated via this driver.  You can certainly develop code without the physical RIO present- just add the model to a LabVIEW project and add the modules you intend to use to the chassis. All of your variables will be present, you just won't be able to deploy the hardware configuration or interface with the RIO. Most RT code can be run on Windows (to validate logic, if not timing), and the FPGA can be simulated, so you should be able to get pretty far without a physical controller.
    How do you intend to use the RIO?  What aspect of the hardware do you need to simulate for code development? It sounds as though your end goal is to access Scan Engine variables without deploying any RT code or configuring the FPGA at all, is that correct?  If this is the case, then all you would need to do to simulate these channels would be to deploy equivalent Network-Published Shared Variables for testing and then re-link the deployed libraries once you have the hardware. 
    I hope that's helpful- if you could specify what in particular you are trying to achieve at this time (end result and what you are trying to achieve via simulation right now) as well as why you chose this hardware platform, I and others on the forum may be able to offer more specific advice.
    Regards,
    Tom L.

  • How to simulate the underwater and fire effect with Java3D

    Hi...My project is a Java 3D game and it need to have underwater and fire effect, but I dont know how to simulate them with Java3D best..Can anyone give me some ways to make them..thank..

    You'll have to describe what effect you are looking for. Are you trying to model the surface of the water or do you want your scene to appear to be under the water? A surface can be done similar to a terrain but with transparency added to the geometry. Underwater effects would be tough if you want to distort the view of the scene. You might be able to get away with changing the field of view to be wider or rendering each frame yourself.
    For fire effects, are you looking for animated flames? If so there are a few options.
    1. Find a series of images of a fire and apply them to an OrientedShape3D through animation. This would be easiest.
    2. Build a particle system with fuzzy objects (procedural texturing). This would be much harder but more realistic.
    Mike

  • How to change owner on purchased palm z22 to sync with my desktop program

    How do I sync my new palm that has an owner name on it. I would like to sync with my desktop that has all my information. I can't seem to get it to sync with desktop ver 4.2
    Post relates to: Palm Z22
    This question was solved.
    View Solution.

    The fastest way to remove the profile is to hard reset the device: here's the link http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=887
    Message Edited by IrreducibleM31 on 05-28-2009 07:35 PM

  • HOW to simulate the enter key???

    Hi , I have a jTable ,and i want that by leaving a specific
    cell ,to perform the same action that the enter key does!
    when im leaving my specific cell the following function is being called:
    public void editingStopped(ChangeEvent e) {
    //here I want to simulate the enter-key's action
    HOW to simulate the enter key???
    10x in advance
    Nir.
    p.s. My initial problem was that when i left my specific
    cell (the cell is editable combo box), an edited words
    which were written by me vanished , and when i get back to that cell the edited word showed again!!!
    when i pressed the enter key the edited word were stable in the cell!!!
    when I chose a word from the combo evrything was ok!!
    so if any one can solve me that problem ill be appreciate.
    thanks Nir

    yourActionListener.actionPerformed(new ActionEvent(yourCell))
    I am not sure about the constructor of actionevent.
    you could try if setText(getText()) produces a good result

Maybe you are looking for