Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Jul 26, 2012
What project are you trying to work on?Veena Battulsteps for creating a java project -
@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-iel3s7 • Jul 28, 2012
projects on Java platformThe_Big_KWhat project are you trying to work on? -
@thebigk • Jul 28, 2012
...that post isn't quite useful, given the context.Amit Senprojects on Java platform -
@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-G9Gn5k • Jul 30, 2012
The very first step in creating a Java project is buy (or download) a book. -
@apple6-xCqSyW • Jul 30, 2012
Is your project about a online book store? -
@sookie-T06sFW • 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 !! 😀