Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User staalmannen's Avatar
    Join Date
    Mar 2003
    Posts
    1
    I want to download java apps that i have found on various places on the internet. I downloaded the two files(the .jar and the .jad file), to my home domain. I can access these file via internet by writing (f.ex.)http://www.stud.ntnu.no/~oddmars/microjava/asteroids.jar. When I try typing this adress via wap, the phone says "Unknown file format". What is wrong?

  2. #2
    Registered User john_barker's Avatar
    Join Date
    Mar 2003
    Posts
    2
    I think that the webserver hosting the .jar and .jad files needs to be configured so that it recognises the MIME type of the files.

    The jad files mime type is text/vnd.sun.j2me.app-descriptor
    The jar files mime type is application/java-archive

    If the webserver is running Apache then you need to add the following lines to the mimes.type file

    text/vnd.sun.j2me.app-descriptor jad
    application/java-archive jar

    Hope this helps
    John Barker
    Warthog Ltd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved