J2ME for WindowsCE on PocketPC

Hi all, I would want to know if I can create a java applications for Windows CE on a Pocket PC. My pocket pc is an Ipaq h1930 with WindowsCE 4.20.
There is a JVM for this environment??
Thanks all

Check out http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html.
It is a list of vendors that have J2ME implementations for PocketPC. The list was last updated in mid-2003 but it is pretty thorough.

Similar Messages

  • Help required in J2ME for developing software

    Respected Friends,
    I want to make an application in J2ME for Sony Ericson K700i mobile phone which is connected to the serial port of the PC,this application would be running inside the cellular mobile phone,when I will run this application all the files in the "File Manager" folder of mobile with .txt extensions would be copied to the PC to some paticular folder passing through the serial port to which the mobile is connected,I am facing some problems while devloping this application,my questions are as follows:
    1) Is it possible to transfer a file on the serial port,off course we can transfer interger type data to the serail port but integer is a primitive data type and while transferring files we will actually pass the object related to that file to the serial port of the PC,is this really possible?
    2) Sony Ericson K700i does'nt implements JSR 75(PDA Optional Packages for the J2METM Platform,which is used to access PIM data and file systems) which means that we can not access the file system of this mobile so is it really possible to access the files stored in this mobile through my application?
    3) Once the file is transferred to the serial port than will its contents of the file ramains in its original state or will be transferred to some kind of bianry data and we have to bring it in the original state.On the PC end will I need to write some other application which continiously monitores the serial port and will receive this file.
    I would be waiting for your precious replies.
    Thanking You,
    Taqi Raza.

    Define a plant/storage location for the delivery items which plant/SLoc combination is assigned to a warehouse (in data table T320 you can check plant/SLoc-WH assignments or SM30 V_T320.) In this case your delivery item should be relevant to WM-picking.
    W/o warehouse management it is also possible to print picking list (you need a suitable output type for it for application "V2" (shipping)).
    Edited by: Csaba Szommer on Jul 15, 2010 10:23 AM

  • OracleLite for WindowsCE

    How to connect a vc++ (for Windows CE) application to an Oracle Lite data Source?
    What are the available classes in Windows CE for connecting Oracle Lite database?

    Check out http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html.
    It is a list of vendors that have J2ME implementations for PocketPC. The list was last updated in mid-2003 but it is pretty thorough.

  • J2me for jeode

    Actually, i want to development a p2p audio talking programming for handheld running Jeode with JMF. But i find there is a problem because cross-platform cannot finish the audio capture on the Jeode. So i want to use j2me to finish .
    Who can tell me which API i need?
    cheers

    No but PersonalJava allow you to have your own implementation on this.

  • Require Project in J2ME for Masters

    Hi,
    I am to be doing a project for my Masters. I am planning to do a project in J2ME. Maybe something in the Area of Location or Device Management. However since I am in India, I do not know if I could get support from network provider in doing my testings. Any thoughts? Can these (location based testings or Device Management related testings) be simulated with the Java PC simulator?
    Please advice if you have any good projects in mind which would need an effort of 4 person months. Also let me know the feasibility of doing the same with only the J2ME PC simulator.
    Thank You Very Much, Cheers, Vino

    Greetings!
    This is Rizwan from pakistan I am in BS (Computer science) final
    year , having two year experience in J2me I am planning to develop a Instant Messaging software that operates world wide and connect the peoples all over the world if you r interested then let me know my gmail account is [email protected]
    With Regards
    Rizwan

  • RTP simulation on j2me for voice transfer

    hi,
    i m developing a voip app for mobile. i have some probs.
    can we have rtp impln on j2me ?
    or can we simulate UDP as RTP ?
    whats a best packet size for transferring realtime recorded voice ?
    My prog reports around 8KB of data for 1sec recording.
    can anyone put some light in this darker area of coding.
    thank u.

    Sebastien,
    The 7960 phones have an option called PC Voice Vlan Access in the CCM Phone configuration. The default is on for this. If you don't want your phone traffic to be captured on the PC port disable this. Here is the documentation description.
    PC Voice VLAN Access : Indicates whether the phone will allow a device attached to the PC port to access the Voice VLAN. Disabling Voice VLAN Access will prevent the attached PC from sending and receiving data on the Voice VLAN. It will also prevent the PC from receiving data sent and received by the phone. Set this setting to Enabled if an application is being run on the PC that requires monitoring of the phones traffic. These could include monitoring and recording applications and use of network monitoring software for analysis purposes.
    This is a required field.
    Default: Enabled.
    Additionally as an FYI the 7970(and possibly some other newer phones) has a secondary option as well.
    Span to PC Port : Indicates whether the phone will forward packets transmitted and received on the Phone Port to the PC Port. Select Enabled if an application is being run on the PC Port that requires monitoring of the IP Phone's traffic such as monitoring and recording applications (common in call center environments) or network packet capture tools used for diagnostic purposes. To use this feature PC Voice VLAN access must be enabled.
    This is a required field.
    Default: Disabled.
    Please rate any helpful posts
    Thanks
    Fred

  • InfraRed and J2ME for palm

    Hi, Is there anyway where I can open the infra red port on the palm and then send data through it to a printer?
    Thanx.
    Adrian

    The com.sun.kjava.Spotlet is the quintessential Palm base class. All Palm applications are a subclass of this class. It provides overrideable methods to handle hard and soft key events, pen movement events, and to access the infrared beaming capabilities. The KVM support a single Spotlet at any moment in time. Multiple Spotlets can be used, but only one can be registered (or be in focus) at any time.
    Here is a nice link by the j2me wizard, Bill Day, http://www.javaworld.com/javaworld/jw-11-1999/jw-11-device_p.html
    Stay in touch for more info.....
    Sunil

  • J2ME for Palm GUIs

    Dear all,
    I just got laid off, and part of the compensation was a Palm Pilot.
    So I figured I might as well learn something new and try it out and
    as a Java programmer I wanted to use Java.
    It seems to me at a first glance that J2ME is a bit cheap with GUI
    components though. No tables etc...
    So what if I want to use tables, do I convert into c programming? =)
    Erik

    hiya:
    if you are talking about MIDlets (a part of J2ME), then yes, it is a bit limited in the GUI department, mainly because it is actually targeted at resource constrained devices such as cell phones, pagers, etc (although it can be run on Palms, something called the PDA Profile is going to be specifically for Palm devices soon.
    http://www.blueboard.com/j2me/family.htm
    you can have fine control over the positioning of objects using the low level APIs, but for UI items like textbox, etc, you will use the High level API, where you have somewhat limited control over the placement of the items across different devices.

  • J2ME for BD-J programming advice.

    Hi all:
    Sorry for my ignorance but I am a DVD author and I am very interested in learning BD-J programming for Blu-Ray format and since it is based into J2ME, I would like to ask you some good Sun online course about this topic or some good book about it, for it, Could anybody advice me?
    Thanks in advance.
    Alejandro Cast�n
    Ps: Sorry for my little english.

    Hi Alejandro,
    Check at http://hdcookbook.com in a couple of days. We're
    still getting things set up, but there you'll soon be able to find:
    * A BD-J discussion forum
    * Some prototype code
    * Information about the High-Definition DVD Handbook (by Mark Johnson et al)
    * Information about the upcoming "HD cookbook" by the same publisher, which
    will have more about actually programming BD-J. (I'm working on writing
    the BD-J chapters for this right now).
    I'm afraid that publicly accessible BD-J information isn't so easy to come by
    right now. This should substantially improve over the coming months.
    Cheers,
    Bill

  • J2ME for VoIP projects

    How can i handle VoIP project in J2ME,, i need some tutorials for making this project

    Hi,
    J2Me do not support live streaming of VOIP data. So it would be better to perform VOIP tasks using C++ rather than using J2ME

  • J2ME for Palm Treo 700W

    Hi, does anyone know of a J2ME environment which will work for this Windows Mobile device? Is there an IBM J9 version compatible with this device?

    No, not with iSync, as it provides no support whatsoever for Windows Mobile or Pocket PC devices.
    To support such devices, you must use a third-party application like the Missing Sync for Windows Mobile from Mark/Space or PocketMac from Information Appliance Associates. Both have promised updates to support Windows Mobile 5 devices like the Palm Treo 700w, but neither have released a completed, updated application to date.
    Mark/Space is offering the opportunity to test an early alpha release of the Missing Sync for Windows Mobile. More information about that application is available here:
    http://www.markspace.com/testing/MSWM25_alpha.html

  • J2ME for osx?

    Is there a good J2ME programming enviroment for OSX?

    I've never worked with J2ME, but a google search for "J2ME OS X" produces a possible result:
    midp 2.0 is described by the author as an ide not dependant on virtualPC:
    http://mpowers.net/midp-osx/
    Also the search came up with a short oreilly article recommending the use of midp (and asking for more support from apple and sun for J2ME developers):
    http://www.oreillynet.com/cs/user/view/cs_msg/17135
    I hope that's useful!
    Caleb
    iMac g3 400MHz    

  • J2ME for PalmOS and WinCE? GPRS?

    Hi all,
    I'm a Java developer for a couple of years, but I really know nothing about J2ME (or JME).
    As a J2ME newbie I'd like to know if there's support for J2ME on PalmOS and Windows CE (Pocket PC). Could somebody point me some resource describing the supported plataforms?
    Is it straightforward to do network communication using GPRS? Is it even possible?
    Thank you!

    Comments inlined:
    As a J2ME newbie I'd like to know if there's
    support for J2ME on PalmOS and Windows CE (Pocket
    PC). Could somebody point me some resource
    describing the supported plataforms?Below mentioned thread link would be helpful:
    http://forum.java.sun.com/thread.jspa?threadID=5150072&messageID=9564193#9564193
    Is it straightforward to do network communication
    using GPRS? Is it even possible?If the above query is pertaining to Java ME. Yes, you can communicate to an http server via GPRS with Java ME enabled device, The network layer and the connection framework is kept quite abstact from application developer perspective.
    Try Generic Connection Framework [ GCF ] in J2ME on the web you'll find plenty of articles.
    ~Mohan

  • Availability of Java Wireless Toolkit (J2ME) for linux

    Hi, Could anyone tell me when will be available the Java wireless toolkit for Linux again ?
    According to download page is offline since March 20
    Sun Java Wireless Toolkit for CLDC 2.5.2 ML
    - March 20, 2012 - This download is being updated and will be made available again shortly, please check back regularly for it's availability.
    Is there any other way to download the Linux API for mobility development ?
    Thanks in advance.

    The link is back up.

  • Project based on J2ME for system to mobile communication

    hi there,
    can any body give me the required code.
    my project is displaying the exam results on an emulator(so called mobile) that r sent from a server machine .
    hope somebody helps me.....
    thank u
    take care

    Hi
    I doubt that anybody will give you the code for your project. You might actually have to do some work. What you need is a client-server communication where the client is your midlet application. You can start from here: http://java.sun.com/developer/J2METechTips/2001/tt0820.html#tip2
    Mihai

Maybe you are looking for

  • !! Projects VANISHED. Complete iMovie failure. Genius Bar at a loss. HELP!!

    I bought a brand new iMac 2.4 Ghz two weeks ago, SPECIFICALLY so I could "upgrade" to imovie 08 and cut movies of my son. iMovie worked FLAWLESSLY for the first 10 days, no problems whatsoever. I created several projects, using video clips from my iP

  • Time Machine not recognizing external hard disk

    I am trying to set up backups via Time Machine on my external hard drive but as I go through the process the my hard drive is not recognized in the dropdown menu. It the external hard drive is recognized in the Finder but not by Time Machine. What gi

  • Having issues linking spry menu bar to my other pages

    Hey everyone, I am brand new to web development. I am currently using the trial of DW and I must say I love it. I am having issues with my spry menu bar though. I will click on a certain box in the menu bar and use the properties page at the bottom a

  • Swing jdk1.4 is a buggy release !!!

    Hi Gurus !!! I'm wondering if anyone in the forums could solve this problem: I have a JDialog class with a swing textfield added with an ActionListener (JDK_1.4.2_04). When I press down the Enter Key, actionEvent is continuously being fired while the

  • Asset - GL Account

    Hi all, I am a SD consultant, but due to some reason i am now handling FI for time being..... The thing is my client wants to view asset quantities, but in AS02 / AS03 tcodes i was able to see the values and not the quantities. So i thought viewing t