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

Deploying Mobile Phone Java Apps

Options
  • 26-10-2007 10:36pm
    #1
    Closed Accounts Posts: 117 ✭✭


    I am developing an application using Java & Netbeans to run on mobile phones. This bit is going ok. My problem is that I don't know what to do next to allow the application to be downloaded to phones.

    I am doing this as a college project and would appreciate any suggestions.
    My app must be available as a download to a group of people to test.

    :confused:


Comments

  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    The later phones you only need copy the jar file over to the phone to run it. Otherwise read up on JAD files.


  • Registered Users Posts: 1,045 ✭✭✭Bluefrog


    When you compile, Netbeans as far as I can remember will produce the JAD file for you - look in the project properties.


  • Closed Accounts Posts: 117 ✭✭MonsieurD


    Thanks for the help - I'll try these tips


Advertisement