Windows Mobile 6.1 - JAVA MIDP 2.0

j know if it is possibile to run application forms 10g on a mobile phone with
Windows Mobile 6.1 - JAVA™ MIDP 2.0 using ie explorer or opera.
Thank's for Replay

In theory the main requirement on the client is a browser and a JVM for running the applet - so in theory if you have that, you can. But in practice I don't think you are going to get this to work (and it probably wouldn't render particularly well on such a small UI). There are much better technologies for doing this. So I'd suggest you don't try this in FOrms.

Similar Messages

  • SSO problem on Windows Mobile with WAS Java 7.0 and R/3 4.7

    We have a curious single sign-on problem with custom WM-app.
    The application is developed using WD Java and currently runs on WAS 7.0 SPS10. WAS makes calls to several RFC:s on 4.7 Enterprise and authentication is done using SSO.
    The enduser device is a handheld running Windows Mobile and the browser is a vendor (HHP) provided Mobile IE based HandHeldWeb. Because of the poor usability of the default login on handhelds we created a custom J2EE Web Application JSP which does the login to the WM-app.
    On a PC browser everything functions normally, but occasionally with the mobile device no data from R/3 is displayed. As if SSO didn't work. Sometimes, if transaction 1 doesn't work and the user comes out of it, then runs transaction 2 which makes an RFC call and then returns to transaction 1 it works. Sometimes..
    This problem does not occur on mobile device when the default login is used. And as stated previously, on a PC the custom login works fine.
    -Erno

    Hi,
    Currently SAP is selling the Software in Business Suite .
    If you are purchasing the SRM 7.0 .It will come as Business suite . It will contain
    1. SRM 7.0
    2.CRM
    3.PLM
    4.SCM
    5. ECC 6.0 wiht Eph 4
    When you are getting the ECC 6.0 in this package why to use  SAP R/3- 4.6C
    So better you upgrade both the SRM and R/3.
    I would like to know if SRM 7.0 and R/3 4.6C is compatible in first place.Will it work?
    It will work but in the long run you will get lot  of Problem.Since SRM 7.0 is Based on Webdynpro technology
    Regards
    G.Ganesh Kumar

  • Is new Windows Mobile VM for Java ME in new SDK 3.0 for common users?

    Hi,
    There are bunch of buggy VMs for WM Platform such as Esmertec JBED, Esmertec JBLEND, IBM J9 etc. They have lot of bugs and they don't support neccessary JSRs. Now I have read about Windows Mobile integration in new SDK 3.0 EA for Java ME - I undestand that there is a new VM for WM from Sun, is that right? But when I installed CAB version, it seams it is just for on-device debugging with connected Wireless Toolkit on PC. I can't launch midlets located in my WM device on it. Is there also VM for common users? So they could install virtual machine and then install their midlets? I think many developers and users would apreciate it. Or is it at least in plan to release such VM?

    Jackson_Bill wrote:
    What IDE are you using and what platform?Read first.
    Moh Bob wrote:
    I'm using J2ME platform SDK 3.0
    db

  • How To install Java Application[J2SE] into Windows Mobile

    Hi All,
    I have developed an application for Mobile devices[ Windows Mobile] exclusively using Java[AWT].When I try to install , the application in mobile, i got the following error.
    *"MIDlet cannot be installed because critical information is missing from the MIDlet file (.jar). - 13 Please contact the MIDlet provider for more information."*
    I didnt use any midlet classes in my application. So my question is, what the above error denotes? and How to install
    java[AWT] application into mobile?. What are all the requirements to install the application?.
    Thanks in advance.

    Hi David, thank you very much, your information was very useful, finally i got the work done.
    The problem was with the JVM which is im used in my Windows Mobile. And im installed CrE-ME in my mobile
    to execute java application.
    The following link has the details of how to install the JVM and execute the aplication (.jar ).
    http://javatolearn.blogspot.com/search/label/Java%20in%20Windows%20CE%20with%20CrE-ME
    Thanks and Regards
    Baskaran

  • Is Microsoft Windows Mobile  full java compatible?

    I' d like to know if Microsoft Windows Mobile is full java compatible
    for example can i use swing or awt applications?
    can i use jre1.4 o jre1.5 in this OS ?
    Thanks

    J2ME, probably, but I doubt the full J2SE

  • Running CLDC applications in Mindows Mobile using sun-java-cldc-emu.cab

    How to run CLDC applications in Windows Mobile using sun-java-cldc-emu.cab present in Java Me Platform SDK 3.0. I read the 'Java ME Platform SDK and windows mobile integration.pdf' before installing the cab. But after installing the cab the jar or jad files aren't getting associated with the JVM. When I click the jar it says 'there is no application associated with "filename". Run the application first, then open this application from within the application.' I can't find any option to open the jar file from within the Sun Java CLDC Emulator application.
    I'm using Windows Mobile 6.1 Professional Images.
    Is it possible to run this JVM like IBM J9 and CrEme? Is it actually a JVM??
    Please help.

    Threre are many JSR's to give extensive support for developers, however, it is phone manufactures would impl. JVM/spec support on their devices. This is similar to JVM api for desktop, one can't extended the JVM features which take native os support, even if they do one machine.. others using it will not be able run your application as these systems relay upon standard jvm from Sun.
    Wish you good luck.. if you are building the entire phone stack..
    Regards,
    Raja Nagendra Kumar
    Edited by: rajanag on Jul 29, 2009 10:44 PM

  • How to Run a Hello World Java application on WIndows Mobile

    Hi!
    We have a sample Plug-in environment Java application downloaded from http://www-128.ibm.com/developerworks/library/os-ecl-ercp/index.html - IBM library.
    We have downloaded the source files org.eclipse.testworkbenchapp_1.0.0.jar and tried running the application on desktop PC, this worked fine.
    We are using Eclipse 3.2 to run this Java application on Desktop.
    Now, we are trying to run the same application on Intermec Windows Mobile 5.0 device.
    1. The device has IBM J9 ? WebSphere MicroEnvironment MIDP 2.0 for Windows Mobile2003 installed in it.
    2. On installing this on Windows Mobile, in Start ? Programs ? we find MIDlet HQ - on launching this, opens a window with Install button.
    3. On Click on Install button, another window opens which asks for URL to install.
    4. In the URL Edit box, I give file:////Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar which is present in \MyDocuments\Update site folder copied from desktop workspace via Active sync ? As mentioned in the above IBM library site.
    5. I have also tried file:////MyDocuments\Updatesite\Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar as input to URL.
    6. On click OK, I get an error titled AMS Error with description The application descriptor was missing the required MIDlet Name field.
    I am held up here and not able to move further.
    As mentioned in the above IBM library site I tried downloading the update site folder via Eclipse ? Software Updates ? Find and Install in Help menu.
    I selected Search for new features to install and browsed the Update site folder location present in my Eclipse workspace. This also does not work.
    Any help in this regard in greatly appreciated. Thanks in advance!

    I would ask such questions in the J2ME forums, or even better in a websphere forum, like here:
    http://www-128.ibm.com/developerworks/forums/wsdd_forums.jsp

  • How do I install Java on my Windows Mobile?

    Hi there, I'm trying to install Java on my Mobile Phone but can't find the right file and don't know how to install it.
    This seems perfect but the link is way out of date and the file doesn't seem to exist anymore
    http://www.makeuseof.com/tag/install-java-windows-mobile/
    Does anyone know where I can get Java for my mobile phone? I have a m88 MiPhone with Windos Mobile 6.1 if that helps.
    Cheers

    If your phone vendor doesn't deliver a runtime with the phone or for download on their website, there is little chance you are going to get one.
    There are a few third party runtimes you can Google for, but most if not all viable ones are not free.

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • How to access emails in windows mobile using java?

    is there any facility in j2me to access email folders like inbox or sent in windows mobiles?
    Thanks in advance,

    See this, it may help you
    http://www.trustice.com/java/jnireg/

  • Java me for windows mobile 5.0

    I am trying to download java ME to my motorola Q but I don't know exactly how to do it and what links to pick. I want to ensure that I don't load the wrong one to my phone

    I looking for java fro PDA [i-mate k-jam oprater with windows mobile 5
    any one can help                                                                                                                                                                               

  • Java on Microsoft Windows Mobile 5.0

    Hi,
    I am learning CDC. I have trying to see the code that I have written works on Microsoft Windows Mobile 5.0. I have done the following:
    When selecting New Project I have set the following options:
    Java Platform: pJSCP V4.10.B097.100206
    Device: Default
    Profile: PP-1.0.
    I have added the following code in the main() method:
    try {
        UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());} catch(Exception exception) {
        System.out.println("Error loading L&F: " + exception);
    }I have NSIcom CrE-ME V4.12 and Microsoft Windows Mobile 5.0 MSFP Emulator Images installed.
    I have Started CrE-ME410_swing.CAB on the Windows Mobile.
    To run the Application I have done the following:
    Right-click the project and choose Properties.
    Under Categories, choose General.
    Choose the NSIcom tab and check Run in remote VM. Click OK to close the Properties page.
    Choose Run > Run Main Application.
    I get the following error:
    nbproject\build-target-impl.xml:75:Remote VM does not exist in specified location: \Windows\creme\bin\CrEme.exe
    I have tried for a few weeks now and this error still appears. I have done the following:
    Created new projects and tried again.
    Removed all software like Microsoft Windows Mobile 5.0 MSFP Emulator Images, NSIcom CrE-ME and installed again.
    Looked on google but could not find much information.
    I have been following the following: http://www.netbeans.org/kb/55/1/quickstart-mobilitycdc.html
    Do you know what this is and how to solve it?

    Q1
    Will Java run on win Mobile 5.x - I have bought aYes, and no. You can get JME for PPC, and some editions of J2SE. But they are not all free.
    http://www.comp.lancs.ac.uk/~fittond/ppcjava.html
    If Java will run can I use Swing etc or will I have
    to use one of the mobile versions of Java - if so
    which one ?Some do, some don't.
    Assuming there is a positive answer to Q1 is there an
    Emulator for the Axiom 640 x 480 ?What kind of Emulator do you want? I have had a C64, Amiga and Gameboy emulators on my HTC Wizard.
    If you are only targeting you device, I recomend learning C#, and using .NET CE.

  • Java on Windows Mobile 5.0

    Good morning,
    I am working ona project for a client, which involves an application to be coded for a PDA running Windows Mobile 5.0. The PDA in question is the Dell AximTM X51v. Will J2SE run on this platform, and if not, where can I find a runtime environment for that platform?
    Thanks!
    Dave

    Q1
    Will Java run on win Mobile 5.x - I have bought aYes, and no. You can get JME for PPC, and some editions of J2SE. But they are not all free.
    http://www.comp.lancs.ac.uk/~fittond/ppcjava.html
    If Java will run can I use Swing etc or will I have
    to use one of the mobile versions of Java - if so
    which one ?Some do, some don't.
    Assuming there is a positive answer to Q1 is there an
    Emulator for the Axiom 640 x 480 ?What kind of Emulator do you want? I have had a C64, Amiga and Gameboy emulators on my HTC Wizard.
    If you are only targeting you device, I recomend learning C#, and using .NET CE.

  • Installing java on Windows Mobile 6.1

    Hi,
    I'm trying to install jre on windows mobile to execute some midlets. I had to install CLDC emulation on a Windows Mobile Device but It can't execute my Midlets.
    What's wrong? Exist another way to execute Java ME programs on Windows Mobile?
    Please, I need some help.

    reuber wrote:
    Hi,
    I'm trying to install jre on windows mobile to execute some midlets. I had to install CLDC emulation on a Windows Mobile Device but It can't execute my Midlets.
    What's wrong? Exist another way to execute Java ME programs on Windows Mobile?Unless the mobile phone vendor delivers a proper JME runtime itself, there is not.

  • POL-8000: could not start the Java Virtual Machine (Windows Mobile)

    I have created a Java stored procedure in my OLite database. It runs just fine when I am running OLite in the context of a standard x86 JavaSE JVM. However, when I try to do the same on a Windows Mobile device, using IBM's J9 CDC JVM, I always get the POL-8000 error. How can I configure OLite to use this JVM? Or are Java stored procedures not support in this scenario? Thanks.

    Hi.
    Usually, this happens when there is no JDK in the PATH system variable. JDeveloper and WLS will work, but some external tools will fail. Can you please ensure that you have a reference to the <tt>bin</tt> subfolder of a Java SE 6 JDK in it? You should get something like this when you execute <tt>java -version</tt> on the command line:
    java version "1.6.0_37"
    Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)Best Regards,
    Frédéric.

Maybe you are looking for

  • Loaded iLife'008 and now sent email gets stuck in outbox

    Folks, I refreshed to OS X 10.4.11 2 weeks ago and it has been a good upgrade. Tuesday night 09-16-08 I loaded iLife'08 followed by a software update. From that time on my sent mail is stuck in the outbox with the following error message. "This messa

  • Adobe acrobat 8.0 professional question

    Hi. I am implementing adobe IAC through powerbuilder for manipulating pdf files. This powerbuilder application has to be pushed to 'n' number of users. Do all the users need to have adobe acrobat professional 8.0 to successfully manipulate the pdf fi

  • How do I change the name of my iTouch?   The one visible when you sync in iTunes

    How do I change the name of my iTouch ?   The one visible when you sync the device in iTunes, same as for iPhones, etc

  • Error in dependencyCheck java.util.zip.ZipException: invalid entry CRC

    Hi, While running java/j2ee project in Linux, i got error like dependencyCheck, what is the problem for this error, how to slove??? If i run this project in windows operating system its working fine.. The error is like... dependencyCheck java.util.zi

  • Error when executing report

    Hello, When trying to run a report on the web, at the execution, when the report should show data, the page appears blank. When debugging the following error appears: An exception with the type CX_SY_PROGRAM_NOT_FOUND occurred, but was neither handle