k-pet-group / BlueJ-Greenfoot

BlueJ and Greenfoot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlueJ and Greenfoot

BlueJ and Greenfoot are integrated development environments (IDE) aimed at novices. They support the use of the Java programming language, as well as the frame-based Stride language.

BlueJ and Greenfoot are maintained by Michael Kölling and his research group at King's College London.

Further details and installers

More details about BlueJ and Greenfoot, and pre-built installers for each, are available on the main webpages:

License

This repository contains the source code for BlueJ and Greenfoot, licensed under the GPLv2 with classpath exception (see LICENSE.txt).

Building and running

BlueJ uses Gradle as its automated build tool. To build you will first need to install a Java (21) JDK. Check out the repository then execute the following command to run BlueJ:

./gradlew runBlueJ

Or to run Greenfoot:

./gradlew runGreenfoot

Development

To work on the project, IntelliJ IDEA should import the Gradle project automatically, although you may need to set the JDK (21) and language level (also 21).

Contributing

We accept pull requests for translations or bug fixes. If you plan to add a new feature or change existing behaviour we advise you to get in contact with us first, as we are likely to refuse any pull requests which are not part of our roadmap for BlueJ/Greenfoot. One of the reasons for BlueJ and Greenfoot's success is their simplicity, which has been achieved by being very conservative in which features we choose to add.

Building Installers

The installers are built automatically on Github. If you want to build them manually you will need to set any appropriate tool paths in tools.properties, and run the appropriate single command of the following set:

./gradlew packageBlueJWindows
./gradlew packageBlueJLinux
./gradlew packageBlueJMac
./gradlew packageGreenfootWindows
./gradlew packageGreenfootLinux
./gradlew packageGreenfootMac

None of the installers can be cross-built, so you must build Windows on Windows, Mac on Mac and Linux on Debian/Ubuntu. Windows requires an installation of WiX 3.10 and MinGW64 to build the installer.

About

BlueJ and Greenfoot

License:Other


Languages

Language:Java 97.3%Language:TeX 1.0%Language:CSS 0.8%Language:C++ 0.3%Language:HTML 0.3%Language:Shell 0.1%Language:Inno Setup 0.1%Language:Ruby 0.0%Language:Makefile 0.0%Language:C 0.0%Language:JavaScript 0.0%