eclipse plugin for bluej interface [closed]

给你一囗甜甜゛ 提交于 2019-12-02 20:40:23

问题


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 ?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/14542383/eclipse-plugin-for-bluej-interface

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!