CrazyEngineers
  • How to create a project in java?

    Veena Battul

    Veena Battul

    @veena-battul-VihHrw
    Updated: Oct 26, 2024
    Views: 756
    What are the basic steps to create any simple Java project? How do I setup the framework?
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorJul 26, 2012

    Veena Battul
    steps for creating a java project
    What project are you trying to work on?
    Are you sure? This action cannot be undone.
    Cancel
  • Anoop Kumar

    MemberJul 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.
    Are you sure? This action cannot be undone.
    Cancel
  • Amit Sen

    MemberJul 28, 2012

    The_Big_K
    What project are you trying to work on?
    projects on Java platform
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorJul 28, 2012

    Amit Sen
    projects on Java platform
    ...that post isn't quite useful, given the context.
    Are you sure? This action cannot be undone.
    Cancel
  • apple6

    MemberJul 30, 2012

    please give little information about your project so that we can help you to work in your desired platform...
    Are you sure? This action cannot be undone.
    Cancel
  • [Prototype]

    MemberJul 30, 2012

    The very first step in creating a Java project is buy (or download) a book.
    Are you sure? This action cannot be undone.
    Cancel
  • apple6

    MemberJul 30, 2012

    Is your project about a online book store?
    Are you sure? This action cannot be undone.
    Cancel
  • sookie

    MemberJul 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 !! 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register