Can ANT just launch my program from a browser without apache?

Or do I need to learn how to use the Java Web Start.
I'm just trying to find an easy way to launch the program for people.

I have a GUI swing app that I built and have a jar -- im new to all this and was trying to figure the easiest way to present the program to people.
I wrote a batch file to open the app and that worked ok, but wasnt sure if this ANT stuff would allow me to present a link from a browser to launch the program.
I KNOW that java webstart might work, but havent learned about that either.

Similar Messages

  • How can I clear an expired password from my browser without clearing my whole cache?

    The password to one of my email accounts has expired and needs to be changed. However, Mozilla has saved it in the "password" space on my login page for this email account, and I cannot clear it. I have been told that I must clear "Forms" from my browser. However, when I follow the directions on the Mozilla site for clearing parts of my history, "Forms and Searches" is prechecked and grayed out, so clicking on it produces nothing.
    Is there a way to clear the saved password without clearing my entire history?

    Remove saved Password(s):
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    See:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * https://support.mozilla.com/kb/Remembering+passwords

  • [Solved] Launching Graphical Programs From The Terminal

    Occasionally I launch graphical programs from the terminal and they usually spit out what they're doing in the background, I know you can send this output to /dev/null but is there a way to have that is the default setting (ex. not having to type &> /dev/null each time) and then somehow turn console output back on when I want to debug something? I tried creating an alias but that didn't work.
    Last edited by brando56894 (2011-07-26 04:17:11)

    brando56894 wrote:
    I put it in my .bashrc and when I reload .bashrc I get this:
    bash: /home/bran/.bashrc: line 12: syntax error near unexpected token `;'
    bash: /home/bran/.bashrc: line 12: `no() { "$1"&>/dev/null & ;}'
    Remove that '&' and try again. (remember to reload the .bashrc)
    jasonwryan wrote:What, exactly, did you put in your .bashrc?
    He used your function but with "my" '&' - w/o 'nohup'.
    Last edited by karol (2011-07-26 04:25:55)

  • Adobe Updater requires password when I launch any program from the suite

    It is very annoying, but not a destructive issue.
    When I launch any program from Creative Suite 3 Design Premium (6 programs) the Adobe Updater pops out and asks for a password. I can either provide a password and proceed, or deny the password and still proceed with the program.
    Is there any way to stop the Updater from popping up?
    I have it on my two machines Mac Pro (2x 2.66 GHz, 11GB RAM) and Mac Book Pro (2.33 GHz, 3GB RAM).
    I am sure that there is some settings which I simply overlooked. Can anyone point it to me?
    I would appreciate that. Thanks.
    Jack

    Unfortunately when Adobe products are restored from backup, especial CS4 and especially Mac, it breaks licensing.
    There is a python script included in the license recovery kit that should work if you are familiar with Terminal.
    If not, you must reinstall your CS4 suite.  You don't need to delete your preferences, so it should be the same as before.
    Error "Licensing has stopped working" | Mac OS
    Gene

  • How can we disable the 'Improvement Program' from all the apps in TCS5?

    How can we disable the 'Improvement Program' from all the apps in TCS5, so that the end users are not able to see the option in the help menu?
    We have tried changing the value of bUsageMeasurement (HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown) to zero, but it did not help.

    You’re probably going to have to contact Support on that one.

  • Can we call a bdc program from report program

    hi
    can we call a bdc program from report program

    Yes you can any program from another program using
    SUBMIT <repname>   statement
    SUBMIT <repname> USING SELECTION-SCREEN dynnr.
    or
    SUBMIT <repname> VIA SELECTION-SCREEN USING SELECTION-SET variant
    SUBMIT <repname> VIA SELECTION-SCREEN WITH SELECTION-TABLE rspar
    etc.
    Regards
    Prax

  • Photoshop will not launch. last week I re downloaded and it worked. 6 days later no launch. Is there anything I can do to launch the program that is on my computer?

    photoshop will not launch. last week I re downloaded and it worked. 6 days later no launch. Is there anything I can do to launch the program that is on my computer?

    Sign in, activation, or connection errors | CC, CS6, CS5.5
    For anything beyond that you will have to provide proper technical information about your system.
    Mylenium

  • Can't add or remove programs from dock

    I suddenly have a problem where I can't add or remove programs from the dock.  When I try to drag a program icon to the dock it won't stick to it and shows a "+" next to it in green.  When I try to drag an icon off the dock it shows a shadow of the icon that won't go away.  I tried making a new user and the same behavior occurs in that user.  I tried finding my com.apple.dock.plist but couldn't locate it.  I was able to find com.apple.dockfixup.plist and tried deleting that but it didn't help.  Any recommendations on where to go next?
    Thanks

    Thanks, I will try this when I get home today.  However, the fact that the problem was not corrected when I made a new user makes me think that deleting this file from my user Library folder may not correct the problem.  Any other suggestions if deleting the dock.plist file doesn't work?

  • I've copied my itunes library onto an external hard drive.  Is there any way I can do this and delete songs from my PC without also deleting from the external drive? Already lost two songs!!!

    I've copied my itunes library onto an external hard drive.  Is there any way I can do this and delete songs from my PC without also deleting from the external drive? Already lost two songs!!!  I just want a back up - using a work PC and don't want others accessing my songs.  Hope someone can help.  Thanks!

    I see. To get a better idea of what is being stored where please download and run the script iTunesInfo which should output something like this:
    I'm interested in the block of 4 results starting ITL location. If your profile name shows up somewhere replace it with <Name>.  It is also worth checking under Edit > Preferences > Advanced to see where iTunes thinks your media is supposed to go. My script estimates the setting based on the location of the first media file it can actually find.
    tt2

  • Can I acquire data with VB from my DAQCard without using Measurment Studio?

    I have the Measurement and Automation Software on my computer and VisualBasic.NET. Do I need any other software if I am receiving 2 analog signals and outputing 1 analog signal on my NI DAQCard-6024E PCMCIA?

    The short answer is yes, you can acquire data with VB.NET from your DAQCard without using Measurement Studio.
    There are a variety of ways to do it. All of them require that you install either the Traditional DAQ driver or the DAQmx driver in addition to Measurement and Automation Explorer. The DAQ drivers are included on a CD or CDs with your hardware. They are also available on the quarterly National Instruments Device Driver CD.
    1) You can use the Measurement Studio DAQmx .NET API. This is far and away the easiest API to use to program DAQ cards in VB.NET and C#. This API is included in the DAQ installer and does not require you to purchase Measurement Studio. However, without Measurement Studio you do not get the benefit of the DAQ Assistant integrated into Visual Studio .NET. The DAQ Assistant, when integrated into Visual Studio .NET, allows you to graphically configure your DAQ tasks, generates the code you need to configure your tasks, and generates a .NET user control (with user interface) that demonstrates how you use the tasks that you created. The caveat to this approach is that PCMCIA cards are not directly supported under DAQmx 7.0. There is, however, a beta versin of DAQmx PCMCIA support as described in this KB article.
    2) You can use the .NET P/Invoke services to call the Traditional DAQ or DAQmx C API directly. See MSDN for more information about P/Invoke. If you choose the DAQmx API, you will need to install the beta of the PCMCIA support as described in this KB article. National Instruments does not provide any examples, language-specific documentation, or code generation for this method. You'll need to look at the C API documentation to see what to do.
    3) You can use the Measurement Studio Traditional DAQ ActiveX controls. These are included in the DAQ installer and do not require you to purchase Measurement Studio.
    The absolute quickest and easiest way to get started using an NI-DAQ card in VB.NET is through the DAQ Assistant and Measurement Studio Professional or Enterprise edition.
    Your next best approach is to use the native .NET DAQmx API. This API was designed from the ground up to support .NET languages. There are examples written in VB.NET to help you get started.
    If for some reason, you don't want to use the native .NET API (or your hardware is not supported under DAQmx), whether you use P/Invoke or the ActiveX controls is a toss-up. It depends mostly on whether you are already familiar with the C API or the ActiveX API.
    David Rohacek
    National Instruments

  • I have over 2000 photos on my iPad2. I have backed them up to my PC. How can I delete most of these from my iPad without deleting them one at a time?

    I have over 2000 photos on my iPad2. I have backed them up to my PC. How can I delete most of these from my iPad without deleting them one at a time?

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • How can I acess my ipad content from the pc, without enter the security code on ipad? I broke the screen and it doesn´t work. theres a way to enter the code on the pc?

    how can I acess my ipad content from the pc, without enter the security code on ipad? I broke the screen and it doesn´t work. theres a way to enter the code on the pc? thank you

    No. Get it fix by making an appointment with the Apple genius bar.

  • HT3209 How can I redeem my digtal copies from my cloud without having to pay for it?

    How can i redeem my digital copies from my cloud without having to pay for it? I bought Disney's Frozen and it came with the Frozen and The Incredibles digital copy which i have in my cloud but they wont let me download it keeps trying to charge me almost $15 per movie

    What do you mean 'redeem my digital copies from my cloud' ? Have you already redeemed the codes onto your account, are you looking to redeem the codes, or are you wanting to reddownload the films ?
    If you haven't already redeemed them, and they are iTunes codes : http://support.apple.com/kb/HT1574
    If you are wanting to redownload them, then if you can do so then they will show in the Purchased tab in the iTunes store app on your iPad for redownloading.

  • I recently had my computer stolen and not my purchases from I tunes store were backed up. I've been told there is a way that I can re-download my missing tracks from the store without having to pay for them again. Is this true, if so, how do go about it.

    I recently had my computer stolen and not my purchases from I tunes store were backed up. I've been told there is a way that I can re-download my missing tracks from the store without having to pay for them again. Is this true, if so, how do go about it.
    Many thanks
    Arkadi de Rakoff

    Unfortunately, redownloading of past music purchases isa still in beta test and only available in the US right now.
    It's due for everyone this fall.  Downloading past purchases from the App Store, iBookstore, and iTunes Store, http://support.apple.com/kb/HT2519
    If you can't wait, contact the iTunes Store Support Team at this link
    If you get lucky, they may be able to authorize another download now.

  • I have photos in a DVD. In order to visualize them in iPhoto, must I necessarily import them? Can't I see the pictures from the media without importing? If not, is there any application with this functionality? I dont't like pre-visualization for photos.

    I have photos in a DVD. In order to visualize them in iPhoto, must I necessarily import them? Can't I see the pictures from the media without importing? If not, is there any application with this functionality? I need an app that allows me to navigate through the photos without selecting all of them. I realy dont't like pre-visualization for photos...

    In order to visualize them in iPhoto, must I necessarily import them?
    iPhoto is a Database. Before it can work with any data it must be imported to the database, so yes it is necessry to import them.
    Can't I see the pictures from the media without importing?
    See above.
    If not, is there any application with this functionality?
    Hundreds. Any image viewer will do the job. On your Mac the Finder has QuickLook and there is the Preview app as well. Online you can download any of these:
    http://www.macupdate.com/find/mac/image%20viewer

Maybe you are looking for

  • My itunes wont open ! No error message

    My itunes wont open ! When I click on the icon nothing opens, not even an error message. Iv tried opening it from Windows Task Manager > Processes > Itunes.exe but nothing seems to work ! Itunes doesnt open when I sync my iphone either ! Please help

  • ITunes and Quicktime crash on start.

    Okay, I've been struggling with this one for days. I'm running Widows 7 64bit. I had iTunes working fine for a couple weeks, then just last week I started having issues. I have uninstalled, reinstalled, cleaned the registry, uninstalled video drivers

  • Exporting a movie

    I've brought in about 700MB of clips taken with a point and shoot digicam's video feature into a project. The twenty or so clips are each listed as 640x480(1.0),30.00fps movies. Once I've created the sequence, I haven't figured out how to make a one

  • Aperture and multiple Macs

    We're two users that have have one iMac and three MacBooks, one Pro, one regular and one Air. Thanks to the very useful tips provided in this magnificent forum, we've managed to consolidate our two iPhoto libraries and migrate them over to Aperture.

  • Time reporting in CATS

    In the CAT2 transaction what is the way to ensure that the user can report time just for himself and not for anybody else? I know it must be about some InfoType data, but can not remeber where exactly. Thank you!