Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

.jar/.jad to .apk or jsme

  • 19-08-2009 2:15pm
    #1
    Closed Accounts Posts: 51 ✭✭


    Hi,

    Anyone one out there who knows how to do this?
    i have a .jar and .jad file and need it to be a .apk i would be satisfied with being able to convert to j2me

    cheers in advance.
    Brian


Comments

  • Registered Users, Registered Users 2 Posts: 21,611 ✭✭✭✭Sam Vimes


    Hi,

    Anyone one out there who knows how to do this?
    i have a .jar and .jad file and need it to be a .apk i would be satisfied with being able to convert to j2me

    cheers in advance.
    Brian

    This is a service that does it but apparently it doesn't work properly:
    http://www.netmite.com/android/srv/1.6/getapk.php

    But I think you're confused. J2ME uses jar and jad files, there is no .j2me file. The jar file contains the code and the jad file contains information about the program (the D stands for descriptor). This is what a jad would look like:
    MIDlet-1: MyApp, /app.png,MyApp
    MIDlet-Icon: /app.png
    MIDlet-Jar-Size: 94339
    MIDlet-Jar-URL: MyApp.jar
    MIDlet-Name: My App
    MIDlet-Vendor: Me
    MIDlet-Version: 1.0
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0

    You need both files


Advertisement