Posts

Showing posts with the label bluej

BlueJ Free Java Development Environment

Image
BlueJ Free Java Development Environment BlueJ Free Java Development Environment BlueJ is an open source integrated development environment (IDE) for the Java programming language, developed mainly for educational purposes, but also suitable for small-scale software development. BlueJ Java development environment comes with a built-in editor, compiler, virtual machine, and debugger. The program has been specifically designed for introductory teaching. BlueJ is a useful software that enables you to edit graphical class structures, compile JAR classes and packages, as well as to create interactive objects. The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualization and interaction techniques to create a highly interactive environment that encourages experimentation and exploration. BlueJs editor features unique scope highlighting, where the backg...