Port a J2ME app to IPAQ

I have a J2ME application running on Palm, but right now i need to get it running on IPAQ H3000, ipaq is using winCE as its os, as far as i know there are two approaches to run java app on ipaq. first is Jeode but this jvm is for personJAVA second is get savaje this will replace winCE compeletely. is there any other way arround.
is IBM's jvm for midp a possible choice??
any advice is appreciated!!

Hello,
I try to follow the instructions to create and run a MIDP MIDlet at the address : http://www.embedded.oti.com/support/tb/?tb=16. But at the time of making "run" in the SmartLinker, nothing takes place and so I do not obtain the file jxe.
Have you already tried?
Can you help me?
Thank you very much.

Similar Messages

  • Porting a J2ME app to iPod?

    We have developed J2ME based cell phone applications for mobile learning and test preparation (see http://www.applimobile.com/). We would like to port these applications to iPod. Does anyone have a clue on how to go about doing it?
    Thanks much for help

    Yes I have a clue: start all over.
    Sadly, the ipod does not support any java, so also nu J2me.

  • Porting an iPhone app to a desktop app

    I am new to objective C and Cocoa, and yet have managed to develop a pretty complex app for the iPhone.
    Being lazy, I would like to also run this on a Mac Pro for instance, or other Mac computers/laptops.
    Is there a simple way for me to "port" my iPhone app to the desktop?
    Thanks.

    Well its not necessarily easy, and you also have to think about rewriting your views for Mac OS X, and not the iPhone, and also keep in mind you have to have a completely different interface in Mac OS X compared to the iPhone. Note that something complex in a mobile device might not be complex at all on a full desktop environment. But considering you have already created the application for the iPhone, you know where your headed and have your objects planned out, and also saying that you can program Mac in the same coding language, it should be easier than scratch right?

  • How to access loudspeaker in J2ME app

    How to access loudspeaker in J2ME app and know a status of a call which is initiated through app.

    so are you saying that pointerpressed doesnt work after setting Setfullscreen mode?

  • [jsr82] can a j2me app be a Bluetooth server and client role in parallel?

    I want to make my j2me app register a special service channel and listen to it, meanwhile, I also want to start a client to connect to other handset which has the same services. In Bluetooth protocol side, this is obviously OK, but in J2me is this design possible? some people said that in jsr82, the Bluetooth device is exclusive for J2me app, app cannot be both server role and client role at the same time. Can anybody give me a definite answer?

    No this design is not possible with JSR 82. Because when the device acts as a server it can't be used as a client as whenever you will run the client code the server mode will disappear.
    But what maximum you can do is when you need the client to run close the server and switch into the client mode but I think you don't need this solution.
    Shan!!!

  • Update J2ME Apps (Updating Existing jar with latest updates)

    Hi ,
    I am new to J2ME. I had created a jar(One J2ME App). I need to update the existing jar with some of my newly added & edited class file. I can do this for desktop apps "jar uf jar-file input-file(s)", there is an option to put all the updates in a batch file (.bat) and update the existing jar. I need same functionality need to be achieved in Mobile Apps (J2ME Jar). (Simply like, if i click a file(jar, exe, or etc) all the updates should go to the existing jar file). Kindly help me to find a way to solve this issue.

    Thanks for reply,
    So, if my jad application is installed in mobile, i don't want to reinstall it again, need update this installed jad itself, is it possible with this ?. Actually something like how Service Packs given by the windows(SP1, SP2..), Like that in Mobile i need to upgrade my jad application by giving my patch to it(additionally added classes).

  • What are the ways to download j2ME app to j2ME phones

    Hello Friends,
    What are the ways to download j2ME app to j2ME phones, is there any method that all phones supports.
    I am downloading app to different phone in different ways, i.e using infrared, bluethooth, cable (different cable for different phones), URL (WAP)... offff.....
    Can any one let me know is there any one way that we can download app to phone... i mean is WAP URL support on all phone?
    Thanks
    Kumar.M.R

    The following Java tip may help:
    How to install a J2ME aplication on a mobile device
    http://www.java-tips.org/content/view/617/73/

  • Parameters on a j2me app

    Hi, I must develop a general app to communicate with a PC, this app must be used by several custom programs on the devices. I want to know how can I call to a java app from another app inside a mobile device and send it parameters.
    For example:
    From an app I must call to this program and send a variable amount of parameters so my j2me app can analize those parameters and send the data to the pc.
    analizing the data and comunicating with the pc is the easy part, but I have no clue on how to initialize the j2me app.
    In a PC you can do it qith the java or javaw commands.

    mmmmm, what?
    I am new to j2me, can you please explain it better.
    I have also made all the connection system to comunicate from the mobile to the PC and also have made the plugin based working system on my PC, now it really need to achieve on this to continue the project.

  • Are there any ways to package a J2ME app and let people view via computer?

    Are there anyways to packaged a J2ME app with the emulator?
    So that when people click on a bat file, that emulator will run along with the J2Me app?
    I saw this in the jbuilder console
    C:\WTK21\bin\emulator.exe -classpath "C:\MyApp\classes;" -XdeviceefaultColorPhone -Xdescriptor:"C:\MyApp\jad-temp\MyApp.jad"
    I belive it can be done?
    Please advise. Thanks

    What? An .exe? What is this? Do you know that you are coding in Java? Especially in J2ME? What do you want with a windows executable on your mobile phone?
    Once more:
    1) pack your project and generate the jad/jar files. This contains your code, the app you wrote.
    2) To run this, you need a phone or an emulator. (like you need windows to run an exe). So either you transfer these to a phone and run it from there or use the emulator that comes with the WTK or SunONE or whatever. And for running on an emulator, you can write a .bat for starting. Of course, you can write a .exe but it will do nothing else than calling the emulator with its parameters.
    Thats the Java principle btw:
    Bytecode (i.e. jad/jar in mobile environment)
    Java VirtualMachine (i.e. an emulator)
    OS (i.e. Win32)
    hth
    Kay

  • Porting a Workshop app to another J2EE server?

    Hello all. I'm new to WL Workshop and have been reading abou the required Workshop
    Runtime. Is this something that could be ported to another J2EE compliant server?
    I noticed the PageFlow Portability Kit for the page flows... but what about the
    Runtime engine itself?
    Also, does anyone know what is contained in it or how it is deployed. If its as
    simple as a jar that could be moved over that would be nice... but I doubt its
    as simple as that. thanks!

    Blake--
    The "Runtime Engine" that you mention is the Workshop controls
    runtime. Carl Sjogreen addresses portability in a post in this
    newsgroup from 9/24/2003. Instead of rephrasing his comments, I've
    pasted them below and suggest the "Application portability" thread as
    good reading.
    Controls fall into the class of artifacts that can be built using
    Workshop but which are not 100% portable today. This includes controls
    like the Database Control and EJB Control. Remember, though, that
    controls are often abstractions over standard J2EE technologies; in the
    case of these controls for example, the underlying technologies are just
    JDBC Prepared / Callable Statements and existing EJBs.
    The portable version of Page Flows does not support controls, but it
    does support all of the J2EE technologies such as JDBC, JNDI, EJB, and
    so on.
    Hope that helps...
    Eddie
    ::::: Application Portability from 9/24/2003 by Carl Sjogreen
    John --
    Good question. We're constantly pulled between delivering innovation
    and value to our customers and ensuring that the applications we build
    are standards based and portable. Here's what we are doing to address this:
    1) You can always build 100% standard based applications in Workshop
    that are as portable as any other J2EE application. Write Java files,
    use EJBgen to create EJBs, etc.
    2) Where we innovate, we innovate on top of existing standards. Witness
    what we are doing with Pageflows, which is built on top of Struts. As
    Web Services standards mature (JSR 109 in particular) we'll move JWS
    files to support 109 deployment artifacts.
    3) We are aggressively pursuing standardization, portability, and open
    source for innovations we introduce. A few proof points:
    * The key innovations behind JWS files are being standardized as part of
    the Java Community Process in JSR 181. When this standard goes final
    (early next year hopefully) you'll be able to take your JWS files to
    other platforms.
    * We will provide "portability kits". In SP2 (due later this year)
    we'll provide a portability kit so you can take any pageflow file and
    run it on other J2EE containers. This basically includes a set of stand
    alone build tools and the few runtime classes we've added on top of struts.
    * We've open sourced key technologies like XMLBeans. XMLBeans is now
    being incubated as part of the Apache Software Foundation
    (http://xml.apache.org/xmlbeans).
    So I think you'll find that while not everything you build in Workshop
    is 100% portable today, a lot is, and more will be down the road.
    Any questions, please let me know.
    Best,
    -Carl
    Carl Sjogreen
    Group Product Manager
    WebLogic Workshop
    "John Reynolds" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    Thanks for forwarding this on to your Product Managers.
    Application portability is one of the big selling points for Java, so
    it would be a shame if Bea did not have runtime licenses for deploying
    the workshop runtimes on any J2EE certified app-server. I don't think
    my company has any problems in paying for quality software, but they do
    have problems when the "Write once, run anywhere" Java pledge is broken
    (since that's what sold them on Java vs. .Net in the first place).
    Having said that, I really applaud what Bea has done so far. For
    example, Bea's donation of XmlBeans to Apache was a truly great thing.
    Blake wrote:
    Eddie,
    The "Weblogic Workshop Internals" document also talks about the "Runtime Engine".
    Here is a blurb from the top of the doc: "<contains> a runtime infrastructure
    that supports application features; the runtime consists of J2EE components deployed
    on WebLogic Server "
    Later in the doc they mention some EJB's such as the SynchBean and AsyncBean which
    utilize JMS. This is the info I need to provide my client if they decide to port
    to another app server. We now know that the webapp is portable... its the J2EE
    components that is the final piece of the puzzle. thanks!
    -Blake

  • Networked J2ME app hanging on send

    Hello there,
    So, I have a network aware j2me app that does a LOT of talking with a server in order to stay synched (yes, we realise lots of network traffic could be expensive for the consumer -- this app is being developed at the request of a carrier..heh).
    I, like many people here, was having LOTS of problems using POST. The errors were frequent and insanely difficult to track down. So, at someone's suggestion, I switched to GET (pass the packet data as a parameter in the query string). Performance is definatly better...but still not perfect..
    The problem I have now is very strange: After several minutes (anywhere from 2 to 5) of sending data packets to the server without incident, my sending thread will just freeze. Its still running, only no data is able to get sent to the server. This, of course, basically breaks my application.
    If I leave it running for several minutes, eventually I will get an "IOException: malformed response message" error, and then it will start sending again. Generally speaking, though, once this first freeze has occured, subsequent freezes are frequent.
    Has anyone experienced a problem like this before? I would have sworn I read a thread about this issue on a J2ME forum recently, but I can't, for the life of me, track it down again.
    If anyone has any ideas, I would be greatly appreciative.
    Many thanks, in advance,
    Ben Mattes.

    Me again.
    Ok, let me try to be a little more precise in what exactly I need. :)
    What is happening is that after several minutes of succesfull data transfer between client/server, a connection is being opened to the server succesfully, but data isn't getting transfered. Sometimes it takes up to 5 minutes for this data (a string less then 100 bytes long) to get transfered. Something is obviously getting hung up somewhere.
    Checking deeper we can confirm that there is indeed a hang in the connection object. However, we don't know what to do about it.
    The device we are working with has a maximum of 2 concurrent connections allowed, and we currently use both already (one for incoming, one for outgoing). We can't just open another connection and wait for the stalled connection to timeout.
    Is there any way we can force a connection to just STOP whatever its doing? It is not our method that is caught in a loop. Its most definatly something in the connection class. Will setting the connection in question to null then forcing a garbage collection cause it to stop whatever it is doing, allowing us to open a new connection and re-attempt the data transfer with the server?
    Not sure if this makes it a little more clear.
    Any help would be greatly appreciated.
    -Ben Mattes

  • How to use pointerPressed() in j2me app running in Windows mobile

    Hi
    Can someone tell me how to add pointerPressed() support in command area(the bottom rectangle enclosiing the keyboard icon) in windows mobile.
    Our J2ME app is running in windows mobile(5.0) however even after setting fullscreen mode to true,pointerPressed() does not work on the bottom area of the screen where the keyboard icon is.It however works on all other screen region.
    Thanks in advance.
    Abhishek

    so are you saying that pointerpressed doesnt work after setting Setfullscreen mode?

  • Programming the USB port with J2ME

    Hi:
    I searched for information on the Internet on this subject but found nothing good. I wonder if you can program the USB port on J2ME to write and read data.
    If the answer is yes, someone has some simple example? I use NetBeans.
    Thank you very much.
    Frederick (Translated by Google)
    Edited by: fede1976 on Jan 6, 2010 9:24 PM

    Hi:
    Thank you very much! I watched this document and apparently not very difficult.
    My question now is more general: most current phones, regardless of the company that manufactures, allow reading and writing from the USB port from J2ME?
    Thanks again.
    Frederick (Translated by Google)

  • Create J2ME application at iPAQ Pocket PC/PalmOS?

    Hello everybody.
    I would like to develop an application(J2ME) that will be run under mobile phones and PDAs. We were thinking to develop this application at mobile phones that have Symbian OS(7.x), PDAs that run PalmOS and also WinCE.We wondering if we can develop just one J2ME application, and run it through Mobils(SymbianOS),PDAs(PalmOS/WinCE).The application will be big enough.
    Of cource, we are not thinking to develop this application using java libraries which are specific for each of the above platform(e.g. flashlight() for NOKIA phones).Just the general libs that are supported by J2ME API.
    If anyone has developed a J2ME application at iPAQ( and the problems he faced or not), I would really appreciate to give me some suggestions-guideliness, before I start developing.
    However, it will not be a problem for PalmOS devices.(MIDP 2.0 supports that)
    If you also think that some problems will be arise by PalmOS, please give me your help.
    Thank you.

    Hello and thank you for your help(need j2se and not j2me for iPAQ).
    I downloaded the Jeode, which can be useful to run Java Applets and it can be also used as JVM.My iPAQ is quite old(3800) so I can not use the creme VM.
    However, I have laready run an Applet and j2se standalone application.It seems that works ok until now.
    On the othed hand,the PalmOS application must be implemented onto J2ME as far as I know.Am I right?

  • Listening port in oracle app. server 10gR2 in window 2003

    Hi Experts,
    How to find a listening port number of app. server?
    Thanks,
    Jim

    Check on the midtier home, the %ORACLE_HOME%\Apcahe\Apache\conf\httpd.conf file for port directive. Or if you have SSL-configured on the AS, the check ssl.conf file in the same location for the same directive.
    or Alternatively, log on to the EM for midtier. Go to ports and see the Webcache port for listen.
    Remember that these will be the listen ports for Webcache. For port where OHS will listen can be obtained by looking for Listen directive in the above files, and on EM, the port listed for OHS Listen (or SSL Listen, in case of SSL).
    Edited by: AMN on Dec 2, 2008 10:42 AM

Maybe you are looking for

  • Permission denied - unable to "compress" file

    Hi I have a weird scenario which I would need help on. SunOS mysvr 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-880 I have a user "myuat" which belongs to a group "pc" # id uid=30008(myuat) gid=101(pc) and in /etc/group pc::101:otheruat,myuat I a

  • Bluetooth not working correctly after upgrading.

    I have Lenovo G580 Notebook. I recently upgraded from Windows 7 to Windows 8 (32-bit). In Windows 7, the Bluetooth software used to work with no problems. But since I've upgraded to Windows 8, the Bluetooth device doesn't function well. I had install

  • Acrobat X Pro - subforms best practice?

    I'm finding lots of advice for subforms for LiveCycle users, but wondering the best way to handle conditional subforms to present to the user as they fill out my form. I'm new to X Pro and wondering if there is a terminology or utility I don't know y

  • "Burn" Is Not Applying CD Name

    Hi, When I burn my CD from Waveburner 1.5.1 the CD name ends up being "Audio CD". I've filled out all the Disc Options and Mastering Notes. When the CD is in my computer drive it should show the title of my CD not "Audio CD". It's two CD's so I need

  • Wrong approval preview: One Sptep Approval WF in PO WS14000089

    Hi Gurus! We are using SRM 5.0 and we need to set up the WF WS14000089 for approving changes in POs. The problem is that, we will not have the responsible for the approval under the Purchasing Organization, as we will replicate the PPOMA from R3. So,