How to create a project in java?

Veena Battul

Veena Battul

@veena-battul-VihHrw Oct 26, 2024
What are the basic steps to create any simple Java project? How do I setup the framework?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jul 26, 2012

    Veena Battul
    steps for creating a java project
    What project are you trying to work on?
  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Jul 26, 2012

    Most simple is use eclipse and click on create new project😀.
    Important thing is first design your entire project or design your 1st module ie make a rough idea of your module which out put a real thing and how many classes, methods will be there and how do they interact.
  • Amit Sen

    Amit Sen

    @amit-sen-iel3s7 Jul 28, 2012

    The_Big_K
    What project are you trying to work on?
    projects on Java platform
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jul 28, 2012

    Amit Sen
    projects on Java platform
    ...that post isn't quite useful, given the context.
  • apple6

    apple6

    @apple6-xCqSyW Jul 30, 2012

    please give little information about your project so that we can help you to work in your desired platform...
  • [Prototype]

    [Prototype]

    @prototype-G9Gn5k Jul 30, 2012

    The very first step in creating a Java project is buy (or download) a book.
  • apple6

    apple6

    @apple6-xCqSyW Jul 30, 2012

    Is your project about a online book store?
  • sookie

    sookie

    @sookie-T06sFW Jul 30, 2012

    Veena Battul
    steps for creating a java project
    1. Download JDK and setup the workspace. Use an IDE (Eclipse is free)for creating projects.
    2. Go though once the tutorials like Eclipse(if you are new) and if possible for Class diagrams & Object Oriented programming in Java also.
    3. Get a title of your project final.
    4. Design your approach of doing the project like creating classes/interfaces using inheritance, abstraction, encapsulation etc.
    5. Try to run standalone programs for each module(or any little chunk of work) and test them
    6. Integrate everything at the end as a whole project
    7. Problems faced post them in #-Link-Snipped-#

    Best of Luck !! 😀