JVM for PocketPC 2002

Hi NG,
does anyone know a vm for the OS PocketPC 2002?
Superwaba and Jeode runs only Windows CE as far as i know.
I would be deeply grateful for any proposals, except kicking
PocketPC 2002.;-)
Greetings,
Sigi

hi sigi,
i think IBM J9 might be the answer. And if you are already familier with eclipse, you will enjoy programming with IBM WSDD.
-fatbrain73

Similar Messages

  • JVM for iPAQ 3800 series

    Hi,
    I am completely new to PDA. I am currently working on a research project involving PDA (iPAQ 3800 series) in which I am trying to install JVM (free or open source) under PocketPC 2002 (OS) to run Java application. Sun has no longer support the free download for PocketPC 2002, only for older Windows CE OS but my PDA has to run under PocketPC 2002.
    I have a Java application that runs well in jdk 1.4.1_02. Now, I am
    trying to run it in PDA. Any assistance is highly appreciated?
    Thanks

    Jimmy if you have any luck, please let me know as i am in exactly same position! its quite frustrating!

  • How high is the demand for CHEAP CDC-JVMs for CE&Palm?

    Hello!
    I am working for a company and we are currently looking how high the demand for almost-complete CDC (not certified) JVMs for PalmOS and Windows-CE/PocketPC is.
    Is there any demand and how much are you willed to pay.
    We plan the current licensing scheme:
    for developers 250$ and free delivery with YOUR program
    5$ per license for users.
    Any ideas - what do you think. Does anybody need this?
    Thanks in advance, lg Clemens

    First of all a big thank you for taking the time to answer my question!
    I think the demand for a cheap almost complete CDC is
    very high. I called them and
    d it's about $1000 for 40 handhelds.I know - our company also asked Creme, but it was so expensive that we lost our interrest in the Handheld area.
    What me wonders is why so few people have responded if the demand would be really so high - developing such an enviroment costs a lot of money..
    The $5 per
    user is a good idea though.Well, we rethought our licensing model and came to the conclusion that we simply cash by handheld:
    1-5 licenses: 10$
    5-35 : 8$
    35-100: 6.5$
    100+: 4$
    however thats just an idea, the project is not final - since it looks like nobody is interrested in this area...
    Btw. could you please answer just some different questions:
    - whats the maximum tolerable size?
    - how important is a JIT - we have definitivly a lack of JIT experts.
    Thanks in advance, lg Clemens

  • SSP5: Using multiple JVM for load balance performance?

    Sun 12 MAY 2002
    Apps 11.0.3
    SSP5 patchset I
    HP UX 11.0
    db 8.1.7.2 (64-bit)
    Load 60 concurrent sessions, each spawning 2.5 - 3 http connections.
    CPU 3:750Mhz
    RAM 8G
    Is anybody using multiple JVM for load balance?
    What is your ratio of JVM to concurrent iP sessions?
    Are you running Apache/Jserv on a server with any other applications, or is Apache by itself?
    If you are not using JVM, how many httpd processes do you get before Apache implodes? We stopped in the water at 90 httpd processes, but performance degraded starting at 70 sessions.
    Thx - Don

    Using Web Cache to load balance servlet-based Forms (6i and 9i) is unofficially supported. I say "unofficially" because we have actual customers doing it and getting support, but the 2 development teams (Forms and Web Cache) haven't actually done any integration testing of this sort of configuration yet. For your case, please contact your Support rep and ask what was done to use Web Cache as a load balancer for Forms6i at METRO in Germany. The Forms product managemment team is writing up a white paper to describe how to do it, but until then, you'll need to go through Support. Please contact me if you want more information.

  • Linux: which toolkit is used in JVM for heavyweight components?

    Hi,
    which toolkit is used by the Linux-variant of the JVM for the heavyweight-components? GTK?
    Oxy

    java.awt.Toolkit is abstract. He means what implementation is used (motif-based, etc.). For example, sun.awt.motif.MToolkit.
    It might vary from one Linux variant to another (and from one JVM version to another), I'm not sure. But for any particular Linux system, you can run this program to find out:
    import java.awt.*;
    public class test {
       public static void main(String[] args) {
          System.out.println(Toolkit.getDefaultToolkit().getClass());
    }Edited by: BoBear2681 on Apr 24, 2008 3:37 PM

  • Update JVM for Sun Java Application Server8

    Hi:
    I am wondering how do I update the JVM for an already installed Sun Java application Server 8. Does any one know how to do this? Thanks

    user4877326 wrote:
    Hi Experts,
    Need some good links and documentataion for "Sun Java Application Server". When I am making a serch for this I am getting links to Glassfish.
    So please help on the documentation for Sun Java Application Server .
    Regards.This is because Glassfish is the same product as Sun Java Application Server in that regard.
    The versioning goes as follows:
    Kiva Enterprise Server 1.x
    Kiva Application Server 2.x
    Netscape Application Server 4.x
    NetDynamics 5.x
    SunOne/iPlanet Application Server 6.x (merger of NAS4 and ND5)
    Sun Java Application Server 7.x = SunONE/iPlanet Application Server 7.x
    Sun Java Application Server 8.x = Java Enterprise Server Application Server 8.x
    Sun Java Application Server 9.x ~= Glassfish 2.x
    Glassfish 3.x
    Clear now? :)

  • Same JVM for multiple Frames in a web application

    Hi guys,
    I have a web application that loads an applet during login. Once the login is completed, the web application will display the available functions accessible with a menu on the left frame and the main display page on the right frame. Whenever any form action is perfomed on the right frame, the jvm with the login session seems to exit (java console closes) and the applet will be loaded to prompt the user to login again. The JRE installed on the Windows client is 1.6.0_14 from SUN.
    I'm guessing that the different frames are using different JVMs?
    Is there a way to use the same jvm for a web application with multiple frames? I want to prevent the case where the user will have to login again.
    Thanks for any advice!
    - Zen -

    I have sort of the same problem
    [Identical applets in the same JVM, next generation plugin issue|http://forums.sun.com/thread.jspa?threadID=5396118]
    I have submitted a Request for enhancement to SUN to allow forced grouping of applets in the same JVM.
    Sort of the opposite of the "separate_jvm" Applet tag parameter.
    It seems there is currently no way to do this.
    [New Plugin command line args|https://jdk6.dev.java.net/plugin2/jnlp/#COMMAND_LINE_ARGS]
    When per-applet JVM command-line arguments are specified, it is likely that the new Java Plug-In will need to launch another JVM instance in order to satisfy them. In other words, it is unlikely that a preexisting JVM instance will have been started with the correct set of command-line arguments to satisfy the current applet's request. The rules for exactly when a new JVM instance is launched to start a given applet are deliberately left unspecified, as this functionality is brand new in the 6u10 release and may need to change in subsequent releases. Here is a rough set of guidelines for the sharing and creation of new JVM instances:
    * If the command-line arguments used to start a preexisting JVM instance are a superset of the requested arguments, the preexisting JVM instance will be used.
    * If a JVM instance is launched for the "default" set of command-line arguments (i.e., those specified in the Java Control Panel, with no per-applet arguments specified), then this JVM instance will never be used to launch any applet that has even one per-applet command-line argument.
    * -Xmx is handled specially: if a preexisting JVM instance was started with for example -Xmx256m, and a new applet requests -Xmx128m, then new applet will very likely be run in the preexisting JVM instance. In other words, -Xmx specifications are matched with a greater-than-or-equal test.
    There is no way to "name" a JVM instance used to launch a particular applet and "force" subsequent applets into that JVM instance.
    See the section on the separate_jvm parameter to isolate a particular applet in its own JVM instance, separate from all other applets.

  • Need Help regarding the JVM for the ARM926EJS Processor

    I Want to develop an application in java for the IMX.27 board which has ARM926EJS Procesor. This processor is jazelle enabled hardware.
    My questiion is that how to get the JVM for this. So that i will use my Java appliaction. I am using linux OS.
    Thanks in advance.

    Hi Narendra,
    Sun actually has a VM for the ARM ... well, actually 2 VMs for the ARM. Depending on your needs, there's a solution for JavaME CLDC, JavaME CDC, or JavaSE. There's also the open source implementations for CLDC and CDC. Here's how to get more info:
    JavaME: http://java.sun.com/javame/index.jsp
    CLDC open source project: phoneME Feature: https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemefeature
    CDC open source project: phoneME Advanced: https://phoneme.dev.java.net/content/phoneme_platforms.html#phonemeadvanced
    Embedded SE: http://java.sun.com/j2se/embedded/offerings.html
    email inquiry to: [email protected]
    Regards,
    Mark

  • Server JVM for JSDK 1.4.1 (Windows)

    Where can I get the server JVM for JSDK 1.4.1 ?
    C:\>java -server -version
    Error: no `server' JVM at `C:\Program Files\Java\j2re1.4.1\bin\server\jvm.dll'.
    I also checked the j2sdk1.4.1 install directory and the server jvm is not packaged with it either.
    The Solaris version came a server jvm, but not the windows version. Is there a separate server VM download for windows ? If so where is it ?

    I'm using 1.4.1 RC; on my install it is:
    c:\j2sdk1.4.1\jre\bin\server\jvm.dll
    for some odd reason, it is not installed into the C:\Program Files\Java... You can move it there manualy and it works.
    If anyone has any detailed info on why, please post a link; I'm curious.
    - Chris

  • WebToGo on PocketPC 2002

    Hi,
    I successfully installed the TODO-Tutorial of the WebToGo-Manual on a Win32 machine. Now, I want to install it on my PocketPC 2002. When I connect to http://ip-adress/webtogo/index.html the login-site appears the Pocket Internet Explorer shows the site but the fields to insert the username and password do not appear.
    Can somebody help me in using WebToGo on my PocketPC (the tutorial only describes using the tutorial on Win32) ?
    Thanx,
    Martin

    webtogo is only available on win32, probably because the mobile web server and servlet container won't work or fit on most handhelds...?

  • JVM for Commodore 64

    Help I need a JVM for the Commodore 64, I am trying to run my Traveling Salesman program on a Beowulf Cluster of C64's and can't find the JVM anywhere. If you can help I will give you Dukes!

    Nice! (and thanks for the duke, btw, I'll cherish it always). I've been unable to find any 100 Mbps nics for you, but I think there's a box of old token ring cards around here somewhere, maybe we can figure something out there. I don't know if anyone's writing massively parallel Java out there - resources might be a little hard to come by. Maybe we could scale down the initial project to something more like that appointment tracking app that has been giving people around here such trouble?

  • User exit for infotype 2002

    Hi ,
    The requirement is making the WBS Element field mandatory ONLY for infotype 2002 cost assignment pop up in pa30.Is this any user exit check.
    regards,
    srinivas

    Hi srinivasarao,
    1. Enhancement name is PBAS0001.
    2. Inside this FM is
       EXIT_SAPFP50M_002
      (for checking while saving)
    regards,
    amit m.

  • Updating default JVM for USA 2007 Daylight Saving Time (DST) Compliance

    As mentioned on various notes on metalink on DST compliance, I got around to updating the JVM on my OracleAS 10.1.2 on Linux. As per note 397281.1,
    "Apply the latest in the major series if the specific version above has been superseded by the vendor"
    So, I downloaded the following version from Sun: java full version "1.6.0-b105" (JDK 6.0) and followed note 272808.1 on how to update the default JVM for 10gAS.
    The middle-tier starts just fine but the OC4J_BI_Forms and Reports Server continually shutdown and restart.
    Has anyone gone down this road? Any comments appreciated.
    Manish

    Hi,
    We have a bug to track assessing this issue, but have not done so yet. I'm speculating, but it may turn out to just require an automatic update from Windows.
    Regards, Stephen

  • JVM for various OS

    I new to Java,I have one basic doubt regarding JVM,
    Is JVM designed by the OS developers or SUN itself design the different JVMs for the different Operating Systems?

    Hi harish...
    Because of Java portability feature .. the java program's transformation process, from source code to machine executable, into 2 steps....
    * 1 .Step..
    i.e example.java to example.class ( using "javac" compiler it is converted to "bytecode" i.e "class" file)
    there is nothing big deal about this "class" file (bytecode).Its just a simple flat file having JVM(java virtual machine) instructions and symbol table of java's flavour( also called runtime constant pool table, having references to runtime variables and methods etc.. that is need at linking process, to execute the program)...
    * 2.Step..
    tranforms the class file ie..
    from example.class to machine executable(using JVM )
    JVM is interpreter that reads JVM instructions from the class file and transfroms them into appropriate machine equivalent code of the host machine...
    purly speaking interpreter is more robust than compiler .. for extremely runtime error prone programs...and more over JVM instructions are siblings to assembly code and thus requires interpreter rathar than compiler...because at the end of the any CPU executes only one instruction at a time....
    Hope I answered your question.....

  • JVM for Wince 5.0

    I developed a Java program. I have swing-rmi in my program. Now I need a cheaper or free JVM for Wince 5.0 (Arm9 board). Can you help me?

    For WM 5.0 you will find 2 JVMs
    One is for CDC and the other one MIDP/CDLC
    So depending on the project you want you will have to chose.
    J9 JVM last version is 6.1 for both.
    here is a download link, note that you need to be registererd on IBM website(but if not, you can do it, it's free, just takes a few minutes to feel the form fields).
    https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?pkgid=&S_SRCID=weme&source=weme&S_TACT=104CBW71&S_CMP=&S_PKG=dl61_win&s=&ltype=input&l=English+U.S.&mtype=input&m=download&id=2006-04-06+13%3A40%3A42.143397R&fam=&cat=&cp=UTF-8
    You will be asked to loggin and after that you get the download page:
    What you need is:
    CDC 1.1/Foundation 1.1/Personal Profile 1.1 for Windows Mobile 5.0/ARM
    Executable file
    ibm-weme-wm50-arm-ppro11-6.1.0-20060321-073315... (45.3MB)
    download using http
              Download now
    OR
    CLDC 1.1/MIDP 2.0 for Windows Mobile 5.0/ARM
    Executable file
    ibm-weme-wm50-arm-midp20-6.1.0-20060321-073242... (41.2MB)
    download using http
              Download now
    Hope it will help,
    regards,
    Romain

Maybe you are looking for