Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: IDE for developing quick Java applications for mobile phones?

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IDE for developing quick Java applications for mobile phones?

    Hello, what developer kit i should download so i can start very quickly to develop java applications for mobile phones?


  2. #2
    Member
    Join Date
    Feb 2012
    Posts
    58
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: IDE for developing quick Java applications for mobile phones?

    I would suggest you to go with NetBeans IDE. It has great support for developing mobile apps using visual editor.

  3. #3
    Forum VIP
    Join Date
    Oct 2010
    Posts
    275
    My Mood
    Cool
    Thanks
    32
    Thanked 54 Times in 47 Posts
    Blog Entries
    2

    Default Re: IDE for developing quick Java applications for mobile phones?

    I would just like it noted that you should not be using the visual editor... ever. At no point in time will a visual editor assist you in any way besides learning how to make consistently bad and unsustainable code that will not be compatible with even the most similiar platforms.

    • Uses absolute positioning. Ewww
    • Hard to read
    • No sense of intuition.


    Now if you want to go with the netbeans mobile pack, go for it, but don't use the visual editor if you want to get anywhere. I would like to state that again, using netbeans is good, using visual editor is not so good.

    Android development package and API:

    Android SDK | Android Developers

    Java ME:

    http://www.oracle.com/technetwork/ja...ame/index.html

  4. #4
    Member
    Join Date
    Feb 2012
    Posts
    58
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: IDE for developing quick Java applications for mobile phones?

    Quote Originally Posted by Tjstretch View Post
    , using visual editor is not so good.
    The developers of the visual editor will be very sad if they hear that.

  5. #5
    Junior Member
    Join Date
    Mar 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IDE for developing quick Java applications for mobile phones?

    Ok , i just made my first appliacations, and I put it here:
    http://proseductia.ro/a/JavaApplication1.jar

    the problem is that when i run it from my cell phone i get the error
    "failed to verify!"

    wtf is this all about?!
    Last edited by lavaziniamarcu; March 22nd, 2012 at 04:10 AM.

  6. #6
    Junior Member
    Join Date
    Mar 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IDE for developing quick Java applications for mobile phones?

    Ok , i put 2 more applications
    - snake_revolution.jar that it's working just fine!!!!
    and an .txt file saved as .far, and guess what , i get the message "failed to verify" for the raw text file..
    Also others applications , like "world of the dragon" are working... why ?
    Do i do anything wrong? I am using netbeans
    Last edited by lavaziniamarcu; March 22nd, 2012 at 06:46 AM.

  7. #7
    Junior Member
    Join Date
    Sep 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IDE for developing quick Java applications for mobile phones?

    Quote Originally Posted by lavaziniamarcu View Post
    Ok , i put 2 more applications
    - snake_revolution.jar that it's working just fine!!!!
    and an .txt file saved as .far, and guess what , i get the message "failed to verify" for the raw text file..
    Also others applications , like "world of the dragon" are working... why ?
    Do i do anything wrong? I am using netbeans
    bro, you should use methods to solve this problem....

Similar Threads

  1. Setting up Directory Structure in Java Applications
    By Jyotirmoy in forum Member Introductions
    Replies: 0
    Last Post: July 28th, 2011, 05:28 AM
  2. Replies: 0
    Last Post: July 26th, 2011, 10:31 PM
  3. Replies: 2
    Last Post: March 3rd, 2011, 02:22 PM
  4. How to start writing Java Apps for Cell Phones?
    By Jchang504 in forum Java ME (Mobile Edition)
    Replies: 7
    Last Post: January 10th, 2011, 05:11 AM
  5. Replies: 0
    Last Post: June 18th, 2010, 07:18 AM