Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 ?

share|improve this question
Bluej is missing a lot of functionality that eclipse has, therefor it's mainly a teaching tool and not a professional developer. as far as I know there are no plugins for eclipse that visualize packages like bluejay – RGdev Jan 26 at 22:53

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.

2 Answers

BlueJ is primarily for beginning Java programming. However, the industry seems to be using Eclipse and NetBeans.

share|improve this answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.