-
What are the basic steps to create any simple Java project? How do I setup the framework?0
-
Administrator • Jul 26, 2012
What project are you trying to work on?Veena Battulsteps for creating a java projectAre you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone. -
Member • Jul 28, 2012
projects on Java platformThe_Big_KWhat project are you trying to work on?Are you sure? This action cannot be undone. -
Administrator • Jul 28, 2012
...that post isn't quite useful, given the context.Amit Senprojects on Java platformAre you sure? This action cannot be undone. -
Member • Jul 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. -
Member • Jul 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. -
Member • Jul 30, 2012
Is your project about a online book store?Are you sure? This action cannot be undone. -
Member • Jul 30, 2012
1. Download JDK and setup the workspace. Use an IDE (Eclipse is free)for creating projects.Veena Battulsteps for creating a java project
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.