Convert into .exe file

Want to know whether JDeveloper 10.1.3 provided any tools to convert into .exe file? If yes, how? Thanks You.

No it doesn't.
Search google and you'll find this for example:
http://www.excelsior-usa.com/articles/java-to-exe.html
Note that JDeveloper does support the creation of Java Web Start packaging.

Similar Messages

  • Conversion of webapplication into .exe file

    Hai,
    How 2 convert a webapplication(nothing but execution not from main method) into .exe file.
    Is it possible to covert.I found that a executable jars are used to convert a java application into .exe but no where i found abt webapplication.
    If possible just reply to msg as it is very urgent.
    Bye
    Arasi

    I'm not sure you understand what you are asking.
    Web applications are activated through the web browser (for example IE) and are executed on both client machine (in the browser) and in the server machine (the web server for example tomcat).
    Exe are not executed within any browser and also the java part of the application is actually executed in the server so actually you want to execute only the js/html in the exe.
    in other words i think your request is illogical and very very wrong.

  • No Microsoft files listed in the settings "convert into PDF files"

    Hi, I wanted to convert different Microsoft Office files, but it doesn't work. There are no Microsoft files listed in the settings "convert into PDF files". I had the trial version of Adobe Acrobat Pro XI installed on a MAC in Windows that runs trough Parallels. Hope somebody can help. Thx

    Hi Rahul,
    many thanks for your suggestion.
    Yes, Parallels is a virtual machine on the top of MAC and I can see all files in the Windows Explorer. Also the ones I created on the MAC top with the Microsoft Office Software Word or Excel for MAC as well the ones I created earlier on a Windows PC.
    Unfortunately there is no possibility to convert files into PDF format with a click on the right mouse. And Adobe also doesn't open Word documents because it doesn't support this format.
    But nonetheless it wouldn't be a solution that I prefer to convert in adavance every single file in a PDF format. I need to create a PDF package from different formats.
    I assume this issue has to do something with MAC or Parallels, because this function of the Adobe Versions Acrobat 8 Pro and XI Pro work well on a Windows PC. I just don't understand why there are no Microsoft Office file formats listed in the Adobe settings. This settings also can't be changed. I tried to find out but couldn't find any hint for this problem thus I'm a bit at a loss... Maybe you have another idea?
    Regards
    Ly

  • SD card folders converted to .exe files in Mac Pro but accessible in Windows

    Hi, To copy some photos, when I inserted my SD card in my Mac pro, the 3 folders in them were converted to .exe files. When I double clicked on one of these "folders", it opened as a text editor app. When I tried the same in windows, all folders and photos were accessible, ie 3 folders with all the photos inside them. When I tried using a different USB stick in the Mac, some folders were converted to .exe files, some were ok and all the files were accessible. This hasn't happened before, ie - I've always been able to access the folders in any USB / SD card in my Mac.
    Any suggestions on how can I access them in Mac? Thx!

    Hrmmm. Rats!
    I was hoping to have that PCI bridge an option. I'd found a digital music site that said the card worked, but then I couldn't find any clear replies to what systems took (a G5 or Mac Pro) the setup. Given my budget, well.. the cost of these things, I'm not budging until I know for sure. Also, I have an Audiophile2496 PCI card that I was hoping to use on that bridge as well. Bummer.
    That Ratoc unit is actually cheaper than the bridge and will surely be fine!
    (I had found a similar listed thing on the Vuescan site, but it was USB.. and more expensive)
    This is *much* better! Thanks.
    Deb.
    Message was edited by: Deborah Terreson  - Camino doesn't play well on this new layout..

  • How can Java program convert to .exe file which can run on window system?

    Hi,
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.
    I had downed EXE4J software to make the program to .exe. BUT the exe file can not be run on other PC with the error message that warning the PC have not set up JVE. IS it necessary to set up JVE?
    OR give me your experience on how to do it?
    Thanks!

    >
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.>If you only code for Windows, why not use dotNet or C# or whatever system MS is pushing at this instant?
    If you wish to code for computers, Java is good, but it needs a JRE.
    The easiest way to get a Java application up and running on a client PC is to launch it via. webstart, and to use deployJava.js to ensure the minimum Java is on the client PC, ready to use webstart.
    Used this way, you link to a web page where the user clicks a link that downloads and installs the application (and adds extras like splash screens, desktop integration, registration of interest in file types, automatic update..).
    As an aside. The best way to ensure answers is to indicate your interest in solutions, by adding a lot of Duke stars to a thread.

  • Is there any way I can convert a .exe file to .iso on my MacBook Air? I'm trying to install Windows via BootCamp but the download from Microsoft is a .exe file which does me no good.

    I'm trying to install Windows 8 via Boot Camp, but the download from Microsoft is a .exe file so when I go to create the bootable USB drive, it fails. I've read some of the other threads about this topic, but I want to know if there is any way to convert to .iso without having to find someone's Windows computer to borrow. Can anyone help?

    No. You would require a PC in order to run the executable which is an installer, not a disc image or an archive.

  • In smartform word document convert into pdf file

    Hi Experts,
    I have issue on smartform, i have done two page smartform in preview its coming properly but
    when i give to print its not coming properly...output is not coming properly...so please sugest me
    even how to covert smartform word document into PDF file...im waiting for your replay. Thanks in
    Advance....
    Regards
    Ashwini

    Hi,
       I hope its printer problem check with u r basis, and for Smartform to PDF bewlow is my coding in which by using OTF data from Smartform it ill veiw in PDF.
    *& Report  ZSAP_PDF_VIEWER_DEMO_2
    REPORT  ZSAP_PDF_VIEWER.
    DATA: LT_PDF TYPE TABLE OF TLINE,
          LS_PDF LIKE LINE OF LT_PDF,
          LV_URL TYPE CHAR255,
          PDF_FSIZE TYPE  I,
          LV_CONTENT  TYPE XSTRING,
          LT_DATA TYPE STANDARD TABLE OF X255.
    DATA : L_JOB_OUTPUT_INFO TYPE SSFCRESCL.
    DATA : LS_CONTROL_PARAM  TYPE SSFCTRLOP.
    DATA : G_HTML_CONTAINER TYPE REF TO CL_GUI_CUSTOM_CONTAINER,
           G_HTML_CONTROL   TYPE REF TO CL_GUI_HTML_VIEWER.
    DATA: LO_DIALOG_CONTAINER TYPE REF TO CL_GUI_DIALOGBOX_CONTAINER.
    DATA: LO_DOCKING_CONTAINER TYPE REF TO CL_GUI_DOCKING_CONTAINER.
    DATA : P_VBELN TYPE  VBELN_VL.
    FIELD-SYMBOLS <FS_X> TYPE X.
    INITIALIZATION.
    LS_CONTROL_PARAM-GETOTF = 'X'.
    LS_CONTROL_PARAM-NO_DIALOG = 'X'.
    START-OF-SELECTION.
      CALL FUNCTION '/1BCDWB/SF00000034'
    EXPORTING
       ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
         CONTROL_PARAMETERS         = LS_CONTROL_PARAM
         P_VBELN                    = P_VBELN
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
    IMPORTING
         DOCUMENT_OUTPUT_INFO  = L_DOCUMENT_OUTPUT_INFO
           JOB_OUTPUT_INFO       = L_JOB_OUTPUT_INFO
         JOB_OUTPUT_OPTIONS    = L_JOB_ OUTPUT_OPTIONS
    EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5
      IF SY-SUBRC  <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          FORMAT                = 'PDF'
        IMPORTING
          BIN_FILESIZE          = PDF_FSIZE
        TABLES
          OTF                   = L_JOB_OUTPUT_INFO-OTFDATA
          LINES                 = LT_PDF
        EXCEPTIONS
          ERR_MAX_LINEWIDTH     = 1
          ERR_FORMAT            = 2
          ERR_CONV_NOT_POSSIBLE = 3
          OTHERS                = 4.
    convert pdf to xstring string
      LOOP AT LT_PDF INTO LS_PDF.
        ASSIGN LS_PDF TO <FS_X> CASTING.
        CONCATENATE LV_CONTENT <FS_X> INTO LV_CONTENT IN BYTE MODE.
      ENDLOOP.
       CALL SCREEN 100.
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS '100'.
    **CREATE OBJECT LO_DOCKING_CONTAINER
    EXPORTING
       REPID     = SY-REPID
       DYNNR     = '100'"SY-DYNNR
       SIDE      = LO_DOCKING_CONTAINER->DOCK_AT_LEFT
       EXTENSION = 1200.
    CREATE OBJECT g_html_container
       EXPORTING
         container_name = 'HTML'.
    *CREATE OBJECT G_HTML_CONTROL
    EXPORTING
       PARENT = LO_DOCKING_CONTAINER.
      CREATE OBJECT G_HTML_CONTAINER
          EXPORTING
            CONTAINER_NAME = 'HTML'.
        CREATE OBJECT G_HTML_CONTROL
          EXPORTING
            PARENT = G_HTML_CONTAINER.
    Convert xstring to binary table to pass to the LOAD_DATA method
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER     = LV_CONTENT
        TABLES
          BINARY_TAB = LT_DATA.
    *application/
    Load the HTML
      CALL METHOD G_HTML_CONTROL->LOAD_DATA(
         EXPORTING
           TYPE         =  'application'
           SUBTYPE      =   'pdf' "
         IMPORTING
           ASSIGNED_URL         = LV_URL
         CHANGING
           DATA_TABLE           = LT_DATA
         EXCEPTIONS
           DP_INVALID_PARAMETER = 1
           DP_ERROR_GENERAL     = 2
           CNTL_ERROR           = 3
           OTHERS               = 4 ).
    CALL METHOD G_HTML_CONTROL->show_url
         EXPORTING  url        = lv_url
                   in_place    = 'X'
         EXCEPTIONS cntl_error = 1.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    MODULE user_command_0100 INPUT.
      DATA ok_code LIKE sy-ucomm.
      MOVE sy-ucomm TO ok_code.
      CASE ok_code.
        WHEN 'BACK' OR 'EXIT'.
         CALL METHOD LO_DOCKING_CONTAINER->free.
          CALL METHOD g_html_control->free.
          LEAVE TO SCREEN 0.
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USE

  • Can a labview VI can be converted into Hex file for dumping into Microcontroller

    I want to know whether we can convert a LabVIEW VI into HEX file so that we can dump into  microcontroller like 8051 or AVR or not.
    If not is there any possibility that we can make a VI which can convert a LabVIEW VI into HEX file.

    Hi kpraveen,
    you want to run a vi on a microcontroller?
    Well, there is LV for FPGA and LV embedded. Both have their price... But I don't know which processors are supported - just look at the NI website!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Turn my .class files into .exe file

    Does anyone know a good install shield program for Java? I'm currently using a program called Install4J. But the problem is that after I installed the program all my .class files are basically copied into the destination folder. Is there a program that can combine all the .class files into an .exe file or maybe a library file? Thanks
    Bohua

    gee, that's never been asked before... good thing you didn't waste precious time searching the forums first.

  • How to SAP data convert into csv file.

    hi,
    i have a one internal table , and i want to extract SAP data into csv file with filed separator ','(comma).
    Thanks

    you can use this coding for slove yours issue
    tables: vbak.
    Use type pool:
    TYPE-POOLS: TRUXS.
    parameters: p_erdat like vbak-erdat.
    DATA: COM TYPE C . For comma SEPERATOR
    data: begin of itab occurs 0,
          vbeln like vbak-vbeln,
          erdat like vbak-erdat,
          end of itab.
    DATA: ITAB1 TYPE TRUXS_T_TEXT_DATA OCCURS 0 .
    COM = ','.
    select vbeln
           erdat
           into table itab
           from vbak
           where erdat = p_erdat.
    FM:
    CALL FUNCTION 'SAP_CONVERT_TO_CSV_FORMAT'
    EXPORTING
       I_FIELD_SEPERATOR          = COM
      I_LINE_HEADER              =
      I_FILENAME                 =
      I_APPL_KEEP                = ' '
      TABLES
        I_TAB_SAP_DATA             =  ITAB
    CHANGING
       I_TAB_CONVERTED_DATA       = ITAB1
    EXCEPTIONS
      CONVERSION_FAILED          = 1
      OTHERS                     = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    FM:
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                  =
        FILENAME                      = 'C:\TEST.CSV'
       FILETYPE                       = 'ASC'

  • My Folders turned into exe files

    Hi everybody,
    I don't know what happened to my Mac today, i assumed it's a virus but the strange here is that virus is only affect Windows OS. The story is, I have a friend, she borrowed my camera, as she returned it, i was on boot camp and was using Windows for gaminng, i plugged my camera and delete photos that my friend has taken. I noticed nothing strange and i didn't have any Anti-virus program on Windows. Until i login to my Mac, i see all of the folders on my Macintosh HD drive is now exe files. I can still access these folders by using the "Go" option on the Menu Bar. I downloaded Kaspersky and scan for viruses, it showed that the drive is infected with Worm.Win32.Autorun.gvy. If i try to delete the file, it also delete the whole Folder which causes my Mac to crash and need to restart.
    Here is the picture

    Thomas A Reed wrote:
    That is truly bizarre.  I'm not sure that I understand what you're saying about that malware, though.  Did you scan your Windows partition and find that it was infected with that malware?  Or did you scan the Mac partition and find the file there?
    If the former, does the Windows partition have access to the Mac partition while Windows is running?  (I'm not that familiar with how Boot Camp works.)  If so, it may have done something to the Mac partition.  If the latter, this can't have anything to do with that malware.
    In any case, though, if I saw that, I would probably erase the hard drive and restore from my last backup.  As this is not a problem I've ever heard of before, I have no idea what might have happened or how you might fix it.
    For your question, Yes, i did install MacDrive when i was using Boot Camp and i regretted it. The problem here is there isn't a way to fix this virus for Mac OS. I think i will try using Boot camp and scan for viruses with Windows Programs then.
    @Radiation Mac: This is about Mac Lion, the drive here is Macintosh HD which is the root drive of a Mac and these files as you can see are the folders of a normal Mac.

  • Links from RoboHelp don't convert into PDF file when "printing to PDF"

    I need to output my webhelp file to an Adobe PDF. However, my
    links are not converting UNLESS I put in part of the code. mailto:
    links will work if there is a visible @xxxxx on the screen.
    Regardless of the background code, if I don't have the @xxxx
    visible on the page, the link will not work. The "hand" will not
    turn into a "pointing finger" in the PDF file.
    I've looked at the settings, and am beating my head against
    the wall! This is a manual that will be published to a PDF on a
    weekly basis, so redoing all the links in Adobe is not a solution!
    I need my links to other parts of the manual, URLs and email links
    to work as the do in the RH side. All suggestions welcomed!
    Thanks!!
    p.s. I am using RH 5.0.2. The Adobe side is 7.0 Thanks!

    Hi Teri
    Links are retained in the version 6 release.
    Just some food for thought...
    Cheers... Rick

  • Hyperlinks followed by spaces causes underlining them when converted into PPTX file

    Dear All,
    when http://drifted.in/other/acrobat_slides.pdf  file is converted in Acrobat XI (Windows 7) into PPTX http://drifted.in/other/acrobat_slides.pptx, there are all space characters after hyperlinks underlined. I cannot get rid of it even when inserting the zero-width or hair space immediately after the link in the original document. Is there any workaround for this?
    Thanks, Jan

    I got similar results in AA XI. However, I ran preflight and it gave at least 2 error in the PDF. I had also tried to save it to WORD from AA 8 and got syntax errors -- leading me to the preflight check. It may simply be that the PDF is improperly formed. All I can suggest is to try to print without the links and add them in Acrobat or PPT and see if you can home in on the problem.

  • CONVERT into PDF  Files

    hi all,
        i have the scenario to convert Purchase Order into PDF Format.
    that PDF format should be stored in app server.
    please help me to solve this problem.
    Your help is greatly appreciated.

    HI ,
    u can get idea on looking this code.
    data: ctrlparams type ssfctrlop.
    data: fm_name type rs38l_fnam,
          fname type string value 'c:\reportpdf.pdf',
          bin_size type i,
          joboutput type ssfcrescl,
         it_result like table of itcoo,"JOBOUTPUT-OTFDATA
          otf like table of itcoo,
          doc like table of docs,
          tlines like table of tline.
    data: begin of struct occurs 0.
            include structure spfli.
    data: end of struct.
    data: itab like table of struct with header line.
                   call function 'SSF_FUNCTION_MODULE_NAME'
                     exporting
                       formname                 = 'ZSIVA_SMARTFORMS'
                       FORMNAME                 = 'SF_TOTALS'
                    importing
                      fm_name                  = fm_name
                   if sy-subrc <> 0.
                   endif.
    ctrlparams-getotf = 'X'.
    call function fm_name
    exporting
        control_parameters         = ctrlparams
    importing
        job_output_info            = joboutput
    tables
       itab                    = itab.
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5.
    *IF SY-SUBRC <> 0.
    *ENDIF.
    call function 'CONVERT_OTF_2_PDF'
    importing
       bin_filesize                 = bin_size
      tables
        otf                          = joboutput-otfdata[] "otf
        doctab_archive               = doc
        lines                        = tlines
      call function 'GUI_DOWNLOAD'
        exporting
          bin_filesize                  = bin_size
          filename                      = 'C:\siva\test.pdf'
          filetype                      = 'BIN'
        tables
          data_tab                      = tlines.
    * Open PDF
    data: program like soxpc-path.
    call function 'SO_PROGNAME_GET_WITH_PATH'
      exporting
        doctype = 'PDF'
      importing
        pathname = program
      exceptions
        path_not_found = 1
        program_not_found = 2
        no_batch = 3
        x_error = 4
        others = 5.
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
             with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    call function 'WS_EXECUTE'
      exporting
        commandline = 'C:\siva\test.pdf'
        program     = program
      exceptions
        frontend_error = 1
        no_batch = 2
        prog_not_found = 3
        illegal_option = 4
        gui_refuse_execute = 5
        others = 6.
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
             with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    regards,
    shan

  • Convert into zip file to .dns file with powershell

    HI
    I am using below command to take DNS zone backup and after zone export I am moving that file to other folder
    with below script.
    DNSCMD /zoneexport contoso.org contoso.org.dns
    Move-Item c:\windows\system32\dns\contoso.org.dns e:\dns\contoso.org.dns
    Now I want to convert.dns file to zip file so that I can send it to mail for all team members.

    Hi there,
    You can use the Write-Zip cmdlet available in the
    PowerShell Community Extensions
    There is a similar thread at below link:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8f98f06e-79fe-401c-92f0-a548d4304dcc/how-to-zip-files-and-folders-using-powershell?forum=winserverpowershell
    Hope this helps
    Knowledge is Power{Shell}.

Maybe you are looking for

  • ITunes 8.2 no longer launches automatically on iPhone connect ?

    Is this something different with iTunes 8.2. iTunes always used to launch automatically after connecting iPhone. It will recognize phone but I have to launch iTunes manually and wait after I connect the phone.

  • Need doc on Message Control idoc work flow

    Hi,        Can anyone give me step by step doc on Idoc related workflows. I have been assigned task on idoc related work flows i have no idea on idoc related wf.So plz suggest me a material. Thanks, Hari

  • Create an invoice

    Hi everybody! I am trying to create an invoice . First of all I create an order (everything ok) and then I try to make the delivery note from the order and here is my problem because  i always get the same error: "The sales order you want to deliver,

  • When will the new ipod touch go down in pricing

    when will the new ipod touch go down in pricing

  • Cluster  3.2 failure retry time

    Dear All, I have messaging sever 7 in a cluster, however, for some reasons after so many watcher crashes, the cluster didn't restart the messaging resource. I am wondering if there is a retry timeout, or retry number of times. Would anyone please let