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 ?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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.