How to install a java application onto my mobile phone?

Hi,
I'm trying to install a simple hello world application onto my Samsung SGH-X650. I'm using WAP, because I have no other options. But when I try to download the jar file, I get an "unsupported file format" error. When I try the jad file, it displays as a text file. However, downloading from websites (ie. getjar.com) works (usually). Additionally when I put the jad file I downloaded from getjar to my own webpage, I get them as text files too...
Any ideas?
Thanks in advance,
Viktor Erdelyi

(((My phone doesn't know about Bluetooth, and the data cable is too expensive regarding that I don't use it every day, I just sometimes download a 20 kb file like a java app.)))
But I managed to set the MIME type, now I get "invalid JAR"... I'm trying to install the JAR generated by NetBeans. In theory, CLDC and MIDP versions are ok.
From google:
"Samsung, for some strange reason, does not allow installing .jars over cable or bluetooth or any other way than over Internet connection."

Similar Messages

  • How to deploy a normal Java application onto Sun Server

    Hi
    How do you deploy a normal Java application onto the Sun server...what are the required config files one needs to set etc

    You might want to start with the Java EE 5 tutorial, available here :
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    --ken                                                                                                                                                                                                                                                           

  • How can i run java application at system startup just liks as services

    How we can run java application at the time of system
    starts up just like as services.

    Hi,
    At first you have to create an exe of the class file.
    for that go to the site www.duckware.com/java2exe.html
    Click on the j2exe23c.exe(75k) download it and install in ur system. convert the class file to windows exe.
    The put the exe in the startup folder in windows.
    If ur not able to find that folder search for it and put that exe in that folder.

  • Where I can find instructions on how to install Sales Forecasting application?

    Hi,
    I'm looking for instructions on how to install Sales Forecasting application mentioned in this OBE: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/security/sec_redact/sec_redact.html.
    Prerequisite says:
    Installed Oracle Application Express (APEX) in a pluggable database, with the Sales Forecasting application created in an APEX workspace
    So, i want to read up on how to install this Sales Forecasting application created in an APEX workspace.
    Thanks for your help.

    I believe that was an older sample apex application that is no longer available.  At least not available in the set of sample and demo applications that ship with APEX..
    Thank you,
    Tony Miller
    LuvMuffin Software
    Salt Lake City, UT

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • How to install mdk in nwds for creating mobile applications

    Hi experts,
    how to install mdk in nwds for creating mobile applications?
    reward points for appropriate answer.
    Thank you,
    G.V.K.Prasd

    HI,
    MDK is already integrated in NWDS. Separate MDK download is only necessary in case you want to use Eclipse as single DEV environmant without the full blown NWDS orwant to develop for earlier versions like MI7.0.
    So very important: separate MDK does only support MI7.0 and earlier versions. If this is your intention, simply download MDK plugin, extract the folder, have a look into the download subfolder and you see the ECLIPSEPLUGIN.ZIP file in there. Unzip this as well and then put the related stuff into the FEATURES and the PLUGINS folder of Eclipse. After restarting Eclipse open the settings and add the buttons to the view and configure the correct settings for your system. This is the normal stuff like for every Eclipse plugin. Not 100% sure if this is not included in NWDS as well already.
    If you are not sure about PLUGINS and FEATURES stuff and the configuration - the MDK itself has a great documentation that shows the steps you need to follow.
    Regards,
    Oliver

  • How to install software from disk onto imac

    how to install software from disk onto imac

    Are you using one of the newer iMac's with no DVD drive? If so, you can either get an external CD/DVD drive (any make - doesn't have to be Apple) or, if you have another Mac on the same network that has a CD/DVD drive you may be able to do it by turning on 'DVD or CD Sharing' on that Mac (System Preferences>Sharing). Hopefully you'll see the disk on the Mac without the DVD drive and be able to install from there.

  • How to schedule a java application via Windows Scheduler

    I can't figure out how to schedule a java application using the Windows Scheduler. Do I schedule the java application with the .class file as a parameter? How do I pass arguments to it?
    To execute FileCopy.class, my best guess was:
    Start | Control Panel | Performance and Maintenance | Scheduled
    Tasks | Add Scheduled Task | Browse | Program Files | Java |
    jre1.5.0_06 | ... Advanced Properties
    Under the Task tab:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe"
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy
    FileCopy"
    This does not work. How do I schedule the FileCopy.class java application, and how can I pass arguments to it? Can this be done without specifying a password?
    TIA,
    John

    Suppose that your class is FileCopy (has no package name) and is located under MyDocuments\Eclipse_Workspace\Java_File_Copy folder, then you should have:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe" FileCopy
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy"
    And yes you must provide a user password to execute the task.
    Best way to do this is to create a special user (with password) for executing this task.
    Regards

  • HT201359 HOW TO INSTALL A FREE APPLICATION FROM APP STORE

    HOW TO INSTALL A FREE APPLICATION FROM APP STORE??

    Sync it as you would anything else.  Are you having a problem?
    Please turn off your caps lock.  All caps indicates shouting and is difficult to read.

  • How to install j2me applications into a mobile phone.

    I would like people to be able to install my j2me app on their mobile phones, is it possible to host the files online, and then anyone with a mobile simply goes to my web address using their internet browser on the phone, and they'll be able to download nd install my application relatively easily?
    Thanks

    {color:#000080}Google j2me OTA
    Visit http://www.GetJar.com
    db{color}

  • How to allow a Java application to run on any PC without installing jdk?

    I'm doing this program that would retrieve infomation of the PC and send it to the server. In order to do that, i have to email the application to all these PCs. The problem is that some of these PCs may not have JRE or jdk to run the application. Cos, i thought that Java was Write once Run anywhere. I've tried to jar and run it on a PC with no JRE and stuff, How can this be done, I know that using applet is an option, but is there any other way. Pls help me, thanx!

    you need a java virtual machine to run a java application, either it is embedded in the browser ( a native or plug-in ) and you can run your applet in the browser, or, if you don't want your app to be an applet, you have to install a jre on the PC...no other way, i'm afraid
    so write once, run anywhere, provided there's a jre anywhere ! it is the jvm that handles differences between os, and you need to handle that difference somewhere, don't you !

  • How do i run java application on IIS

    Hi,
    Can I run java application on IIS(Internet information Server)?
    If yes, How do i do that?
    My java application contains JSP,Servlets and EJB.
    To run java application on IIS which plug in should i use.
    Can anybody help me This is urgent...........
    Thanx

    You can try using Macromedia JRUN version 4. Any of the version will have an ISAPI filter which you can add to the IIS site of your JSP/Servlet.
    The JRUN ISAPI filter will establish connection to the JRUN proxy listener on a port. This port is called proxy listener port. Basically once you install the ISAPI, it will have config file called jrun.ini
    Check for the ProxyPort entry in jrun.ini (or something like this - sorry, I can't remember the exact entry). It should match to the proxy listener port where of the server where your JSP/Servlet is intalled.
    Good luck !

  • How do I run java application on IIS server

    Hi,
    Can I run java application on IIS(Internet information Server)?
    If yes, How do i do that?
    My java application contains JSP,Servlets and EJB.
    To run java application on IIS which plug in should i use.
    Can anybody help me This is urgent...........
    Thanx

    Hi
    Check this article on JGuru. It explains how to use Tomcat together with IIS.
    http://www.jguru.com/faq/view.jsp?EID=776546
    If you also need to use EJB's you probably also want to have a JBoss installed - check www.jboss.org
    /Peter

  • How do i run java application in IIS

    Hi,
    Can I run java application on IIS(Internet information Server)?
    If yes, How do i do that?
    My java application contains JSP,Servlets and EJB.
    To run java application on IIS which plug in should i use.
    Can anybody help me This is urgent...........
    Thanx

    Can i use EJB components in it?Yes, you can use EJB components. IIS uses Tomcat as a plugin and Tomcats feeds IIS with HTML code. Tomcat performes all the JAVA work including EJB. This links shows you how to install it:
    http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html
    Shoud be the same for version 4.1

  • How to deploy my Java application?

    Have a proxy server running as a plain vanilla Java application from the DOS command line in Windows. Would like to run it 'properly' on a (web) server. Have got Apache and Tomcat installed but I don't know how to adapt my application to run in that environment. The proxy server maintains a socket connection from another backend machine and pushes information from there to a client that connects to the proxy server.

    Well what's confusing is your use of "maintains", in "maintains a socket channel". That's largely counter to the design of the HTTP protocol. So I can't tell if you're using HTTP incorrectly or just describing it counter-intuitively.
    If you're opening a socket from the client and keeping it open indefinitely to maintain a kind of session, then you're not really using HTTP right and you can just drop that.
    If you really are using a series of HTTP connections, then Apache/Tomcat would be a fine thing.
    If all you're doing is an ordinary proxy server, then actually Apache can handle that all by itself with no java code at all.
    If your code is acting as a real HTTP server, then removing the web server parts, letting Apache handle that, and using Tomcat as a servlet environment would be very good. You'd be implementing only the business logic, not the standard plumbing stuff.
    Have you ever written any servlets or other J2EE stuff?

Maybe you are looking for

  • Partial confirm on customeru2019s order quantity for EDI sales order

    Hi All,   Our company is using ECC 6.0. We seem to having issues with orders coming through EDI u2013 i.e. it will not partially confirm what we have in stocks and just reject the whole line. E.g. If the customer is ordering 300 units for an material

  • Config for PR Delivery Date

    Hi all May I know how and what tcodes to do configuration on PR default delivery date? Thanks in advance. az

  • Flash form error, can't use the same name more than once? need workaround

    I've always written my forms to have multiple buttons, one for updating and one for deleting. so in html I would do this: <input type=submit name=action value=Update> <input type=submit name=action value=Delete> so I'm trying the same thing with flas

  • Mapping del credere agent and consignment stockist in sap sd

    Dear Gurus My client has trading business with IOCL company acted as a del credere agent and consignment stockist. Generally, IOCL sending the material our company go down. we do the business with the customers and we are paying the amount to the IOC

  • Can't see Garageband files on iCloud Drive

    I've updated my iPhone 5 to iOS 8.0.2 and the latest version of Garageband (2.0.3) for iOS and am having problems accessing Garageband files I've saved to my newly converted iCloud Drive.  Garageband on iOS still sees the files.  As does Settings ->