Developing Java Applications for Windows CE

Hello,
I hope this sub forum is right. So I must develop a Java Application for Windows CE. I read something about J2ME, but I think this is only for Mobilephone and Windows CE supports AWT. So I tried just some simple forms with J2ME.
Can anybody tell me how I develop java Applications for Windows CE? Can I use Eclipse or must I use another IDE?
Realy I developed Swing 5-6 Month but I have no idea how I develop Java Applications for Windows CE.
Thanks a lot for helping...

The MIDP for Palm OS 1.0 requires Palm OS v3.5 or higher to run. According to your error message, the emulator is not running v3.5 or higher. Try to get hold of a ROM image with a later version. I've run it with v4.0 of the OS and it works.

Similar Messages

  • Developing Java application for windows CE based Handheld device

    Hi everybody,
    I am planning to develop the java application for windows CE
    based handheld device.I came to know that Oracle 9iLite supports
    the Developement of Java Application for windows CE devices.Can
    i use the JDeveloper IDE to develop the application on windows
    NT.If so how to deploy the application on windows CE device(Is
    there any options in Jdeveloper to deploy the application).Any
    body please give the solution.
    Regards,
    Siva mani kumar.D

    I agree. In my opinion Sun has done a horrible job documenting all this madness for the average developer just starting out with this stuff. There is the CLDC, J2ME, Personal Java, J2ME-WTK, MIDP, MIDP-FCS ... maddness. Anyway after sorting through it all for a few days, I think the answer to your question you will need to use Personal Java for WinCE and the Sharp Zaurus, and MIDP for PalmOS for the palm. Jeode seems to be the most common and best Personal Java implementation and it is basically the JDK1.2.2 (or is it 1.1.8) that is designed to run on WinCE and Embeddix (such as Lineo on the Zaurus). You program it just like you would a 1.1.8 application and then you can test it by running pjava.exe which is included in the personal java 3.1 download from Sun. There is also a program called JavaCheck that will ensure that your app will run properly in PersonalJava. As for the Palm, MIDP for PalmOS is a 574K program that installs on your palm device. You then use the J2ME-WTK (wireless toolkit) to build a JAR/JAD file and you use the MIDP API to write the code.

  • Is there any possibility to develope java application for IPhones

    Is there any possibility to develope java application for IPhones

    921326 wrote:
    Just look to the next thread!I did that after I replied to the last person to ask this question. I spotted this thread:
    Developing iPhone apps with JavaFX 2 (Demo)
    Not much there, but apparently people are trying to hack it together using JavaFX 2 already. I believe I read an article where Oracle itself had given a presentation about a JavaFX2 app on an iPhone; I believe the gist of it is that they want to make it so you can bundle the Java runtime with your application, which makes it legal to sell a Java application through the appstore.

  • Developing java application for your client

    as a java programmer who want to develop a software for his client.After the java code and compiling it and running it on ur system,how do i package it for the client so that the software would have been in its programme file instead of the client running it through ms dos for him to use the software

    Iam using Advance Installer. U can package ur application using this installer. Create a folder and copy ur lib and jar files into that. follow the installation steps. u can even include jre folder while packaging cos ur application will run even if ur client doesnt have jre installed in his system. well only thru this forum i came to know about Advance installer. u just give the setup file to ur client.
    regards

  • Developing desktop applications for windows

    Hello
    I am currently doing a final year project which is an encryption software for the company that i did my placement with. i have done the core part of the program but i need to know how to make it look professional. i need to be able to have it as an installable desktop application (Only for Windows), with an icon provided by me which is used when files are encrypted using the application. i have no idea how to achieve this effect and i seek knowledge.
    thanks in advance for your help

    There are many levels of professional software in my opinion. There is software that works, meets the requirements and doesn't crash. That's professional in the sense that it does what it is supposed to and does it well. People pay for that even if its green-screen non-GUI based. TONS of stuff still working/written for non-GUI environments and plenty pay for it.
    When related to Java and desktop applications, I feel there is only truly one real way to brag you have written a professional software suite. That is when your application not only adheres to what it should do, but provides a means to extend it without having to wait for major releases, and the UI is VERY consistent, not cluttered, not tons of buttons/menus/dialogs/windows all over the place and the underlying coce of the app is truly written well to make good use of areas of Java such as resources (properly closing files when not using them, returning DB connections when done, using WeakReference of nulling out refs to objects no longer needed). It is very very easy to cause a memory leak in a java application if you do not watch at all times for object refs that are left hanging.
    By extensibility, I mean providing some means of plugging in new pieces of code to enhance the product or fix existing issues (bugs) and providing a simple update facility that can either auto-update, or allow an install to add the update.
    It is exactly these reasons that keep me plugging away on my plugin engine (www.sourceforge.net/projects/genpluginengine) and UI framework built around plugins. While the engine is almost done and is very similar to the Eclipse plugin engine, the UI framework will be ongoing for some time. Making a very professional read-to-run-out-of-the-box free/open-source framework built on high-quality well tested plugins is not easy to accomplish with a couple hours a week and only me and one other doing it. I would love to get more help shortly, adding tons of great features that all developers could benefit from, and soon I will start asking various java boards for help, see if anyone is interested in contributing. The goal is a professional looking, solid underlying code, well/highly tested UI framework that can be used by anyone to quickly build their specifics and not worry about the more common UI application stuff such as file i/o choosers, help, preferences, authentication, access levels/rights, views and editors, and more. With a 3rd project working to add tons of Swing UI components, the final UI framework will provide a number of high-quality components like rounded/shaded/gradient filled panels with shadowing, calendar/date pickers, wizards, and more, again all highly tested to ensure ultimate quality.
    If you are interested, feel free to post back to this response with email, or join up at the above mentioned sourceforge project and start contributing to the mail list.

  • Using oracle personal for developing java application?

    Can I use Oracle 9i Personal Edition for developing Java applications? Does it provide a JDBC Type 4 driver?
    Thanks a lot.
    [email protected]

    SIR I WANT TO UPLOAD MY DEVELOPER FORMS BY USING ORACLE 8I SERVER?
    CAN U TELL ME THE PROCEDURE IN DETAIL?
    I WILL BE THANKFUL TO U
    MY EMAIL ADDRESS IS [email protected]

  • New to java.. What I need to develop GPS application for Blackberry

    I was wondering what everything I needed to get started developing GPS applications for blackberrys.
    It interest me a lot.. and I know C# and some VB. I am wanting to learn so getting a book would be good but just wondering what developer tools I needed to develop this kind of application. I currently have Visual Studio 2008 and I have seen a plug in for it.

    JacobDixon wrote:
    I was wondering what everything I needed to get started developing GPS applications for blackberrys.
    It interest me a lot.. and I know C# and some VB. I am wanting to learn so getting a book would be good but just wondering what developer tools I needed to develop this kind of application. I currently have Visual Studio 2008 and I have seen a plug in for it.Whoa there partner! Let's learn to walk before we fly. Are you going to try to do this in .NET or with Java? If .NET, then have fun with Visual Studio and find yourself a .NET forum because this isn't it. If you're going to want to do this with Java, then go to the Sun tutorial site, find the getting started section, and start following those directions. Don't worry about the GPS and blackberry stuff for a good 3-12 months, depending on your current knowledge and abilities.

  • Developing iOS applications on Windows 7

    Hello, I’m an avid programmer who is keen to learn and keen to develop, but I’ve encountered one major issue. I can’t install or run Xcode on a Windows operating system. I was wondering are there any alternative methods to developing iPhone applications on Windows. If there are any information would be appreciated.
    If all else fails I’ll download OS virtualisation software.

    People say something about Microsoft and Apple and I think I have something to share with you all.
    @lukehicks: I am also an avid programmer who is keen to learn and design and develop software, may be not more than you, but I am sure not less than you.
    I have more than 20 years of experience in programming in Windows with C/C++ and in the last decade: C# and .NET Framework and I am also a Microsoft Certified Solution Developer for Micorosft .NET. Java and VB are the other two languages that I know well. I am also an author, writing technical books (in Persian Language; I live in IRAN); so I used to read books and articles alot.
    When Apple released iPad I saw it in the TV for the first time. I thought It was a very good device for reading books, As I used to read eBooks on my PC. But I didn't want to buy an iPad, since it was expensive. So I decided to buy an eBook reader. After searching a lot and looking all the abailable devices at that time, I found iPad as a revolutionary device, specially for me as someone who used to read books alot. And It really was, as I have not take a paper book in my hands since iPad.
    It is more than a couple of years that I bought an iPad; the first Apple device I have bought in my life. I have never seen any Apple devices as a buyer before. And that's it: It changed my life.
    Believe it or not, having an iPad in my hands, made me so curious about developing and running apps on it. And those days I was exactly in the state you are in now.
    After a few months (may be 2 or more), I lastly decided to buy a Mac. And I did; an iMac 21.5" Late 2009. Started to learn programming in the Mac environment.
    But I couldn't leave all my background in Windows programming. So I brought Windows to my iMac using Bootcamp.
    I don't want to say all things that happen to me, but the net result is:
    Working in OS X is so much better, safer, easier, more reliable, and more joyful than Windows. I am sure you have heard about that, but you must experience it to know well. Just think why people working with Macs and iPhones and iPads, don't want to go back to Windows (or any other environment they used to work with).
    For me, today:
    1. I have and iMac 21.5", a MacBook Pro 17", an iPad, an iPad 2 WiFi/3G, an Apple TV 2 and NO PCs (I think these are not enough for me, but I just say this to show that I don't use Windows PCs anymore).
    2. I have transfered all my works from Windows environment to Mac. So I don't have Windows on Bootcamp and not even on virutal machine.
    3. All the programming I do, is in Xcode; I really don't want to go back to those days of Visual Studio (The best development environment for me 3 years ago).
    After more than 20 years of working with computers, I think I am born again 2 years ago, as the meaning of computers and all my view about programming has been changed. May be it's due to the fact that I was so focused on Microsoft technologies and never looked around. In fact, I was deep in Microsoft tools and design patterns in development.
    As a developer point of view, just know that there are a lot intresting things to learn in Apple way of designing and implementing software. Cocoa is a collection of very well designed object-oriented frameworks which is used to develop software on OS X. It's little brother, Cocoa Touch is used in iOS. So learning one, makes learning the other so much easier. If you come to the world of Apple, you can develop for both iOS and OS X.
    There are alot of resources out there, but if you want some help to pass the learning curve, or to know where to start, you can count on me.
    Sorry to talk so much. I Just want to say, If something is good, it is good. don't try to attack it without enough knowledge. Apple is selfish or not; it doesn't matter. Apple creates good products that make our lives easier.
    I just recommend you and all people like you to buy a Mac.

  • Running a Java Application in Windows

    Hi, Can anyone tell me how to run a Java Application in Windows? I've tried to run it using TextPad 4.5 but it gives me an exception saying it can't find a class defenition. I'm actually using IBM VisualAge for Java to develop the app and it runs fine INSIDE VisualAge and I've exported my compiled class files and so on, to run it stand-alone in Windows. I'm using some custom objects and inner classes, could these be the problem?

    YES! SUCCESS! I exported my class files from VAJ and along with the manifest file that it adds automatically. I opened up the jar with Winrar, extracted the manifest file and added the Main-class: header pointing to my executable and then put it back in the jar with winrar. And PRESTO! I can now run it with javaw! Thanks for your help peeps...

  • FM Radio Application for Windows 8

    I am trying to develop a simple FM Radio Application for Windows 8 phones. I found one class but it says it will not work for devices targeting windows 8. Can some one please help. 
    https://msdn.microsoft.com/en-us/library/windows/apps/microsoft.devices.radio.fmradio(v=vs.105).aspx

    It's been a long time since I last answered an FM radio question so I might be forgetting some details but basically...
    In Windows Phone 7 timeframe the FM radio hardware was part of the requirements but for Windows Phone 8 FM radio hardware was optional and, in fact, the FM Radio drivers were not available until build 8.0.10322.
    I cannot recall if the restriction regarding FMRadio API for Windows Phone 8 targeted applications mentioned in the MSDN documentation, is enforced during submission to the store but I know it is possible to use the APIs in a Windows Phone 8 targeted project
    during development (...requires: ID_CAP_MEDIALIB_AUDIO I believe.)
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • Web Dynpro Java Application for Handheld Device

    Hi everybody,
    I have been reading some documentation about what is the best option to create an application for handheld device. So this is my landscape. I have SAP Netweaver 7.4 SR1 AS ABAP, and Java instance. So, I want to know whether is possible to create a normal web dynpro java application and then visualize this application on Browser of handheld device. That's all that I have to do? I read that exist another solution Developing mobile application for handhelds. By other side a need to know how to is the integration of this device with this application if exist. This application is going to consume data from SAP Backend system, so I just have to create JCO's for connect this application to this system, right?
    Please, can you help me with that.
    Best Regards.

    Hi Deepti,,
    Refer to the following thread which says that you must retrieve the data from the CRM backend system using standard BAPI's or customer Remote enabled function modules (socalled RFC's) and to access the backend system you will have to set up an RFC connection with CRM system.
    Regarding web dynpro and CRM
    Thanks & Regards,
    Jhansi Miryala

  • HP Pocket Playlist mobile application for windows 8 devices

    Hi,
    does someone know why there is not HP Pocket Playlist mobile application for Windows 8 phones? or when the application will be available in the app store?
    Any information is very welcome.
    Regards,
    Fer

    I am very dissappointed, I am also not able to find an app for my Windows 8.1 phone. Please tell us where we are to get it.

  • Java SDK for windows 3.1

    I have an old 486 in my room. The computer that has the SDK is out where my parents can see me when I'm doing my late night programming. I want to be able to put the java SDK on my Packard Bell 486 running windows 98. I searched and searched and searched some more off of google for a Java SDK for windows 3.1. The only thing i can find is IBM's program which they no longer service or even give you links to download their past versions. I am wondering if any of you guys know of any java SDK that will work on my 486 with windows 3.1.

    "I think your parents should buy you a nicer machine for your room. ;-)
    Good luck with that."
    LOL
    I have begged my dad to get a new computer just for the regular comptuer. The computer that I will "get caught" on is over 4.5 years old. When I ask him for another one he always says the one we have works.

  • Develop native application for blackberry-ADF Mobile

    Hi,
    Can anybody tell me, how to develop native application for blackberry using adf?
    Thanks & Regards,
    Anshul Mittal

    1) Wait until there is an ADF Mobile update that support BlackBerry (if it ever comes)
    2) Use this : http://www.oracle.com/technetwork/articles/bors-adfmobile-086867.html

  • I recently developed an application for my company and now they would like the applications to run on all their ipads and samsung galaxies. I was able to put the app on the Samsungs however though I have no idea how I can get it on the ipad

    I recently developed an application for my company and now they would like the applications to run on all their ipads and samsung galaxies. I was able to put the app on the Samsungs however though I have no idea how I can get it on the ipad

    Go to this website and read the information. If you can't find a link to anything that's appropriate for your needs, click on the support link at the top.
    https://developer.apple.com/programs/ios/

Maybe you are looking for

  • Image not displayed in html output used webservice to store in a location

    hi we have used webservices to store the pdf and html outputs but the problem is when we are seeing the preview in the bi publisher we can see the image in pdf and html but when we run through webservices and see the output files that are stored in s

  • Hyperlinks don't work in swf produced by CS5 InDesign

    Created file with CS5 InDesign. Everything except hyperlinks works. Buttons work. Timing works. Layers work. Hyperlinks don't. The file is still on my hard drive. Pointer changes to indicate when over link. Clicking produces no effect.

  • Problem with disc drive

    I put a DVD into the computer, it played fine but when i tried to eject it the computer said there was no disc?

  • How to put data from database into array

    I need to answer hot to put data from database directly into array. I tried like the code below but the error message said: java.lang.ArrayIndexOutOfBoundsException: 0, and it points to this line: numbers [row][0]= rs.getString("ID"); Hope you can he

  • Oracle BI (Siebel Analytics) / Data Warehouse Data Security

    Hello, We are implementing Oracle Siebel Analytics and Custom datawarehousing using Oracle 9i DB. I am interested to know if we can implement consistent data security model for different data marts. Means with one single data warehouse, I want to imp