Can i run java program in the same way of .exe program?

I am beginner in java and i'd like to know that java program can run in the same of .exe program(double click program icon) , instead of typing "java [class name]" or
choose execute botton from forteCE.
Thank you for your help
[email protected]

You can write a .bat script which launches the java command for you:
@echo off
java <your prog name here>
Then move your .bat file icon wherever you want...
bye
Michele
Tip: if you don't want to see the black VM window, try javaw instead of java.

Similar Messages

  • Can i run two widgets at the same time on the same page?

    Can i run two widgets at the same time on the same page?
    Hi
    I have created and published 4 free ibooks and i would to run two widgets
    - a countdown clock
    - a review test
    at the same time on the page. Can i do that?
    Thanks in advance
    Haris

    thanks for your answer. Yes indeed HTML widgets run only full screen (snif snif). I consider this as a "distinguishing treatment".
    One solution  i read !!!!! was to create through keynote a countdown clock, to export to quicktime move and to imported at iBA predefined widgets. of course this is not the solution i need.
    So, in order to have at the same widget and run together a count down clock and a preview test (20 questions)  i must
    1)"hack" the preview widget and insert a countdown clock
    2) create a preview test using iAD.....
    thanks again
    haris

  • Can't iPhone have Thai keyboard the same way as the PC keyboard?

    I been using iPhone since 3GS, 4, and now 4S.
    I been using WhatsApp communicating with my friend and family a lot.
    Since I'm from Thailand, I use Thai keyboard in WhatsApp most of the time.
    iPhone Thai keyboard is very difficult to type.
    Can't iPhone have Thai keyboard the same way as the PC keyboard?
    iPad already has it.  Why can't iPhone has it?
    Many Thai people feel the same way as I am.
    Many iPhone user in Thailand jailbreak their iPhone because they want the keyboard the same way as PC keyboard.
    All iPhone user must use the keyboard everyday to communicate.
    Imangine that Thai people have to use the keyboard everyday and having a hard time using it.
    Please consider giving Thai people the keyboard that we can use with ease.

    To turn on Thai keyboardin your iPhone with iOS4.0.2++, follow the steps below.
    1. Go to settings
    2. Select General
    3. Select Keyboard
    4. Select International Keyboards
    5. Select Add Keyboard...
    6. Search for Thai
    This should add Thai keyboard to your iPhone.
    In order to use Thai keyboard during text SMS/MMS,
    Tap and hold on the lower left where there is a "Globe" like icon. You should see a small window with a selection of keyboards available. Without letting go, run you finger (still holding to the globe like icon) to Thai and you should be able to start typing in Thai.

  • If i have one iPad and I want all the apps that are there how do I copy that so i can have them on another iPad the same way as i have them on the first iPad?

    if i have one iPad and I want all the apps that are there how do I copy that so i can have them on another iPad the same way as i have them on the first iPad?

    If you want both iPad to be identical .....
    Without connecting your iPad to your laptop, start iTunes. Go to iTunes>Preferences>Devices. Check the box next to "Prevent your iPod etc. from automatically syncing." Click OK.
    Now connect your iPad to your Mac and start iTunes.
    When iTunes starts, right click on your iPad under Devices in the left column. Select Transfer purchases.
    After it finishes transferring all your apps to the Mac, right click on your iPad and select Backup your iPad.
    Sync the iPad and eject it when it is complete.
    Quit iTunes
    Connect the second iPad.
    Launch iTunes
    Right click on the iPad name on the left side and select - Restore from Backup
    Select the backup of the first iPad and let it restore from that backup.
    When it finishes restoring - sync with iTunes to transfer all of the apps and any other content that you want onto that iPad
    Eject the iPad when you are done.
    Check the second iPad and if all of the content did not sync as you wanted - or you want to remove some of the content - connect it again and then choose the content that you want - uncheck what you do not want - and click on Apply in the lower right corner of iTunes.

  • How can I run  other applications at the same time as downloading email

    When I open my computer if I check mail on entourage first and there are 30+ messages I can not use other apps at the same time as the mail is downloading, is there a way to have email operating in the background. Curiously if I am using another application and a mail comes in , the first app runs with mail running in the background , Why is this not the case when Entourage is the first program running and it is downloading mail.

    http://www.officeformac.com/ProductForums/Entourage/ Alternatively, don't launch it at login, launch it after logging in.

  • Can I run two PIDs from the same vi?

    Hi
    I want to control speed of the rotating shaft and force applied by the pneumatic cylinder using two different PIDs from the same program.
    I managed to get two PIDs to work separatly using PID control loop VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is no overshoot). When I try to run both PIDs within my vi they don`t work. I again tried various gains and managed to get one PID to work but not the other. Then through trial and error I managed to get a second PID to work but I had to change refresh time of the FOR loop from 100msec to 1msec.
    Does anyone have experience with running two PIDs in the same program? Does the timing of the FOR loop influence PID contorller? Does equiring of other data while run
    ning PID has effect on the PID?
    I would really appreciate any comments/help. I am pretty thrustrated at this time
    Thanks"

    The timing of the FOR loop will influence your PID control, which is a fundamental part of PID control. Acquiring data doesn't affect the PID although it could affect the timing of the loops. For instance if you only have one DAQ card you would want to have it all in one loop because you can not have two AI sessions open to the same card.
    For more detailed information on PID I would recommend reading the "PID Control Toolset
    User Manual" which should have been installed to your machine but can also be found at : PID Control Toolset User Manual"
    Regards,
    JR A.
    Application Engineer
    National Instruments

  • Can i run two PIDs at the same time?

    Hi
    I want to control speed of the rotating shaft and force applied by the pneumatic cylinder using two different PIDs from the same program.
    I managed to get two PIDs to work separatly using PID control loop VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is no overshoot). When I try to run both PIDs within my vi they don`t work. I again tried various gains and managed to get one PID to work but not the other. Then through trial and error I managed to get a second PID to work but I had to change refresh time of the FOR loop from 100msec to 1msec.
    Does anyone have experience with running two PIDs in the same program? Does the timing of the FOR loop influence PID contorller? Does equiring of other data while
    running PID has effect on the PID?
    I would really appreciate any comments/help. I am pretty thrustrated at this time
    Thanks

    I don't know whcih PID vi's you are using but I had similar problems. I
    solved it by going to the VI properties of the PID subvi, select category
    execution and make sure that reentrant execution is selected. Only then two
    instances of the PID vi can run without interfering each other.
    Martien
    solved by setting the execution mode
    "smartlander" wrote in message
    news:[email protected]..
    > Hi
    >
    > I want to control speed of the rotating shaft and force applied by the
    > pneumatic cylinder using two different PIDs from the same program.
    > I managed to get two PIDs to work separatly using PID control loop
    > VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is
    > no overshoot). When I try to run
    both PIDs within my vi they don`t
    > work. I again tried various gains and managed to get one PID to work
    > but not the other. Then through trial and error I managed to get a
    > second PID to work but I had to change refresh time of the FOR loop
    > from 100msec to 1msec.
    > Does anyone have experience with running two PIDs in the same program?
    > Does the timing of the FOR loop influence PID contorller? Does
    > equiring of other data while running PID has effect on the PID?
    > I would really appreciate any comments/help. I am pretty thrustrated
    > at this time
    > Thanks

  • Can I run two ipods from the same itunes library/account?

    I have a 20gb photo colour ipod and have just bought a new 30gb video ipod. I need to know whether I can run them off the same library and itunes account or do I have to have separate user accounts?
      Windows XP   iTunes 7.0.1.8

    Yes, you can.
    You can either have multiple user accouts on your computer, or create separate playlists for your two iPods in iTunes.
    This should explain how to manage multiple iPods:
    How to manage multiple iPods using one computer
    -Kylene

  • Can device run multiple encryptions at the same time?

    I have a G5 at home and I'm considering hooking up a new Airport Extreme to enable wirelsss access from my work laptop (WIN PC). I use a Netgear 54MBPS Wireless PC card WG511 v2 which supports 128bit encryption. Should this work with the mac APE and if so can I also run other encryption modes at the same time in future if needed. I will be connecting the APE to my cable modem and using one of the LAN ports to connect to the G5.

    Thanks Don, at this stage I'm only using the Netcomm wireless but maybe in future I might go for the iTV or add another computer.
    Rob

  • Can You Run 2 ipods off the same computer?

    I have recently upgraded to a 60GB Colour Ipod, but still want to use my ipod mini for training with. Am I able to use both my mini and my colour ipod on the same computer with the same i-tunes?

    Are you trying to connect both at the same time? Just connect the mini without it's big brother connected.
    Otherwise, you might need an iPod software update. http://www.apple.com/ipod/download

  • After installing Maverick I can no longer highlight multiple emails the same way in orden out my mailbox I highlight a message,hold down my mouse and drag my cursor to highlight more messages. I click "delete" & they go to trash. How do I do this again?

    After installing Maverick on my 2011 MacBookPro I can no longer highlight multiple emails in the same manner.  To clean out my Inbox I highlighted a message, held my mouse down & dragged my cursor down through all the messages I wanted to delete (or move to another mailbox, or other functions) highlighting as many messages as I wanted. I then clicked "delete" & they went to trash.  Such a great way to clean out a lot of messages at once.  Can I and/or how do I do this again?  Or is this something Maverick has eliminated?  I also hate that "Notes" is no longer on the Mail page, but this is not as important.  Help!!

    Put differenltly, if I can drag select multiple items and objects on my desktop, which I can, using my Kensington Track Ball (which has an enabled updated software driver in place, so I don't think there's a problem there), why can't I click-drag-multipleselect emails in mail like I have *always* been able to? Really, what is the problem here? Why is that no longer possibler? I'm not a coder, but I can't believe this isn't fixable. Here, Apple should be ashamed of itself, regardless of the fact that there's an easy work around. When I have to alter the way I have been doing something for years and have to waste time learning something new and complaining about it -- like right now! -- and there's no good technical reason, and I bet there isn't, then Apple has simply failed.

  • Can I edit with Smart Print the same way I could with Smartweb Printing and then save as PDF files.

    With Vista basic and SmartWeb Printing you had the option to edit your pages and then to save or print them in the PDF format. This way you could customise various pages pages, save them to a file and then reopen the whole file to see if you wanted to make any further changes before printing the final copy.
    sharjor

    Steve M. wrote:
    I installed the full suite of Canon printing, scanning, faxing and whatever else software they provide for this all-in-one.
    Maybe you don't need that. I prefer using Apple's Image Capture for scanning.
    Right now I am working on scanning documents into PDFs. The Canon software lets me create multipage PDFs which is something I've been wanting to do. My question is, is it best to scan images as JPEGs and then save them as a multipage PDF or is it best to scan into PDF directly (which the scanner seems to offer as well) and then save as a multipage PDF? I'm thinking in terms of the best optimization of file size vs. image quality and things like that.
    Let the software do it for you. That will be fewer steps for you. Image-based PDFs are going to be large. There is no way around that. If they are too large, you can use Preview's Save As feature and play around with the Quartz Filter.
    Is the scanner actually doing anything differently when scanning into JPEG vs. PDF? Or is the scanning all the same and it's just the saving of the file that is different?
    Scans are scans. The JPEG file format is lossly and will look worse than other types. If you are scanning in photographs, the JPEGs will look good. If you are scanning in crisp text, JPEGS will have lots of artifacts and look bad.
    In general what dpi setting is usually sufficient to use to scan a basic text document without taking up too much file space?
    I pretty much always keep it at 300 unless I need something special or when the original is really small and I intend to blow it up.

  • When I try to start Firefox, I get a message that it is already running but not responding and I can't run another Firefox at the same time. I uninstalled and reinstalled. No change. Tried various other suggestions. Help!!

    When I try to start Firefox, I get a message that it is already running, but not responding and that I should close it before trying to run another Firefox. But I cannot find a way to close Firefox program that is not running as far as I can see. I tried uninstalling and reinstalling Firefox, but that did not work. I've tried various other things, but no luck. I thought programs should stop when the computer is turned off, but that didn't work either.

    How are you opening the Profile Manager?
    *http://kb.mozillazine.org/Profile_Manager
    Sounds that Firefox is still or already running.<br />
    See:
    *http://kb.mozillazine.org/Kill_application

  • How can I run different commands in the same system exec window?

    I want to open a window (cygwin) on my Xp machine and sent commands within that window. I then have to monitor what the responses are coming back into the window that was launched. Any ideas on how to do this? I have been playing with the system exec VI but can't seem to get it to do what I want. Any help would be appreciated. Thanks - Troy

    Hello,
    Have you tried setting the wait until completion to true on the System Exec VI?  If so, the LabVIEW documentation claims that the parameter "standard output returns information from the program you called if wait until completion is TRUE. If wait until completion is FALSE, System Exec returns an empty string."
    Could this be the answer to the problem of getting the data returned?
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • How do I save a photo after I have zoomed in on it?  I want to save the zoom-in as a new photo and can't work out why this doesn't work the same way saving a cropped image, or adjusted image does.  Thank you.

    How do I save an image after I have zoomed in on it?  I can't work out why I can't save a zoom-in the same way
    I can save a cropped image or an adjusted image. Thanks, Lily A.

    Hi Matt, thanks for your reply.  Have realised that Zoom in Iphoto is just  a viewing tool and not an editing tool.
    Was creating beautiful abstractions by zooming in and wanted to create a new image of the result.   Have since discovered that cropping after zooming takes me a little way to where I want to go but it isn't the same effect.  Will perhaps have to try to create it when actually shooting.  Am doing a photoshop course in February and maybe will learn a bit more then, too.  Am pretty much an amateur just finding my way.
    Thanks again,
    Best, Lily

Maybe you are looking for

  • Mac OS stops loading after the Spotlight icon is displayed - what can I do?

    Hello guys, This problem is intermittent but extremely annoying. The issue I have is that when I login on my Macbook, occasionally it will load up Spotlight and no further progress will be made - I'll get the cartwheel and even after 30 minutes nothi

  • Printers not working after upgrading from windows 8 to windows 8.1 pro 64 bit

    did the upgrade from win 8 to win 8.1 pro 64bit. Printers were working fine but now are not recongnised and the spooler is not starting. I reset the spooler on numerous occasions to no avail and ive downloade the latest drivers for the printer but no

  • How to lock a (IMAP) Folder or Message?

    I am working on a program that reads and processes email messages from a IMAP folder. Because there might be huge volume of messages to be processed, multiple processes of this program may run on different machines. Since a single message can only be

  • Another scam????

    I have received the following email, which looks "phishy" to me. Can anyone confirm this is a scam? Here is the email: Dear Verizon Internet Customer, At Verizon, we continue our efforts to enhance your online experience as well as ensure ongoing sec

  • How to display electric bill on web ??

    HI experts My issue is from ISU-Electric Distribution Company; it’s having a good consumer base. management want’s to display the ELECTRIC-BILL through webinterface.so any one can suggest me in general ISU what all are the way’s and means required to