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

Thread: Creating a new java project in eclipse

  1. #1
    Junior Member
    Join Date
    Aug 2024
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Creating a new java project in eclipse

    I'm trying to program in Java with it. It's my understanding, in eclipse, I need to create file > new java project. However, I'm not see the "new java project" as an option.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,098
    Thanks
    65
    Thanked 2,716 Times in 2,666 Posts

    Default Re: Creating a new java project in eclipse

    What versions of software are you using?
    Here is what I see:EclipseFileNewWD.png
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Aug 2024
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Creating a new java project in eclipse

    I'm using the following:
    Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)

    Version: 2024-03 (4.31.0)
    Build id: 20240307-1437

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,098
    Thanks
    65
    Thanked 2,716 Times in 2,666 Posts

    Default Re: Creating a new java project in eclipse

    What options are on the File / New menu list? Mine has Java Project.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Aug 2024
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Creating a new java project in eclipse

    Am new to this forum. Do you know how to attach an image to a post? It maybe easier if I can attach the image of what I'm seeing.

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,098
    Thanks
    65
    Thanked 2,716 Times in 2,666 Posts

    Default Re: Creating a new java project in eclipse

    When it works (Not working for me right now)
    Click on Go Advanced and then Manage Attachments
    If you don't understand my answer, don't ignore it, ask a question.

  7. #7
    Junior Member
    Join Date
    Aug 2024
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Creating a new java project in eclipse

    Thanks for responding back. Unfortunately, going to advanced and then manage attachements is not working. I'm looking into compiling as best as I can via text.

  8. #8
    Junior Member
    Join Date
    Aug 2024
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Creating a new java project in eclipse

    Here is what it looks like from my eclipse:
    File New >
    Maven Project
    Enterprise Application Project
    Dynamic Web Project
    EJB Project
    Connector Project
    Application Client Project
    Static Web Project
    JPA project
    Project
    CSS File
    Javascript File
    Servlet
    Session Bean
    Message Driven Bean
    Web Service
    HTML file
    XML file
    Folder
    File
    JSP file
    Example
    Other

  9. #9
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,098
    Thanks
    65
    Thanked 2,716 Times in 2,666 Posts

    Default Re: Creating a new java project in eclipse

    I see lots of versions of Eclipse. Mine is very old.
    Does this version look better for java development:
    https://www.eclipse.org/downloads/pa...ava-developers
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 1
    Last Post: April 6th, 2014, 05:16 PM
  2. [SOLVED] Extracting Eclipse project as runnable java isn't working
    By Lora_91 in forum What's Wrong With My Code?
    Replies: 24
    Last Post: February 11th, 2014, 05:02 AM
  3. Replies: 0
    Last Post: July 24th, 2013, 07:17 AM
  4. Replies: 6
    Last Post: October 26th, 2012, 10:52 AM