| Reply | « Previous Thread | Next Thread » |
|
Hi as topic,
is there a way to manage JAD file on servers that doesn't support java? If I add text/vnd.sun.j2me.app-descriptor mime type on my server that doesn't support java, and then point the browser to JAD file it open the jad file as a text file... Is there a workaround for this problem? Please help...
Last edited by sblantipodi : 2009-05-10 at 16:40.
|
| sblantipodi |
| View Public Profile |
| Find all posts by sblantipodi |
|
There is no such thing as "a server that doesn't support Java". You just need the MIME types configuring correctly. Contact your server administrator.
Graham. |
| grahamhughes |
| View Public Profile |
| Find all posts by grahamhughes |
|
is what I'm telling to my server administrator -_-
ok, I'll kill him... |
| sblantipodi |
| View Public Profile |
| Find all posts by sblantipodi |
|
Good. And display his head outside the server room, as a warning to the others.
Graham. |
| grahamhughes |
| View Public Profile |
| Find all posts by grahamhughes |
|
Sure, thanks for the advice :)
|
| sblantipodi |
| View Public Profile |
| Find all posts by sblantipodi |
|
You can check if the server is configured correctly:
put the url of the jad file into the jad checker at http://jadcheck.appspot.com If you really can not change the mime type of the server (for example because the administrator is dead...), you can write a php script that output the mime header by calling header("Content-Type: text/vnd.sun.j2me.app-descriptor" ); then the script need to output the rest of the jad file. Regards Karsten Meier |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| changing mime type on server, where do I start | Dexy | Mobile Java Networking & Messaging & Security | 1 | 2004-10-11 22:57 |