How can a locally installed application br launched from a browser

Hi
I want to launch a locally installed java based swing application from my browser. How can I do this.
BR
Omair

Maybe I'm wrong, but as far as I concern, you can't. However, If you're trying to acomplish it using an enterprise or a web application, you could test something like this at some point of your source code:
Process swingProcess = Runtime.getRuntime().exec(new String[]{"java", "-Xmx=256m", "-jar" "-cp", "<classpath-jars-dirs>", "mySwingApp.jar"});
Hope this helps...

Similar Messages

  • How can I use installed applications that just keep bumping on my dock?

    Hi,
    I have an earlier 13'' 2011 Macbook Pro with Mountain Lion up to date. Everything works fine except for 2 different things:
    1st- The Apps problem:
    Well, I installed and used dropbox for a long time but someday, for no reason I can discover, it became a normal folder and the dropbox app icon was no more on my menu bar.
    I tried opening, reeinstalling, everything.Now, even having it installed, I start the app and it doesn't show up, not even the icon nor the folder, but in the activity monitor, "she's" there. How can I solve this?
    Another problem was the Skype App, that one I never came to use in this MacBook because I install it and then everytime I try to run it it simply bumps on my dock and stays bumping as long as the computer's on, so..no skype, ever (a headache I must say).
    The same happened to vlc, that bumps too (and nothing more) and flutter, that doens't open too.
    2nd- The so much talked ML battery issues that I honestly can't solve and really annoy me:
    I heard a lot about the Mountain Lion battery issues but after hearing it was solved with some upgrade I went for it.
    I must say I regret it many times because the battery life droped from 8h (7,5h wireless and one or two apps opened) to 2 hours (TWO!).
    I was in panic until I found what I thought beign the solution, some "killall" command for the terminal that removed the desktop background, which in fact made the battery return to 5,5 to 7,5 hours with wirelless on.It worked for a few days and then it came back to normal. I continued doing it very regularly to keep the battery running fine but it started making no difference, so, crappy battery life now (the curious thing is when I leave it unplugged and turned off for a night, he wakes up with the good battery life again, but one on each 3 times maybe)
    Hope you can help me!
    Kind regards

    iPhoto for iOS definitley seems to have its own idea of how to arrange the photos in an event or album. Many users are frustrated by this. Even when the photos are arranged in the correct order in the Photo app they are in a different order in iPhoto for iOS. So far there is no way to correct this. At least, after numerous posts on this forum, no one has posted a method or fix.

  • How can I delete Firefox? Will history from previous browser still be there?

    I just downloaded Firefox as my browser and decided I would prefer a different browser.
    My questions are -- How do I uninstall Firefox?
    Also, if I uninstall Firefox, will I still have the history, favorites, etc. from previous browsers?

    If you go with clean uninstallation, it will remove everything from your system
    Hello,
    Certain Firefox problems can be solved by performing a ''Clean Uninstall''. This means you remove Firefox program files and Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    Please report back to see if this helped you!
    Thank you.
    '''Do you have any specific issue with firefox ?'''

  • How can I re-install 10.7.2 from 10.7.3 from the cloud?

    is this possible? Having Wifi issues ever since the latest upgrade to 7.3.
    I want to re-install 7.2
    She has a MacBook Air SSD Mid 11 production
    My Grand-daughter never did a backup with Time Machine. She can backup her files now. And the easiest way woudl be to simply do a clean install with 10.7.2
    Can I do this by the cloud???
    Thank you ahead of time for any replies
    robert

    Well they have removed the disks, so you can't do that anymore.
    However you CAN learn how to make a clone drive, thus if a update doesn't suit you you can option boot from it, erase the drive and reverse clone.
    learn more here
    https://discussions.apple.com/docs/DOC-3045
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • How can I access my application support folder from my new macbook retina?

    I would like to access my application support folder so that I can modify my minecraft, but I cannot seem to be able to find any way of reaching it. Any help would be greatly appreciated thank you.

    Specific for User
    Open the Finder
    Click on the 'Go' menu in the top menu bar.
    Hold down the 'Option' key on the keyboard
    'Library' should appear in the menu between 'Home' and 'Computer'
    There you will find the 'Application Support' folder.
    For System
    Click 'Go'
    Click 'Computer'
    Open 'Macintosh HD'
    Open 'Library'
    The Application Support folder should be there.

  • How can I un-install Symbian Anna software from C6

    I have updated my nokia c6 device software with Symbian Anna software after that I have facing problem. I want to un-install (revert back to original software) the update.
    Please help me in this.
    Thanks in Advance.

    This question has been answered many times and it boils down to this... if you have a really compelling reason to do the downgrade and state your case to Nokia support there is a small chance that they will accomodate you.  Otherwise you're left to deal with the problem on your own and it is generally not recommended that you fool with flashing yourself.  It's risky and unsupported.

  • How can I print out a page directly from my browser?

    Sometimes I want to print out something that I'm reading on-screen. Before there was an icon in the upper left hand corner of the screen and clicking here led me many things as well as printing one or more pages that I was reading online.
    At some point, perhaps during an upgrade, that particular icon disappeared and I can't find any icon which lets me print something off the web page.
    Even when I right click directly on the page, I can save it, but I can't print it.

    You can make the menu bar appear by presssing the Alt key. You can print from the File menu.

  • How can we know WD Appl is running from portral or normal

    Hi Experts,
    Could any body help in this...
    How can we know one application is running from portal or normal application??
    Thanks,
    kris..

    Hi,
    Below code might help you.
    data: lo_api_component    TYPE REF TO if_wd_component,
      lv_cl_environment   TYPE        i,
    lo_wd_application   TYPE REF TO if_wd_application.
    * get application environment: portal or non-portal environment
      lo_wd_application = lo_api_component->get_application( ).
      lv_cl_environment = lo_wd_application->get_client_environment( ).
      IF lv_cl_environment = if_wd_application=>co_client_environment-portal.
    endif.
    Thanks,
    Kranthi.

  • I have installed Adobe packages and cannot find the Acrobat extension folder please advise how can I get these applications to load onto my computer?

    I have installed Adobe Creative Cloud for teams CC Packages which says that Acrobat XI Pro is installed. Your support page says it does not install Acrobat and I have to look in the Extensions folder for an MSI file.  I have run a number of searches and  cannot find the Acrobat extension folder please advise how can I get these applications to load onto my computer?
    Also I now administer the teams and have accepted the invitation to I received to be a team member and download the apps.  The admin page shows that I have been sent an invitation but does not show my account as "ACtive" unlike my other team members.  I tried to use the link in the invite to accept it become active but the link displayed an error saying I had already accepted the invite... why is no account not active?
    Finally what other product downloads in Creative Cloud do not actually download as part of the Creative cloud Packager for downloading the apps? e.g. acrobat and what else?

    My apologies Eadeszoo I believe our support agents are unavailable on January 1.
    Are you able to copy the contents of the DVD to your computer?  Are you receiving any particular error messages when you are trying to install?  Finally which operating system are you using?

  • How can I avoid running rmiregistry when launch an RMI based application

    Hi,
    How can I avoid running rmiregistry when launch an RMI based application?
    Will invocation of LocalRegistry.createRegistry() do?
    Thanks a lot!
    Regards,
    Justine

    yes it will do...better try it out
    good luck

  • How Can I re-Install Bootcamp? I deleted it from my applications somehow.

    I have recently purchased an i7 core processor MacBook Pro and I am trying to install BootCamp so I can run a Windows program. I have 2 other MacBooks running BootCamp (one Windows XP and the other Windows 7).When I tried to run the Windows XP install DVD the MacBook wouldn't read it (I have an update DVD to upgrade to Windows 7 once XP is installed). Appearently XP is no longer supported by BootCamp, so I will get a Windows 7 install disk.
    I have somehow merged BootCamp and it is no longer in my applications list in Finder. How can I re-install BootCamp? Is there a way to do this without wiping the disk clean and re-installing the Snow Leopard OS?
    I also have a Parallels 6 DVD. Should I just use it and forget running BootCamp? I'm running Mac OS X 10.6.8 2.66 GHz Intel Core i7 with 4 GB 1067MHz DDR3.
    Thank You For Your Help,
    Curt

    If the computer came with 10.7 Lion installed NEW then you cannot install XP or Vista now. If it's an older one then you can still use XP and upgrade to Lion and it will still work.
    You do not have to install XP in order to Upgrade to W7. It will just erase and install over XP anyway. You cannot merge the OS together like you would with VIsta and W7. That's the only way you can install W7 over XP is a clean install. You already have the legal XP disk so you can just skip that step and just go to installing the Upgrade version of W7 as it is mentioned by Microsoft. There are a few ways of installing with the Upgrade version the easiest way is to just install W7 normally then without updating or authorizing it reinstall over the new install and then you can authorize it and update it normally and all is good.
    I'm not sure what you mean by merged Boot Camp?
    Have you done a search in Spotlight for "Boot Camp Assistant" and see what it says? Worst case scenario you can just re-install (Restore?) 10.6 over itself and it will just reinstall the core OS without deleting anything else. Click on your empty desktop and at the top of the Apple Menu click on Help and type in Reinstalling Mac OS X and follow the instructions.
    Also you do have an Application Disk along with the OS disk to restore applications with, Boot Camp Assistant should be on there, you will just have to make sure to use the Apple Software Updater to make sure it gets updated before you need it.
    As far as using VMWare/Parallels, if you have a heavy duty program that is processor heavy or needs a lot of ram then you may need to use Boot Camp for the native use of the hardware. If you don't need the full Proc or lot's of ram then a Virtual disk is fine. Myself I use both, I can boot into Windows for the heavy programs and stay in the Mac side and use Parallels for the lighter applications. I'm still using 10.6 so I don't have it installed on my Lion HD yet so I don't know how Version 6.x works in Lion.

  • How can i install AppRadio application...i am in Tunisia and the application is not found in the Tunisian AppStore...it's essensual for piloting my Pioneer SPH-D01 AppRadio....please how can i get this application ...thanks

    how can i install AppRadio application...i am in Tunisia and the application is not found in the Tunisian AppStore...it's essensual for piloting my Pioneer SPH-D01 AppRadio....please how can i get this application ...thanks

    If it's not available in the store in which you have your account, you're pretty much out of luck. In order to purchase from the U.S. iTunes Store you need a)a valid billing address in the U.S., b) a credit/debit card billed to that address or an iTunes prepaid card purchased in the U.S. and c) to be physically located in the U.S. at the time of purchase.

  • How can i vusualize the application Java in my system ? i have actually problems to install my bank's protection module -

    How can i vusualize the application Java in my system ? i have actually problems to install my bank's protection module … My computer is an Imac and the Operation System is OS X Mountain Lion 10.8.2 ... PLEASE HELP ... THANKS !!!

    Thanks about your advise but i can not change my bank accout ... this protection module will only works if i have the java installed in my imac ... I just bought the OS X Mountain Lion (10.8.2) new version and i can not see WHERE IS THIS JAVA ??? When i open my "system preferences / others / ... there is nothing  . My bank told  me that without this JAVA i Will not have my protection module. Can you help me  to find it in my Imac ???

  • How can I re-install a certain application included in the OSX?

    I mistakenly deleted the DVD player and even emptied the trashcan.
    I have the install DVD. How can I re-install ONLY the DVD player?
    Please let me know.
    Thanks in advance.

    click here for instructions.
    JGG

  • How can I re-install the app?

    Indesign CC was trashed. Creative Cloud Shows app as "up to date". How can I re-install the app?

    Hi Notebook57,
    You first need to uninstall the application completely.
    In Mac :-- Applications --->Utilities --->Adobe Installers
    in Adobe installers you will find the uninstaller for Indesign CC just run that and complete the uninstallation.
    In window :-- Control panel ---> programs and features --> uninstall Indesign cc.
    After doing this you can launch Creative cloud desktop ---> log out and log back in.
    You should see the option to install the software again.
    Thanks
    Kapil Rupani

Maybe you are looking for