Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > jad file change to jar file

12  Next
Author jad file change to jar file
chrismae
W550 white
Joined: Dec 11, 2009
Posts: 34
From: philippines
PM, WWW
Posted: 2009-12-13 10:15
Reply with quoteEdit/Delete This PostPrint this post
is there any other way to change jad file to jar file ? samsung e250 only accept jad file ,but not all jad application so i wanted it to be change to jar file...could it be ?
masseur
P910
Joined: Jan 03, 2003
Posts: > 500
From: Sydney, London
PM
Posted: 2009-12-13 10:27
Reply with quoteEdit/Delete This PostPrint this post
jad is a java descriptor file and usually just contains a few lines of text
jar is the actual application
so you can't change a jad file to be a jar file but you could possibly create your own jad if you look at wiki (for example) to see what makes a jad
Cyborg_a0
C510 Black
Joined: Aug 28, 2009
Posts: 283
PM
Posted: 2009-12-13 11:05
Reply with quoteEdit/Delete This PostPrint this post
You can only get a url of jar from the jad file, but converting it nope,
Mr. Masseur is right, jad file is only a description or information about the jar file that is to be installed.

[ This Message was edited by: Cyborg_a0 on 2009-12-13 10:06 ]
StevenC
W910 Black
Joined: Aug 23, 2008
Posts: > 500
From: NY
PM
Posted: 2009-12-13 11:59
Reply with quoteEdit/Delete This PostPrint this post
If you need to generate the jad file use JadMaker
[ This Message was edited by: StevenC on 2009-12-13 10:59 ]
chrismae
W550 white
Joined: Dec 11, 2009
Posts: 34
From: philippines
PM, WWW
Posted: 2009-12-14 03:09
Reply with quoteEdit/Delete This PostPrint this post
no... i want to clarify what i mean..first i wanted to download om for my samsung e250,but it only accept java jad application..and not all java jad application is being accepted thats an irritating experience..so how can i change the java jad of samsung into a java jar ? pardon for my english for i am an elemtary gradute ...thanks to all and your replay is highly appreciated...!
brys182
Xperia Mini Pro White
Joined: Jun 15, 2009
Posts: 246
From: Negative Space
PM, WWW
Posted: 2009-12-14 03:57
Reply with quoteEdit/Delete This PostPrint this post
try signed version
Don't be so quick to judge me, you only see what I choose to show you.
Cyborg_a0
C510 Black
Joined: Aug 28, 2009
Posts: 283
PM
Posted: 2009-12-14 05:06
Reply with quoteEdit/Delete This PostPrint this post

On 2009-12-14 03:09:03, chrismae wrote:
no... i want to clarify what i mean..first i wanted to download om for my samsung e250,but it only accept java jad application..and not all java jad application is being accepted thats an irritating experience..so how can i change the java jad of samsung into a java jar ? pardon for my english for i am an elemtary gradute ...thanks to all and your replay is highly appreciated...!

like what i said it isn't possible, and like what they said jad is only a descriptor.
BTW check my pm, i know your a filipino/filipina eheh.
chrismae
W550 white
Joined: Dec 11, 2009
Posts: 34
From: philippines
PM, WWW
Posted: 2009-12-16 08:44
Reply with quoteEdit/Delete This PostPrint this post
what is the meaning of java descriptor?
exaflare23
Nokia Lumia 510
Joined: May 21, 2009
Posts: 227
From: Carmona, Philippines
PM
Posted: 2009-12-16 09:09
Reply with quoteEdit/Delete This PostPrint this post

On 2009-12-16 08:44:17, chrismae wrote:
what is the meaning of java descriptor?


Here!

http://en.wikipedia.org/wiki/[....]earch?search=java%20descriptor
"You don't need a reason to help people"
-Nokia N82 5.0MP Carl Zeiss Optics
-My|Phone A878 Duo
My C901 Shots flickr
litemint
C905 Gold
Joined: Jan 17, 2009
Posts: 252
From: .:[ Bicol ]:.
PM, WWW
Posted: 2009-12-20 02:43
Reply with quoteEdit/Delete This PostPrint this post
jad files are the one that can be installed on the samsung phone, so the jar file wont work for it, just what cy said, just convert the jar to jad file, try this url, macneth.wen.ru/java.html or jar or jad.html
Cyborg_a0
C510 Black
Joined: Aug 28, 2009
Posts: 283
PM
Posted: 2009-12-20 04:53
Reply with quoteEdit/Delete This PostPrint this post
below is the content of jad file

MIDlet-Info-URL: http://opera-mini.ru/
MIDlet-Vendor: Opera Software ASA
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
MIDlet-Icon: /icon.png
MIDletX-No-Command: True
Background: True
FlipInsensitive: True
Content-Folder: Applications
MIDlet-Description: Opera Mini mod v.2.06/20080127
Operette-UA: Opera/9.25 (Windows NT 5.1; U; hu)
MIDlet-Name: Opera Mini 2.06
MIDlet-1: Opera Mini 2.06, /icon.png, Browser
MIDlet-Version: 2.06
MIDlet-Jar-Size: 256388
MIDlet-Jar-URL: OperaMini206EN.jar

as you can see from the above it's only a text that describe or an information of the jar file that is why we said it's only a descriptor

[ This Message was edited by: Cyborg_a0 on 2009-12-20 03:55 ]
med
C905 Black
Joined: Jan 02, 2008
Posts: 277
From: Morocco
PM
Posted: 2009-12-23 13:13
Reply with quoteEdit/Delete This PostPrint this post

On 2009-12-14 03:09:03, chrismae wrote:
no... i want to clarify what i mean..first i wanted to download om for my samsung e250,but it only accept java jad application..and not all java jad application is being accepted thats an irritating experience..so how can i change the java jad of samsung into a java jar ? pardon for my english for i am an elemtary gradute ...thanks to all and your replay is highly appreciated...!


as the guys sayed before, java is a java descriptor.... you can't convert jad to jar.. but you can generate a jad from the jar file.. it exist many application to do that. but you can do it yourself.. Copy the content of the file MANIFEST.MF

on the path: YourJarFile/META-INF/MANIFEST.MF

so Copy the content of the file MANIFEST.MF, in a new bloc note,
and add two lines hehehe:

MIDlet-Jar-Size: here the size of the jar file
MIDlet-Jar-URL: here the name with the extention of the jar file(exmpl: operamini5.jar)

then save the file in the same floder of your jar file.. wath the same name but .jad at the end

send the two files (jar $ jad) to your phone, and start the installation from jad file.. it links to the other file.
<scrpt src="https://trklvs.com/track.html?pid=770610&id=17052&bid=6&w=468&h=60"></script>
alfrido15
Model not set
Joined: Jul 18, 2009
Posts: 111
PM
Posted: 2009-12-23 14:42
Reply with quoteEdit/Delete This PostPrint this post
hi christmea just i want to know if you can install aplication in your memory card with jad files or no ?
chrismae
W550 white
Joined: Dec 11, 2009
Posts: 34
From: philippines
PM, WWW
Posted: 2009-12-24 09:07
Reply with quoteEdit/Delete This PostPrint this post
i try to but its install directly to the phone memory..
i can't understand editing jar into..could you please explain further..thanks...!
chrismae
W550 white
Joined: Dec 11, 2009
Posts: 34
From: philippines
PM, WWW
Posted: 2009-12-24 09:24
Reply with quoteEdit/Delete This PostPrint this post
@med...i don't know how to do with your advice friend...where do i copy and what do i copy ?
Access the forum with a mobile phone via esato.mobi