Opening JNLP application with mobiles??

It's possible to open a application .JNLP with a mobile dispositive? blackberry, nokia, windows mobile...?? It will be possible..??
My idea is not to programming a new specific application for mobile, i want to can work with my existing .jnlp application for pc's.
Thanks a lot for your orientation

One day.. i supposse.. the mobiles will have enough potency and ram memory for execute the same java programms like a PC. Then not will be necessary to program 2 different programms depending the platform. May be.

Similar Messages

  • How open an application with labview

    I need to open an application to use a camera and store data before using tis data in labview but i don't now how to call an app in a VI

    Look for "System Exec", it's in the Communications palette.
    LabVIEW Champion . Do more with less code and in less time .

  • Re:open an application with restore mode

    hi friends
    i need to open an application in restore mode how can i do this , for example i need to open a powerpoint in restore mode
    please tell me it so urgent
    thanks in advance
    regards
    vino

    Look for "System Exec", it's in the Communications palette.
    LabVIEW Champion . Do more with less code and in less time .

  • Run application with mobile power on

    how to run an application with the mobile powering on
    is this avilable by j2me?

    Hi
    how to run an application with the mobile powering on
    is this avilable by j2me?Do you mean when the power is off? If this is the case, then you can't as far as I know.
    Mihai

  • Was on a website when I got a message asking what I wanted to open the application with and I told it Firefox and now it won't open at all.

    Was on a website when a box opened up asking me what I wanted to run the application as and I clicked on Firefox - now I can't use that website.

    You should never select Firefox as the application to handle a file if you get an open with dialog.
    Firefox wouldn't ask this if it can handle the file.<br />
    You will have to remove that action in Tools > Options > Applications
    *http://kb.mozillazine.org/File_types_and_download_actions
    See also:
    *https://support.mozilla.org/kb/Managing+file+types
    *https://support.mozilla.org/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Opening default application with java

    hi
    can i open the default application for the Operating system to open a specific file. for eg MSWORD is the default application to open *.doc files under windows platform. can i make java to open it. also if there is no default application can i open a dialog which shows applications installed and query the user to select one to open the file
    thnx
    jods

    what u can probably do is make your main class accept command line arguments that specify your target file names. When saving some file, say some text file from your editor, create a bat file and save it in place of the text file,which u save somewhere else.. in the bat file, make a call to your editor with the file path as the argument. then in ur code, read the file and set the text to the editor. I think this is the best thing for you to do. Also, this would mean that your code can be made to run by using sh files in Unix platform in place of.bat file.. This approach is viable, especially if the files that need to be opened are managed internally by your editor and will/need not be supported by other editors..

  • Open Flex  application with unauthenticated user

    Hi,
    when I open a VC 7.1 Flex application in a new browser window (no authentication cookie set) following error appears:
    Connection Error.
    Please contact your System Administrator.
    Details:
    HTTP request error
    The standard login screen should appear as it is the case when I open the WebDynpro HTML version of the same application.
    Is this a bug?
    Regards,
    Kevin

    Hi Kevin,
    This is a limitation with the Flex renderer.  VC generated Flex application must always run within SAP Portal.
    Kind regards,
    Vincent

  • HT1977 opening an application with a computer

    how can one open face book application through a computer

    You can't. iOS apps only run on iOS devices.

  • Not able to open windows application With Java Runtime .exec class

    Hi,
    We have created a folder with mkdir() function. The folder has some
    text and doc files and i want to open them using java runtime API.
    I am unable to open the files using the syntax
    try {
    Process p=Runtime.getRuntime().exec("cmd /c \ "" + file.getPath());
    p.exitValue();
    catch(Exception e)
    e.printStackTrace();
    This code works perfectly for folders created directly in Win XP without using
    mkdir.
    Also the return values of of class Process is 1 which we understood as illegal thread state. But I still havent got a clue how to fix it.
    Appreciate quick feedback :) Thanks ;)

    First off you're missing a quote (add '+ "\"" after file.getPath()). But the larger problem is that this will attempt to execute these files and they aren't directly executable (you said they're text and document files). Do you really want to execute them?
    If you just want to read them then something like
    BufferedReader ir = new BufferedReader(new FileReader(file))
    would be more appropriate.

  • Opening the Application with a corrupt clip in the timeline

    As you know, when you quit FCP with the project open, it reopens the next time at the place you left it. Unfortunately, I have a corrupt clip in my project, and when the FCP reopens, it reads the corrupt clip and closes down immediately. Is there any way to defeat this, as there are several timelines (and the corrupt one) that I need access to but can't access because of this problem?

    Actually, No. This is a preference option and you can set fcp not to reopen the last project. Try deleting the preferences and it will not reopen the last project.

  • Opening other applications with Flash Lite.

    I'm sure it is pretty straight forward, but I have no idea
    how to link an application to a button in Flash Late. I have
    created a series of buttons, most of which launch a URL. This works
    fine, but I have no idea how to link the button to the text
    messaging, games, music or any other phone application. Someone
    please help.
    Thanks
    Jess

    maybe this helps:
    fscommand(command:String, parameters:String) : Void
    on(release) {
    status = fscommand("launch", "path_to_app, arg1, arg2,...,
    argn");
    for sms messaging:
    on(release) {
    canSMS = System.capabilities.hasSMS;
    if (canSMS) {
    myMessage = "sms:4156095555?body=sample sms message";
    getURL(myMessage);
    Jarek

  • Opening An External Application With Using An iWeb Link

    How do i open an application with an iWeb link so that when people click the link it opens an application on the computer? e.g. Link called play now and it opens Gameranger straight from the browser when the link is clicked.
    Thanks

    For security concerns I, for one, would not want a Web page to load or launch other applications based on links or downloads.
    Only a handful of files are considered "safe" and even then the end user can turn that feature "off".

  • Open application with administrative privilege

    Can anyone point me to resources on how to execute a command in Java to open an application with administrative privileges - similar to the windows runas command - but will accept the login and password in the command?

    First figure out how to do it at the command line (it's beyond me). Then use Runtime.exec() to run the command. You'll have to use the Process's output stream to respond to the password prompt, and it's possible that might not work if Windows isn't prompting on stdin.

  • NetBeans with Mobility Pack 5.0 Build problem

    Hi! i�m newbie with this, a have a project and it doesn�t compile, i have deleted all sources, and it doesn�t compile neither. I�m developing for BlackBerry. This is the output (when i press F5). PLEASE HELP!.
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    init:
    post-init:
    pre-preprocess:
    deps-jar:
    conditional-clean:
    pre-clean:
    do-clean:
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\compiled
    Deleting: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar
    Deleting: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified
    post-clean:
    Post clean
    preprocess:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed
    Pre-processing 0 file(s) into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed directory.
    post-preprocess:
    extract-libs:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\compiled
    pre-compile:
    compile:
    post-compile:
    obfuscate-check:
    pre-obfuscate:
    obfuscate:
    Building jar: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar
    Copying jar file (C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar) to C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar.
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    Expanding: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    post-obfuscate:
    pre-preverify:
    preverify:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified
    Preverifying 4575 file(s) into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified directory.
    Error preverifying class a.a.a.a.g
    java/lang/NoClassDefFoundError: java/io/Serializable
    C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\nbproject\build-impl.xml:269: Preverification failed with error code 1.
    BUILD FAILED (total time: 35 minutes 8 seconds)
    Thanks in advance. Guillermo.

    I am trying to make an application with mobility pack
    5, it has quite a lot of code (around 22000 lines)
    but it seems the largest .java file netbeans can
    handle is 1mb is there anything i can do about this?Usually java files that large are a product of bad programming. I can't tell if that is true in your case, but I would suggest splitting stuff up in several files.

  • Launching JNLP with mobiles

    Hi friends
    It's possible to open a application .JNLP with a mobile dispositive? blackberry, nokia, windows mobile, iPad...?? It will be possible..??
    My idea is not to programming a new specific application for mobile, i want to can work with my existing .jnlp application for pc's.
    Thanks a lot for your orientation

    JosBravo wrote:
    ..It's possible to open a application .JNLP with a mobile dispositive? blackberry, nokia, windows mobile, iPad...?? It will be possible..??
    My idea is not to programming a new specific application for mobile, i want to can work with my existing .jnlp application for pc's.I left your question for 2 basic reasons, but since you prompted the matter, I will risk a response.
    The reasons for me leaving it at first, were:
    1) I am not at all experienced with running Java on mobiles.
    2) One '?' indicates a question, while 2 or more typically indicates a bozo. Bozo's are much harder to help than other posters. (You could either learn something from that, that might help you in future, or get very offended. Your choice.)
    As to the 'Java on mobiles', I thought that mobiles ran J2ME, rather than J2SE. JWS only works with J2SE. J2ME has its own deployment techniques (I am guessing), but I've never dealt with it.

Maybe you are looking for