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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Deploying Mobile Phone Java Apps

  • 26-10-2007 9: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, Registered Users 2 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, Registered Users 2 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