How to place exe file entries in JNLP

I want the client to get the exe file while downloading using the jnlp file. my code use the exe file. so what will be the correct entry in the jnlp file. I have used many options but while downloading it gives the "CORRUPT JAR FILE " message.
Please suggest

Java WebStart is not a general purpose installer for random software. It is a deployment and update mechanism for Java software.
You can only download JAR files through Java WebStart. If you really want to distribute an exe (there are probably better ways than JWS, though), you could wrap it in a JAR file and write a Java program that puts it in the right place on the client machine and starts it.
Please note that you need to sign the jars and request full permissions for this to happen.

Similar Messages

  • How to run .exe files with Virtual PC for Mac

    Hey Guys, I'm new around here and with mac technology as well. Anyway, I have an iMac OS X 10.5.1 Leopard and I've recently purchased the Virtual PC for Mac 7.0.2 software. So I'd like to know how to use this program properly, because I need to run some executable files in my computer. It is confusing for me because I don't know how to get started, and I only get to the part when it says "OS not found, Install an OS on this hard drive".
    Honestly I've no idea of what an OS is or where do I get that. So I'd really appreciate if one of you guys could tell me, step by step, what to do to use Virtual PC properly, and finally learn how to run .exe files on mac.
    Thanks in advance!
    Have a nice day!

    Always nice to see new faces
    Honestly I've no idea of what an OS is or where do I get that.
    This brings up the second part of your problem. The first part is setting up either a proper Virtual Machine program like Parallels or VMfusion, or setting up a Boot Camp partition on your drive.
    http://www.parallels.com/
    http://www.vmware.com/products/fusion/
    OS stands for Operating System. You are running Leopard 10.5.7 as an operating system on your Mac (MacOS X).
    The second part of your problem - You will need a copy of Windows XP or Vista if you want to run Windows on your Mac.
    There is at least one other solution for running Windows programs on a Mac. It's called "CrossOver" by a company named 'Codeweavers'. It's based on a project for "Wine" to be able to run PC programs on a Mac or Linux, without having to buy or install Windows. It works with a narrow subset of Windows programs so you would want to make sure the program you want to run is compatible with CrossOver before you buy it.
    http://www.codeweavers.com/products/cxmac/
    In addition to all the above information, you need to upgrade your Mac to the latest 10.5.7 from 10.5.1. "Software Update" is located under the black Apple icon in the Menu Bar at the top left corner of your monitor. After you are updated you will want to update your Profile here so that it shows the proper OS version.
    With your level of experience with MacOS X and the Windows OS's you should probably get some help from a local Apple store. They have an appointment system and do offer many types of help and training, and they can offer assistance with choosing the proper programs for you to purchase for your machine.
    You are also welcome to continue to ask questions here, of course. You will want to ask your questions with different issues that come up in different threads so that the answers stay focused on the title of the thread.
    Message was edited by: dechamp to try to be more accurate with a fairly complicated issue...

  • How to place a file on application server in crm?

    Hi,
    How to place a file from presentation server to application server in crm?, is ther any tcode or fm to do this one?
    Thnaks,

    Hi,
      You can check this link for the issue:. Load it in the CRM server and compile the program.
    [http://wiki.sdn.sap.com/wiki/display/Snippets/ApplicationserverProgram.]
    cheers
    Aveek

  • How to run .exe files in mac pro?

    how to run .exe files in mac pro?
    i am looking for this to play games in my mac pro.
    if someone got a answer, just let me know
    cheers.

    mailking wrote:
    And I fail to see why you are attacking me...
    My comment is Valid...  " .exe files will not run natively on Mac OS X..."
    I am sorry. I had the false impression that it was commonly known that .exe files did not run on Mac OSX natively and failed to see any constructive critique you were bringing. Maybe I am wrong. Again deepest apologies.
    Unfortunately... these days... not every one is aware of this .exe  fact..
    Apology accepted.. and Thank You..

  • How to place tif file through a script in an indesign document?

    how to place tif file through a script in an indesign document?

    Emanuele:
    it works if i just run a script....
    but since i have been using a gui to do some functions, this  place command is not able to place the output tif file back into the  document

  • How to disable .EXE files to be run from Group Policy

    I would like to know how to disable .exe files from GP?
    Thanks in advance

    All exe files icluding calc.exe, notepad.exe and explorer.exe or just some exe files?
    There are different approaches to this.
    If you're trying to block a single executable that you're familiar with you can disable it from a GPO using the setting:
    User Configuration/Administrative Templates/System/Don't run specified Windows applications
    Another option is to specify only the applications you want to allow Using:
    User Configuration/Administrative Templates/System/Run only specified Windows applications
    This one would probably take a lot of work to populate for a system with many applications installed or for a corporate environment.
    None of the two mentioned settings takes into account that a user can name their exe file what they want so renaming mydangerousapp.exe to explorer.exe would make it a perfectly legitimate executable.
    A more robust and managable way of securing your systems by controlling which applications that can be launched is Software Restriction Policies.
    Check this article for an introduction to Software Restriction Policies: http://technet.microsoft.com/en-us/magazine/2008.06.srp.aspx

  • How to install .exe files on pawerbook g4?ty

    how to install .exe files on pawerbook g4?ty

    dot e x e files are PC executables.  They will not work on a PowerBook unless you have an appropriate Windows PC emulator, such as Virtual PC on the machine, which BTW runs very slowly on my TiBook so I don't use it very often.  (Actually, I haven't used it for anything that actually worked in several years.)

  • How to run exe files using peoplecode?

    How to run .exe extension files using peoplecode. It should execute on clicking a button.can anyone provide sample peoplecode for the same.
    where do i place the exe files ? Local workstation or Server or FTP?
    can i use the same peoplecode if i'm using a button on grid.

    1. You can use function Exec in PeopleCode to run any exe file
    2. You can use ViewContentURL function in PeopleCode to view any .pdf or .doc documents
    Jayaprakash Tedla

  • How to run exe file from inside java

    I wan to run an exe file from inside java code. How can I do it?
    Thanks

    Hi Oakam
    This is very simple. Just go through the given code below
    in place of FILEANDPATHNAME just give the exe's path and name
    Note :- adding ".exe " is not necessary
    public class exep
    public static void main(String args[])
    Runtime r = Runtime.getRuntime();
    Process p = null;
    try{
    p = r.exec("FILEANDPATHNAME");
    catch(Exception e)
    Give ur feedback
    Thanx
    Ottran

  • How to run Exe file through Sql server agent job

    Hello All
    i have 2 servers 
    1.Application Server
    2.Database server
    Application server has a .exe file so i wanted to run this exe file through SQL server agent job from database server.
    What is the process for run this Exe file 
    Can you plz suggest me step by step process
    Kamal

    While i'm trying to implement this below method
    Step1 : Right Click SQL Server Agent. Select New -> Job. This will open a wizard to schedule a new
    job.
    Step2 : Select Steps from options given on the left side of wizard. This is the main place to set your
    exe\program as a running step. Give some name to this step, Select Operating System (cmdexec) for the Type and give the full path of exe in Text box for Command.
    ex:\\10.11.00.98(your application serverIP)\ch.exe
    Thanks vanchan-Please
    mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
    I got this below error
    Message
    Executed as user:NJROSJ345\SYSTEM. The process could not be created for step1 of job
    (Reason:Access is Denied)The step failed.
    But i have sys admin rights on the both the servers 
    Kamal

  • How to run .exe files using SAP

    Hi,
    How can I run my .exe files using ABAP/4 language? How can I pass parameters to my executable? Is there any documentation related with my question?
    Thanks.

    Here is how you can run a .exe from your ABAP.  I don't know how you would pass parameters.
    report zrich_0001
           no standard page heading
           line-size 300.
    data:
               ifile_table type table of file_table,
               xfile_table type file_table,
                return type i..
    parameters: p_app type file_table-filename
              default 'C:'.
    at selection-screen on value-request for p_app.
      clear ifile_table.  refresh ifile_table.
      call method cl_gui_frontend_services=>file_open_dialog
       exporting
          window_title       = 'Get App'
          multiselection     = space
       changing
          file_table         = ifile_table
          rc                 = return
       exceptions
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          others                  = 4.
      read table ifile_table into xfile_table index 1.
      if sy-subrc  = 0.
        p_app = xfile_table.
      endif.
    start-of-selection.
      data: app type string.
      app = p_app.
      call method cl_gui_frontend_services=>execute
        exporting
          application            =  app.
    Regards,
    Rich Heilman

  • How to genrate EXE file

    Hi to all
    is it possible .....
    I am working on a project ,and i have made its GUI in Lab-view 8.5
    i don't want to install Lab-view on the system where the project about to install
    mean there is no need to install the complete lab-view software ..
    is it possible to generate the such type of "exe" file that can be run with out lab-view on that
    system ?? like Turbo C Exe file,, OR which part of lab-view i will have to install on the system
    by which i can run the application properly.
    i had generated exe file of that project
    from application builder (project explorer--> build specification)
    but it can not be run without software
    can anybody tell me how i can do this ??
    waiting for yours replies

    Yamaeda wrote:
    You also need the Professional Version of LabVIEW to build exe's. (if memory serves)
    Yes, LabVIEW professional or the application builder add-on.
    Since he said that he built an exe already, we can assume that the OP has the application builder.
    LabVIEW Champion . Do more with less code and in less time .

  • How to create .exe file of the java program you create?

    This must be the qustions asked several time on the forums.So here it is again.
    This sounds absurd to some developers here cause you'll say just create jar file and distributre to usr but sometimes there is not possiblity of having runtime environment in windows computers.So if we can bundle the enviroment and the setup together then packing into exe and then distribute like most of commercial java application sounds better.But the problem is how to do that?
    Ok creating exe will increase the size but that doesn't matter,if there is any freeware tool to accomplish just that?

    Check this out:
    http://search.java.sun.com/search/java/index.jsp?qp=%2B
    orum%3A31&nh=10&qt=create+exe+file+program&col=javaforu
    s

  • How to run .exe file by labview?

    Dear All,
    I want to use Labview to run a .exe file, but I don't know how to do? who can tell you? Thanks!
    Best regards,
    Jimmy

    Try the attached VI (LV v7.1.1). It uses the System Exec function:
    (from the LV Help file):
    "System Exec
    Executes a system command. UNIX You can use wildcards, pipes, and shell meta-characters. Mac OS To use this VI on Mac OS, you must have the Macintosh Programmer's Workshop installed. Refer to the Apple Developer Connection Web site for information about downloading the MPW.
    To launch an executable with options using the syntax filename.exe -option1 -option2, create a filename.bat file that calls the executable with the options syntax and use this VI to call the filename.bat file. "
    Attachments:
    Run Program.vi ‏30 KB

  • How to open .exe files with Ibook G4 ??

    Hello, I have an ibook G4 since 2004 that I used only for photos & Music. Now I need to use it for work and cannot install anything since it refuses to run .exe files.
    Did someone had same issue ? How did you solve it ?? The fact is I'm trying to install adsl connection so cannot download anything before I've managed to run this file ;
    Thanks a lot for your help

    Hi again,
    Isn't there a set-up wizard within the web interface? I'm not familiar with the Speedtouch 585 but you should connect to it with an ethernet cable and connect the 585 to your phone/cable socket. In your browser address bar put: 192.168.1.254 and hit the 'Enter' key. This will get you to the web interface of the router. Using the manual that came with the router navigate to the relevant pages and enter the settings that were provided by your ISP. Save the settings. The router may or may not restart but should connect if you have entered the settings correctly.
    Once it is set up and connected and if your iBook has an Airport card you will be able to connect wirelessly with this router.
    Good luck,
    Adrian

Maybe you are looking for

  • Statistical condition types not getting displayed in invoice

    We  have configured the tax collected at source (TCS) condition types and make them as statistical in the pricing procedure. Now, the issue is when we are using them the values for these condition types are getting calculated correctly as the total v

  • Updating Transport Layer in Packages

    Hi all, I have a question on Transport Layers and that set in Packages. The situation is a system that has been copied and renamed in 4.6 (System was copied from a combined install to a new install with all the customisations kept to provide a separa

  • How to hard reset an iphone 4s

    i HAD CHANGED PHONES TO A GALAXY NOTE 3 AND KEEP MY IPHONE 4S AS BACKUP. I RECENTLY DROPPED MY NOTE 3 AND BROKE IT. SO NOW I AM HAVING TO GO BACK TO THE IPHONE TEMPORARILY. HOWEVER I CANT ACCESS IT BECAUSE I HAVE FORGOTTEN THE PASSCODE. IS THERE A WA

  • Bootcamp and the SDXC Card in the MacBook Air

    Hello, I have a MacBook Air with an SDXC Slot. Is it possible to boot from cards in this slot? What I want to do is install Windows using Bootcamp onto a card in the SDXC Slot. Thanks Andy

  • Selection screen in spanish

    Hi Friends, when the user logon to Spainish my report selection screen  names want in spanish. when the user logon to  'EN' user is able to see in english. Only 2 languages. Please let me know we can approach on this. regards, vijay