got it to work after
"michael turner" <zvxr.gheare1963@grfpb.arg> wrote in message
newsan.2004.11.23.21.46.15.326000@grfpb.arg...
> On Tue, 23 Nov 2004 19:36:43 +0000, djlewis wrote:
>
>> would the game prince of persia work on my nokia 7250i
>
> Depends if it was intended that platform(Nokia series-40).
>
>> i have the file but
>> ti doesnt look lik a jar file it has files called meta in side zip file
>
> You need the associated JAD file to go with it.
>
> --
> Michael Turner
> Email (ROT13)
> zvxr.gheare1963@grfpb.arg
djlewis
Johan Wevers
Posts: n/a
Re: prince of persia game nokia 7250i hlp plz
Posted: 11-27-2004, 02:53 PM
michael turner wrote:
>> would the game prince of persia work on my nokia 7250i
> Depends if it was intended that platform(Nokia series-40).
I got it working on a 6610 and a 6610i, so I think it will also work
on a 7250i.
>> i have the file but
>> ti doesnt look lik a jar file it has files called meta in side zip file
A .jar file _is_ a zipfile with another extension. It includes class
files that contain the program, and meta data about the program, stored
in the META-INF dir.
> You need the associated JAD file to go with it.
But rebuilding a jad file from a jar file is easy. You can do it by
hand (most of the required info is stored in META-INF\MANIFEST.MF if
you unzip the jar file), or use some application to do it (google must
turn up with something if you look for jadmaker).