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

Similar Messages

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

  • Does LV 7.0 PDA module support Microsoft Windows Mobile 2003 software for PocketPC?

    I am evaluating the possible use of PDA
    that runs Microsoft Windows Mobile 2003 software
    for PocketPC and would like to know if the
    LabVIEW 7.0 PDA module supports this software.
    I am planning to scan barcodes with this PDA
    and transmit this data over a WLAN to database.
    Thanks!

    Depending on the Pocket PC PDA type it is practical to add a barcode reader attachment and then use this as keyboard input into the PDA. You can look at a Grabba barcode Reader attachment (www.grabba.com)
    I work for Grabba in R&D and we are looking at demand in this area (which is why I was looking at the forum to try and determine whether a need exists).
    If we can help you let us know. I would be interested in knowing where you think this will help you. We have our own ideas but input from the field is most welcome.
    cheers

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

  • Pocket PC 6700 With Windows Mobile Java ISSUE

    Somebody Please help me! I bought a Pocket PC 6700 With Windows Mobile 5.0. I am trying to run an ".aspx" java supported extension for my Scottrade streaming quotes screen on my Pocket PC. Is there ANY java programs/downloads/patches, anything that will launch this app. with what I got? Im looking for a solution to this problem. Ive came across some research of it being a liscensing problem but I would think this kind of technology would be taken advantage of at this point with these new pocket PC's
    Thanks,
    Eric
    Message was edited by:
    ecw2

    Hello,
    I've had my PPC 6700 (Windows Mobile 5.0 pone/PDA) for a little over a year now, and I am in the same boat. I am using Bank of America for investing/trading and can not use the online streaming quotes, which is a java based tool for real time stock quotes....
    I also have done plenty of research with no success. I have tried several Windows Mobile 5.0 compatible browser like: opera, netfront, etc. but noting seams to do the trick.. Is there a version of Sun Java for Pocket PC's?
    Can anyone help?
    Message was edited by:
    rolyscity

  • Runtime error on Windows Mobile 6.1 after install

    I have a Windows Mobile 6.1 Classic device (non-phone),
    CE OS 5.2.21041 (Build 21041.1.6.0)
    Processor is an ARM1136 MX31
    Memory: 115.09Mb
    I installed the 3.0 SDK, and copied and installed the CAB file on the device per the instructions on the website.
    When I click on the "Sun Java CLDC Emu" icon, I get the following error message:
    "The file 'sun_jwc' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file"
    I tried removing and reinstalling - same error. Everything seemed to go ok with the CAB installation.
    Any suggestions as to what to check/test?
    Regards,

    Hello,
    we don't sign the java runtime cab nor the executables inside it. So to be able to run it on a device, the device needs to have security lowered at least to the level at which the user is asked for permission when he is installing / running an unsigned cab / executable. In the context of Windows Mobile security, it means that the device's security configuration needs to be set to "Two-Tier-Prompt", "One-Tier-Prompt" or "Security-Off" (see http://msdn.microsoft.com/en-us/library/ms839681.aspx for more details).
    Changing of the security configuration might require device manufacturer's or operator's assistance.
    In some cases it can be done by the user. Some of them are listed below:
    1) the user has a registry editor application which can run on the device and can change the device registry (such application needs to be signed by a certificate which is trusted by the device)
    2) the device has installed Microsoft Windows Mobile development certificates
    3) the device allows the user to install the Microsoft Windows Mobile development certificates
    Of these the 2 and 3 is more likely, so If it's your case, try the following:
    1) Install Windows Mobile SDK (http://www.microsoft.com/DownLoads/details.aspx?familyid=06111A3A-A651-4745-88EF-3D48091A390B&displaylang=en)
    2) Install "<WM SDK>/Tools/Security/SDK Development Certificates/Certs.cab" on the device
    3) Go to "<WM SDK>/Tools/PocketPC/Security/Security Configuration" and use one of the cpf file to change the device's security configuration (see <WM SDK>/Tools/PocketPC/Security/Security Configuration/ReadMe.txt)
    Regards,
    Java ME SDK team

  • Error while starting MI Client on Windows Mobile 2005

    Hi Everybody,
    I have installed the MI Client on my PDA. While starting the MI Client (on clicking of MI\start_me.html file) a popup has comming with the message  "<b>The page cannot be displayed because the server could not be found or a DNS error occured."</b>. I have also checked "jscpout.txt" file, and has contain an error message as "Installation toolkit parameters /MI/tool.properties not detected".
    Here are the details of the softwares installed:
    OS           : Microsoft Windows Mobile Version 5.0 OS 5.1.1702
    Processor : ARM920T PXA27x
    CrEme      : CrEme327a_AX_CE50_PPC_minimal.cab
    MI Client   : MI2.5 SP17
    Can any body please suggest me how to resolve this error.

    Hi Siva Kumar,
    Thanks for reply, your solution worked for me.
    Now I am getting a runtime error when I clicked on the deployed application link
    I have posted the error description with the subject
    <b>JSPerror : Invalid class file format (running with MI SP17)</b>
    Please reply this thread too.
    Regards,
    Murthy

  • Reconnecting a mobile unit with windows mobile

    how do I reestablish a windows mobile connection?  I had to break the partnership now I cannot reconnet a Trimble recon.

    Hi MontanaMo,
    "Windows Mobile software "
    Do you mean you are using  Windows Mobile Device Center ?
    If that is the issue ,please take the following steps to have a check :
    1.Keep your Mobile device connected to the computer.
    2.From the desktop, click Start, and then type devmgmt.msc in the Search programs and files box.
    3.In the Device Manager window, look under the Network adapters node for Microsoft Windows Mobile Remote Adapter. If this is not present, go to step 5. Otherwise, right-click Microsoft Windows Mobile Remote Adapter, and then select Uninstall.
    4. Look under the Mobile Devices node for Microsoft USB Sync. If this is not present, go to step 6. Otherwise, right-click Microsoft USB Sync, and select Uninstall.
    5.Disconnect and then reconnect your device. Your device driver will be reinstalled, and Windows Mobile Device Center will be launched.
    Here is a link fore reference :
    Description of Windows Mobile Device Center
    https://support.microsoft.com/en-us/kb/931937
    Here is another link for reference:
    I can’t connect my Trimble Windows Mobile device to my computer?
    http://fpimapping.com/i-cant-connect-my-windows-mobile-device-to-a-computer/
    NOTE: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • 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

  • Microsoft Windows 7 x64 Home Premium Edition (Build 7600) Dell Inc. Inspiron N7010 iTunes 10.7.0.21 QuickTime not available FairPlay 2.2.19 Apple Application Support 2.2.2 iPod Updater Library 10.0d2 CD Driver 2.2.3.0 CD Driver DLL 2.1.3.1 Apple Mobile De

    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    Dell Inc. Inspiron N7010
    iTunes 10.7.0.21
    QuickTime not available
    FairPlay 2.2.19
    Apple Application Support 2.2.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.0.59
    Apple Mobile Device Driver not found.
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0032B09C094C1B88
    Current user is not an administrator.
    The current local date and time is 2012-09-26 16:25:35.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) Graphics Media Accelerator HD
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {4C5C6911-9B8F-4CAF-BCB3-36495F443DC9}
    Description:          Microsoft Virtual WiFi Miniport Adapter #2
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 07:00:00 1970
    Lease Expires:          Thu Jan 01 07:00:00 1970
    DNS Servers:
    Adapter Name:          {9A01C758-72D3-4F24-8B9C-402D925B9FC5}
    Description:          Intel(R) Centrino(R) Advanced-N 6250 AGN
    IP Address:          192.168.1.5
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.1.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.1.1
    Lease Obtained:          Wed Sep 26 15:09:47 2012
    Lease Expires:          Sat Sep 29 15:09:47 2012
    DNS Servers:          192.168.1.1
    Adapter Name:          {B98F7EEA-03A3-4616-B167-E9E4C6A09439}
    Description:          Intel(R) Centrino(R) WiMAX 6250
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 07:00:00 1970
    Lease Expires:          Thu Jan 01 07:00:00 1970
    DNS Servers:
    Adapter Name:          {70E7745B-22AB-41A8-A36B-393DCE93A39A}
    Description:          Atheros AR8152 PCI-E Fast Ethernet Controller
    IP Address:          192.168.1.4
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.1.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.1.1
    Lease Obtained:          Wed Sep 26 15:09:33 2012
    Lease Expires:          Sat Sep 29 15:09:33 2012
    DNS Servers:          192.168.1.1
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-09-26 16:17:01.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.3.0),
    E: HL-DT-ST DVDRWBD CT30N, Rev A100
    Drive is empty.
    **** Device Connectivity Tests ****
    iPodService 10.7.0.21 (x64) is currently running.
    iTunesHelper 10.7.0.21 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34.  Device is working properly.
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    i cant access to itunes store
    Can you walk us through what happens when you try to connect to the Store, please?

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

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

Maybe you are looking for