Author |
jad file change to jar file |
chrismae Joined: Dec 11, 2009 Posts: 34 From: philippines PM, WWW
|
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 Joined: Jan 03, 2003 Posts: > 500 From: Sydney, London PM |
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 Joined: Aug 28, 2009 Posts: 283 PM |
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 Joined: Aug 23, 2008 Posts: > 500 From: NY PM |
If you need to generate the jad file use JadMaker
[ This Message was edited by: StevenC on 2009-12-13 10:59 ] |
chrismae Joined: Dec 11, 2009 Posts: 34 From: philippines PM, WWW
|
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 Joined: Jun 15, 2009 Posts: 246 From: Negative Space PM, WWW
|
try signed version
Don't be so quick to judge me, you only see what I choose to show you. |
Cyborg_a0 Joined: Aug 28, 2009 Posts: 283 PM |
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 Joined: Dec 11, 2009 Posts: 34 From: philippines PM, WWW
|
what is the meaning of java descriptor?  |
exaflare23 Joined: May 21, 2009 Posts: 227 From: Carmona, Philippines PM |
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 Joined: Jan 17, 2009 Posts: 252 From: .:[ Bicol ]:. PM, WWW
|
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 Joined: Aug 28, 2009 Posts: 283 PM |
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 Joined: Jan 02, 2008 Posts: 277 From: Morocco PM |
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 Joined: Jul 18, 2009 Posts: 111 PM |
hi christmea just i want to know if you can install aplication in your memory card with jad files or no ? |
chrismae Joined: Dec 11, 2009 Posts: 34 From: philippines PM, WWW
|
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 Joined: Dec 11, 2009 Posts: 34 From: philippines PM, WWW
|
@med...i don't know how to do with your advice friend...where do i copy and what do i copy ? |
|