JVM for a S45 Siemens Pocket PC?

Hello everybody. I have found an S45 Siemens Pocket PC from a friend of mine. It is very old an dI was wondering if it does support any Java VIrtual Machine to install on it.
I have already tried the Jeode(usual for Compaq iPAQ H3800,H3900 series and etc). It does not supported by this device.
It runs Windows CE(I could not find which version....)
If anybody knows which JVM it does support I would really be appreciated for.
Thank you.

You can search the web to figure out what version of PocketPC you have. Depending on your model, you can probably buy an upgrade CD to bring it up to PocketPC 2003. I think you can get these on EBay for around $10.
There are some PocketPC third party browsers that include Java plugins.
You can probably install Personal Java (JVM 1.1). Not sure where the download link is, but is is on the Sun site somewhere.
Finally, if you want Java 2 capability, you may want to look at KaffeCE. But you'll need to get the source and rebuild it.

Similar Messages

  • 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

  • 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?

  • 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.....

  • Writing Applications for Palm OS and Pocket PC

    Hi All,
    We are trying to architect mobile applications for both Windows CE (Pocket PC) and Palm OS which will access the local handheld database for storing and retrieving data. This local database will then be synchronized with the central database (via wireless or hotsync).
    Is it possible to write a set of common java code (J2ME) and be able to do the above task ?
    Thanks, Fazal

    it is possible to run MIDP apps on both. OR, you could wait until the PDAP for Palms comes out, which has some similar AWT components as PersonalJava/Personal profile running on WinCE.
    to run MIDP apps on Palm/POSE:
    http://java.sun.com/products/midp4palm/index.html
    http://www.blueboard.com/j2me/notes/2002_6_24.htm
    to run MIDP apps on Wince:
    http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=41&t=000851

  • 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

  • JVM for microsoft ie

    Hi All,
    if in formsweb we set the JVM for microsoft ineternet explorer ie=JInitiator
    we're not able to access the forms on the web at all, it just displays the outline and done.
    BUT
    if we set the ie=native and install the jinitiator on client....then we can access the forms on web but webutil doesn't work...BUT in this case on one machine running of NT fails to access the forms aplication on web.
    Any thoughts guys...Any help will be highly appriciated.
    Best Regards,

    strange.. in formsweb.cfg you should have set a version (plus some id) that identifies this. Were these out of sync?

  • Where to download Microsoft VM (JVM) for IE5

    Hi All,
    Seems Microsoft has removed the VM from their downloading site(updating still available). Anybody knows how to get JVM for IE5? Is there any alternative plugin available?
    Thanks!
    Louie

    Just do a search on google for msjavx86.exe and you will find it.
    Hint: Try http://www.krm.com/techsupport/tech-downloads_mvm.html.....

  • 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

  • JavaME Development:JVM for PDA

    Hi,
    I am working on RMI based applications for PDA and am having trouble finding a suitable JVM for the same.I am currently using Mysaifu JVM although it doesnt work well with the RMI Application.Please help me,am trying to do this since a long time.
    Thank you in advance.
    ketaki

    How much resources does it take to implement the J2SE? Does a PDA have them?

Maybe you are looking for

  • How to Know wich action is triggered

    Hi all, I want to know wich button is pushed within the badi BBP_PD_SAVE_BADI (esle in badi BBP_DOC_CHANGE_BADI). I know that i can get the action with the following code::       DATA: lo_transaction_context TYPE REF TO /sapsrm/if_transaction_context

  • Has anyone ever "lost" their library and all their playlists??

    When I first looked at my library today, all the songs (I have about 300 on my nano) were gone!!!! How can I get them back? I am worried that if I sync my Ipod I'll loose them for good!

  • Screen Flicker then Fade Pavilion dv6t

    Hi, I have had an HP pavilion dv6t-6b00 for about 1.5 years and have been running Windows 7 since I got it.  About a month ago, I started having issues with the screen flickering (horizontal lines appear sporadically on the screen, and then the scree

  • Download IMG into excel

    How can you download the IMG into excel in a WAS 7.0 or ERP system? Thanks

  • IFrame and PDF problems

    Hi, I have the Iframe pointing to a PDF. But when I do that none of the menus will appear. ie. The Iframe settings menu will not appear. And the sub menus off the main menu appear behind the PDF. Is there an easy fix to this? I'm not sure its Adobe's