Troble in downloading .jad file

Hi all,
i have uploaded a .jad file on server, whenever i am trying to download using the url it shows the result as a text while in linux machines and in some windows it downloads, I have already set the mime type on server.
I think this is just because of browser setting any one can tell me how can i set the browser especially IE.
Thanks in advance.

Hi all,
i have uploaded a .jad file on server, whenever i am trying to download using the url it shows the result as a text while in linux machines and in some windows it downloads, I have already set the mime type on server.
I think this is just because of browser setting any one can tell me how can i set the browser especially IE.
Thanks in advance.

Similar Messages

  • Object not found ERROR while downloading JAD over OTA

    Hellow everybody !
    I am getting Error while downloading JAD file over OTA in mobile..
    I am putting JAD and JAR in same folder ...
    and while I am trying to download JAR file directly then then Error like malformed content
    anybody know that when it happens?
    Premal

    check on your system with giving url on IE whether it open jar or not.

  • Upload and Download a JAR/JAD file to/from a Web Server

    How do I upload the JAR and JAD file to the Web Server?
    And once deployed on the Web Server,how can I down load this.
    I have written a small MIDlet.
    I would like to upload this to my Web Server(I have Apache running),and then
    I would like to download this and test this,
    Please can any suggest.I am testing this on Siemens m50.
    Ajay

    You should configure your web server to send the correct mime types
    for .jad and .jar extensions
    Ivan

  • Help in loading a .jad file

    Hello everyone, I downloaded a couple of ".jad" files on my BB Playbook (32GB ). Is there a way to either load or run the files. They are named; "BrownApocalypseDemo.jad & Chatbuddie9jawap.jad". I used the "Air Browser" app to attempt to view/load the files.
    Solved!
    Go to Solution.

    So, after 4 days, 28 views it turns out I am the sole surviving klut's with a passion of either running or installing on their BB Playbook. Thank you! 
    The true rule, in determining to embrace, or reject any thing, is not whether it have any evil in it; but whether it have more of evil, than of good. There are few things wholly evil, or wholly good.

  • How to hide the jar/jad files

    Hi,
    When we give the url to jar/jad files to download basically we are giving away our code. Anybody can point their browser to the given url and download the jar file to their desktop, decompile the code and voila they have everything that we worked on for months.
    Which is the best obfuscator available on the market to hide the code ? And also how can we restrict them to download via phone only and not be able to access jar file via the browser i.e even if I know the url I should not get the download window to get the jar file on my desktop ?
    Thanks.

    Which is the best obfuscator available on the market
    to hide the code ? You migth want to try progaurd: http://proguard.sourceforge.net/ Works very well.
    And also how can we restrict them
    to download via phone only and not be able to access
    jar file via the browser i.e even if I know the url
    I should not get the download window to get the jar
    file on my desktop ?That is almost impossible, since you can never know if a phone or something else is talking to your webserver. Phones signatures can easyly be faked.

  • Download .jar file

    hello,
    i use the emulator to download the HelloWorld.jar file from a website, but when i do that. the emulator can access that website and list the jar file and jad file. and the emulator asked me to choose one to install, but when i choosed Helloworld.jar then it display the error:
    HelloMIDlet.jar connot be found at this URL. Contact the application provider for more information
    I dont know why, can anyone tell me that. pretty thanks

    hi,
    thanks for your reply, i still got the same problem. i changed the URL in jad file. then create jar file. still doesnt work.
    if i directly go http://homepage.cs.latrobe.edu.au/g2mao it will list the jad files and jar files. but cannt install.
    but if i go http://homepage.cs.latrobe.edu.au/g2mao/Menu.jar
    it will make error: No MIDlet suites found. Check the URL to make sure it is correct.
    what i am guessing is the sever side. because when i use apache on my own computer then it can be downloaded. but i did change the mime.types. i added one more line(application/java-archive jar) into the mime.types file.
    so it works. i guess i should change the sever mime.types file. but im not sure.
    do you have any suggestion? thanks. and thanks again for your reply.

  • How to install .jar/.jad Files without MS Windows?

    Hello,
    it would have been nice if Nokia would also think of non-MS-Windows users....
    I have downloaded a software package from nokia.com, it consists of two files: a *.jar file and a *.jad file, How can i install them on my phone without Nokia Suite? I copied the files now to my microSD card in the phone. Can I just select the files? Does the phone detect these are programs that can be installed?
    I use a 3600 slide, thanx
    Malte
    Okay, I have now copied the two files to the phone and tried to open it,the phone says "incompatible program". But i correctly selected 3600 as my phone when I downloaded it, i talk about the "Download!" tool i want to install.
    Message Edited by pinguin74 on 03-Apr-2009 10:23 PM

    no worries, Radical24 and I are happy to help. i don't know exactly how that works, or the techincalities behind it, i know that even if you download other applications such as Windows Live or even games, then they install without needing to bypass through a PC. must be complicated though to research to do on your own, i know its too much trouble for me, so i just use PC suite to do it. 
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!
    Message Edited by adrianhughes on 05-Apr-2009 11:16 AM

  • Problem with JAD file!

    Hello all,
    I'm having a wee bit of a problem with a mobile app I wrote.
    When I port it to my phone via bluetooth it works fine, but when I try to download it using it's JAD file that's when I get into trouble. So I presume its the JAD file that's the problem.
    The jar file seems to download fine, but when it finishes downloading it says "*Invalid Application*" and then quits..
    Below is my JAD file, any thoughts??
    MIDlet-Jar-URL: http://www.blah.com/micro/blah.jar
    MIDlet-Jar-Size: 128539
    MIDlet-1: Box,,com.blah.util.Box
    MIDlet-Vendor: Blah Inc.
    MIDlet-Name: Blah Box
    MIDlet-Icon: /logo.png
    MIDlet-Version: 1.0.0
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0

    Yeah everything matches up!
    Could it have something to do with the string encoding? I created the file in ANSI format? Would this have an effect on it?

  • Error while downloading a file via APEX screen

    While I try to download a file using the below code;
    an HTTP 404 error is coming although the proc is being called and the parameter is correctly being passed.
    Please help.
    create or replace procedure download_myfile1(p_id in number)
    as
    v_mime varchar2(255);
    v_length number;
    v_file_name varchar2(2000);
    Lob_loc BLOB;
    BEGIN
    -- -- Selecting the details from the table whoch contains the extracts
    select EXTRACT_FILE,FILE_NAME,dbms_lob.getlength(EXTRACT_FILE) into lob_loc,v_file_name,v_length from table_name where ID = p_id;
    -- -- set up HTTP header
    -- -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( 'application/octet', FALSE );
    -- set the size so the browser knows how much to download
    --v_file_name := substr(v_file_name,1,instr(v_file_name,'.')-1);
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||v_file_name|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( lob_loc );
    end download_myfile1;
    It shows a POP up window by which u can save or opens the file. But no pop up displayed in this case.
    -Shreya

    Hi,
    Made the same changes but still getting the same error.
    The earlier URL also that I had mentoned would dynamically make this url mentioned by you and then shows the pop up window.
    However when I am right clicking on the download link and then clicking 'Save target as' then this error message is provided:
    Internet Cannot download [schema name].download_myfile2 from [DNS name]
    Internet Explorer was not able to open this Internet Site.The requested site is either unavailable or cannot be found .Please try again.
    Please help..
    Thanks in Advance ...
    Shreya
    Edited by: 935203 on Jul 9, 2012 11:58 PM

  • Display save as dialog when downloading a file

    Hi,
    I want to display a save as dialog when the user downloads a file.
    Now I get a dialog where the user can choose to open or save it.
    I set these headers:
    res.setHeader("Content-disposition", "attachment; filename=" + filnamn);
    res.addHeader("Content-Type", "application/force-download");Thanks!

    Sorry!
    When the user downloads a file I want to open a dialog where the user
    can write a filename and then click Save to save the file.
    Today I get a dialog where the user first have to choose if he wants to open or save the file.
    When he clicks save then the dialog appears that I would want to be displayed.
    I hope this clearifies my question.

  • How to log in background and execute a function for downloading a file

    Hello,
    i have a problem.
    I have an application with logon functionality. Over the application there is function to create a xml file for downloading it to the pc.
    Now i want to download this file in background and save it to a server.
    My problem is here how can i do this. The main problem is how to logon with the userid and password in background and how to dowload the file.
    Thanks,
    Regards,
    Ronald

    hi Ps ,
    Can you please do small sample ,
    that would help me in clear understanding
    thanks in advance
    ashok.c

  • How to let user download multi files at the same time in WebDynpro ABAP?

    hi all:
    As you know, WeyDynpor has provided upload/download UI element, but it seems that it only support one file upload/downlaod at the same time.The following is the API method to download one file in Webdynpro:
        cl_wd_runtime_services=>attach_file_to_response(
         EXPORTING
           i_filename      = lv_filename
           i_content       = lv_content
           i_mime_type     = lv_mine_type
           i_in_new_window = abap_true
           i_inplace       = abap_false
    *      EXCEPTIONS
    *        others          = 1
    but if when use click one button, we want to provide user a html file plus 2 icons files which are used as this html file's resource file, then how to let user download these 3 files together at the same time?
    one simple way is calling the download api (cl_wd_runtime_services=>attach_file_to_response) 3 times,
    but it is very ugly that three popup windows are shown to let user select every file's download path, which is unaccepted.
    So anyone know more convienient way to handle it?
    thanks.

    Hi,
    I suggest you to zip the files and attach it to the response. Do the add file part for each of your files
         "References
         DATA lr_zip TYPE REF TO cl_abap_zip.
         "Variables
         DATA lv_zip_xstring TYPE xstring.
         DATA lv_zip_name TYPE string.
         DATA lv_file_content TYPE xstring.
         DATA lv_file_name  TYPE string.
         "Create instance
         CREATE OBJECT lr_zip.
         "Add file
         lr_zip_attachments->add(
           EXPORTING name = lv_file_name
                  content = lv_file_content ).
         lr_zip_attachments->save( RECEIVING zip = lv_zip_xstring ).
         "Attach zip file to response
         cl_wd_runtime_services=>attach_file_to_response(
           EXPORTING i_filename      = lv_zip_name
                     i_mime_type     = 'ZIP/APPLICATION'
                     i_content       = lv_zip_xstring ).

  • Downloading a file would bring up an option to open the file or save it - for some reason now it just downloads straight to the download folder. Why? Problem with Firefox or something else?

    Downloading a file would normally bring up an option to open the file with the appropriate program or save it - for some reason now it just downloads straight to the download folder. Why? Problem with Firefox or something else? It's very frustrating - sometimes you want the file opened first so it can be discarded or saved to a different location.

    Hey. that's great! Thanks for posting back with the outcome.

  • Problem on windows xp with downloaded zip file

    Hi,
    I have written a JSP to download file which is as follows
    try
    response.setContentType("application/download");
    response.setHeader("Content-Disposition","attachment;filename=<FileName>");
    int iRead;
    FileInputStream stream = null;
    try
    File f = new File(<FilePath>);
    stream = new FileInputStream(f);
    while ((iRead = stream.read()) != -1)
    out.write(iRead);
    out.flush();
    finally
    if (stream != null)
    stream.close();
    catch(Exception e)
    //out.println("Exception : "+e);
    After downloading zip file, could not extract files on windows XP by using any tool or built-in extractor i.e. compressed(zipped)folders (error: compressed folder invalid or corrupted).
    But this works on win2k or win98
    How can i work with it or can anyone tell me a solution to handle such a problem.
    Thanks in advance.
    Rajesh
    [email protected]

    This could be a problem with the built-in ZIP program in Win XP - it's possible that the ZIP you are downloading (uploading?) is simply incompatible with the XP program. In Win 98 & 2000, you would have to use your own ZIP program, e.g. Winzip, and that can handle more formats that the XP program.
    Try installing the same ZIP program that you have on w98/2k on your XP machine, and see if you can open the uploaded file using it.

  • How to download multiple files?

    I have an air app where a user can click a thumbnail and download that file to their download folder.
    My question is how to go about allowing the user to select more than one and download them instead of one at a time.
    Do i need to just put the download in a loop? Also My custom item renderer and stopped the tiles from looking like they are selected, how would i make them look selected?

    try this
    private function downloadFile(url:String):void{
                var urlStream:URLStream = new URLStream();
                   var request:URLRequest = new URLRequest(url);
                downloadFileName=getDownloadFilename(url);
                      urlStream.addEventListener(Event.COMPLETE, writeFile);
                      urlStream.addEventListener(IOErrorEvent.IO_ERROR , function (e:IOErrorEvent):void{
                      urlStream.load(request);
                urlStream.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
         private function getDownloadFilename(URL:String):String{
                return(URL.substring(URL.lastIndexOf("/"),URL.length));
            private function onIOError (e:IOErrorEvent):void
                trace("An Error Occured and it looked like this.", e.text);
             private function writeFile(event:Event):void { 
                 var fileStream:FileStream = new FileStream(); 
                 var file:File=//perfered filename with location              
                fileStream.open(file, FileMode.WRITE);     
                 var dataBuffer:ByteArray = new ByteArray(); 
                event.target.readBytes(dataBuffer, 0, event.target.bytesAvailable); 
                fileStream.writeBytes(dataBuffer, 0, dataBuffer.length); 
                 fileStream.close(); 
                event.target.close(); 
                downloadFile(NEXT_ONE); 

Maybe you are looking for

  • Audi Bluetooth does NOT Work After Update 8.02 and neither my car charger

    aAfter Update iOS 8.02 Bluetooth. Audi does NOT Work - Connection is ok bit cant talk with Connection and also The car charter does NOT work

  • Send existing html file as the message

    Hi I have a small program developed in netbeans that uses ireport and the javadb. The program takes some data from the database and using my ireport jasper file, creates a file in html format. My question is this: Is there a simple way to send this f

  • Writing in a in file and going to a new line.

    Hello. There's something in a program i am currently writing. I'm trying to write in 2 files with a format like this : line1..... line2..... In the first file, everything is ok but in the second file, with exactly the same instructions, instead og ge

  • Assign G/L Account to Accounting Document on Invoice Posting

    HI Experts, Sorry if this had been asked already in many forums, I am new to FI Configuration. How does the posting in Invoice determine which G/L Accounts are posted in the Accounting Document? How is it being configured and where should it be maint

  • Tuning of SGA on Oracle 8.0.5 and AIX 4.3.3

    Hi folks, I have an AIX box running AIX 4.3.3 and Oracle 8.0.5.2.0. The original SGA settings are as follows: shared_pool_size = 150000000 sort_area_size = 1024876 db_block_buffer = 126102 The SGA size then is: Total System Global Area 1838467232 byt