Is there an Eclipse plugin that allows us to see the classes and objects like BlueJ does ? I find it way more easier to create an object and test its methods in BlueJ than in Eclipse.I am still studying, but do the programers use Bluej in real projects and then import the code in Eclipse, or Bluej is just a program designed for students to understand the basics of java ?
|
closed as not constructive by Bill the Lizard♦ yesterday
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
BlueJ is primarily for beginning Java programming. However, the industry seems to be using Eclipse and NetBeans. |
|||
|
|
|
BlueJ is an IDE designed for beginners - it's not a professional level IDE, it's one designed to make the process of learning Java as effective as possible for beginners. It can still be used for more advanced programs and tasks, but most people migrate away to something like Netbeans or Eclipse after they become competent. Nothing that I know of for Eclipse, but there is a Netbeans plugin out there. I'm not sure if this works with later versions of Netbeans however, the version quoted there is 6.5. |
|||
|
|