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 5 of 5

Thread: how to use Eclipse indigo??

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    84
    My Mood
    Daring
    Thanks
    17
    Thanked 1 Time in 1 Post

    Question how to use Eclipse indigo??

    i have been coding(java) for last one and half year, i used text editors and some times IDE like netbeans. now i want to use eclipse, i have it fully running on my machine but tried many times but nothing seems to be correct. can anyone guide me? i want to use it for developing enterprise web/desktop applications!
    regards


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: how to use Eclipse indigo??

    For a very basic tutorial on using Eclipse, please see -
    http://www.javaprogrammingforums.com...plication.html
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. The Following User Says Thank You to JavaPF For This Useful Post:

    arvindbis (December 7th, 2011)

  4. #3
    Member
    Join Date
    Mar 2011
    Posts
    84
    My Mood
    Daring
    Thanks
    17
    Thanked 1 Time in 1 Post

    Default Re: how to use Eclipse indigo??

    can you please suggest where can i have WebApp( EAR, EJB etc) tutorial on using Eclipse?

  5. #4
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: how to use Eclipse indigo??

    Quote Originally Posted by arvindbis View Post
    can you please suggest where can i have WebApp( EAR, EJB etc) tutorial on using Eclipse?
    What does google tell you?

  6. #5
    Member
    Join Date
    Mar 2011
    Posts
    84
    My Mood
    Daring
    Thanks
    17
    Thanked 1 Time in 1 Post

    Default Re: how to use Eclipse indigo??

    yes google says many things but most of them are bouncers to me!! from last link provided by JavaPF was really helpful as it described how to use the ide and that is what my problem is i just don't know how to create required classes for example Action or ActionForm class. i tried to create application but there i facing many problems like ActionMessages reference is missing while actually i created it in the source folder but still it says "missing message key: (key here)". even i want to add struts TLD in my app but fails to figure out how to achieve this! well this may explain you what i'm searching?
    In very simple words "i want to know is there any guide for using GUI of this very IDE?" and google doesn't understand this!!!

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Eclipse Indigo
    By helloworld922 in forum The Cafe
    Replies: 3
    Last Post: July 2nd, 2011, 11:57 AM
  3. Beginners Eclipse Tutorial. How to run first java application on Eclipse?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: June 24th, 2011, 12:26 AM
  4. Eclipse goes beyond me a bit
    By MagicMojo in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 9th, 2011, 10:05 AM