Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

.jar/.jad to .apk or jsme

  • 19-08-2009 02: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
Advertisement