Skip to content

Version of Blue J

MKPROGRAMER edited this page Jul 16, 2021 · 1 revision

BlueJ Version History


Version's of Blue-J


5.0.130 April 2021

In this release:

Many Java editor bug fixes, including scrolling while drag-selecting, tab key behaviour, bracket highlighting, smooth scrolling on Mac. Added feature to automatically insert the closing '}' (configurable in the preferences). Fixed ctrl-click in the class diagram on Mac. Added a new mechanism to support opening text files in the project in the BlueJ text editor. Switched to GDK 2 on Linux to help with some windowing issues. Fixed issues with inspector sizing Fixed some issues with opening editors in new windows. Fixed a few bugs with breakpoint/step mark display in the Java editor. Fixed some internal errors which could occur on compilation and cause errors not to be shown. A full list of fixes and improvements is available here.

for 64-bit Windows 7 or newer, includes JDK (~240 MB) MSI Installer for 64-bit Windows 7 or newer, includes JDK (~240 MB) Standalone zip for MacOS X 10.11+, includes JDK (~210 MB) Mac application (zipped) for Debian, Ubuntu 18.10+ and other Debian-based systems (~210 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 5.0.028 January 2021 In this release:

Rewrote the Java editor implementation to be faster and more robust. Added some quick-fixes to the Java editor, suggesting things like adding missing imports. Added support for JUnit 5 and switched to JUnit 5 by default (JUnit 4 is still supported as before). Rewrote the extensions API to work with the new editor. Removed the deprecated Subversion support. Bundled the JDK on Ubuntu to avoid some JavaFX dependency issues. A full list of fixes and improvements is available here.

for 64-bit Windows 7 or newer, includes JDK (~230 MB) MSI Installer for 64-bit Windows 7 or newer, includes JDK (~230 MB) Standalone zip for MacOS X 10.11+, includes JDK (~230 MB) Mac application (zipped) for Debian, Ubuntu 18.10+ and other Debian-based systems (~230 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.2.24 October 2019 In this release:

Fixed an issue with an extra space appearing in the terminal before the first output. Fixed not being able to alter the preferences for the Submitter extension. A full list of fixes and improvements is available here.

Note: Subversion support is now deprecated and scheduled for removal. Users are encouraged to migrate to using Git instead.

Note: The extensions API is planned to change soon, so extension writers will need to make changes. Further details will be available in the coming months.

for 64-bit Windows 7 or newer, includes JDK (~230 MB) MSI Installer for 64-bit Windows 7 or newer, includes JDK (~230 MB) Standalone zip for MacOS X 10.11+, includes JDK (~230 MB) Mac application (zipped) for Debian, Ubuntu 18.10+ and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.2.130 April 2019 In this release:

Fixed a startup freeze that could cause BlueJ to be forever stuck on the splash screen in Windows. Fixed a window positioning issue that could cause BlueJ windows to appear off-screen (and thus seem to never appear), especially on Windows. Stopped the "File changed on disk" dialog from popping up again when dismissed, and made it less likely to appear in cases which might be caused by slow network storage. Fixed an issue with not recognising JavaFX installed via Ubuntu package. A full list of fixes and improvements is available here.

Note: Subversion support is now deprecated. Users are encouraged to migrate to using Git instead.

for 64-bit Windows 7 or newer, includes JDK (~192 MB) MSI Installer for 64-bit Windows 7 or newer, includes JDK (~192 MB) Standalone zip for MacOS X 10.11+, includes JDK (~194 MB) Mac application (zipped) for Debian, Ubuntu 18.10+ and other Debian-based systems (~18 MB) Debian Package all other systems executable jar file (~19 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.2.07 Feburary 2019 In this release:

Moved to Java 11. This means that BlueJ now requires a 64-bit operating system. Added support for the new var keyword in Java 10. Fix JUnit BeforeClass/AfterClass functionality. Fix various small editor bugs. A full list of fixes and improvements is available here.

Note: Subversion support is now deprecated. Users are encouraged to migrate to using Git instead.

for 64-bit Windows 7 or newer, includes JDK (~192 MB) MSI Installer for 64-bit Windows 7 or newer, includes JDK (~192 MB) Standalone zip for MacOS X 10.11+, includes JDK (~194 MB) Mac application (zipped) for Debian, Ubuntu 18.10+ and other Debian-based systems (~18 MB) Debian Package all other systems executable jar file (~19 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.1.429 October 2018 In this release:

Fixed memory leak in Java editor. A full list of fixes and improvements is available here.

Note: This is likely to be the last release with support for Subversion. Users are encouraged to migrate to using Git instead.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~192 MB) MSI Installer for Windows 7 or newer, includes JDK (~192 MB) Standalone zip for MacOS X 10.10+, includes JDK (~194 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~18 MB) Debian Package all other systems executable jar file (~19 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.1.37 September 2018 In this release:

Fixed various issues with Git support. Many other minor fixes. A full list of fixes and improvements is available here.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~192 MB) MSI Installer for Windows 7 or newer, includes JDK (~192 MB) Standalone zip for MacOS X 10.10+, includes JDK (~194 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~18 MB) Debian Package all other systems executable jar file (~19 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.1.29 November 2017 Major points:

Added: Interactive tutorial (under Help -> Interactive Tutorial). Fixed: Many printing problems, especially for the Java editor. Fixed: Stale bugs displayed in editor / compile command ignored. Fixed: Git support issues, especially with sub-packages on Windows. A full list of fixes and improvements is available here.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~190 MB) MSI Installer for Windows 7 or newer, includes JDK (~190 MB) Standalone zip for MacOS X 10.10+, includes JDK (~190 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.1.118 September 2017 Major fixes:

Fixed: Occasional exceptions/bugs during Java file editing. Fixed: Many printing problems. Fixed: Class documentation view shows blank on first view. A full list of fixes and improvements is available here.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~190 MB) MSI Installer for Windows 7 or newer, includes JDK (~190 MB) Standalone zip for MacOS X 10.10+, includes JDK (~190 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.1.023 June 2017 Major fixes:

Fixed: Graphical display bug could cause the Java editor and other windows (e.g. Terminal) to turn white and not redraw correctly. Fixed: Several teamwork issues and bugs (especially in Git). Fixed: Several controls (such as buttons in editor) could appear tiny on high-DPI screens on Windows. A full list of fixes and improvements is available here.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~190 MB) MSI Installer for Windows 7 or newer, includes JDK (~190 MB) Standalone zip for MacOS X 10.10+, includes JDK (~190 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.0.128 March 2017 Major fixes:

Fixed: Closing code editor kills created objects and clears the the object bench Fixed: After switching to another language, Preferences disappear from the Mac app menu and some keyboard shortcuts will not work Fixed: Debugger is not stopping on some Breakpoints Fixed: Backspace doesn't work in Terminal on Mac Fixed: Add «stereotype» markers again («/») in class diagram Fixed: Lack of scrolling with lots of methods either in unit test, Class popup or Object popup menus Fixed (MacOS X): Projects can't be opened with double click on "package.bluej" when BlueJ is open A full list of fixes and improvements is available here.

Note: See Version 4.0.0 notes for supported devices, minimum requirements and major changes since Version 3.1.7

for Windows 7 or newer, includes JDK (~190 MB) MSI Installer for Windows 7 or newer, includes JDK (~190 MB) Standalone zip for MacOS X 10.10+, includes JDK (~190 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 4.0.08 March 2017 This is a major new release of BlueJ. For Java programming, it adds tabbed editors, automatic error-checking, adds display of multiple errors and has most of the BlueJ interface rewritten into JavaFX (solving many HiDPI issues on Windows) while also providing some support for writing JavaFX applications and including JavaFX CSS files in a project.

BlueJ 4 also adds support for Stride, our frame-based programming language. Projects can be pure-Java (as in BlueJ 3 and earlier), pure Stride or a mix of Java and Stride. Support is providing for converting between Java and Stride.

BlueJ 4 adds support for the Git version control system (and retains support for Subversion).

Note: BlueJ 4 requires Java 8 (minimum 8u60) and JavaFX, and thus is currently unsupported on older Macs and on Raspberry Pi. Support for CVS, JavaME projects, and applet development has been removed. Some extensions may no longer work in BlueJ 4.

for Windows 7 or newer, includes JDK (~190 MB) MSI Installer for Windows 7 or newer, includes JDK (~190 MB) Standalone zip for MacOS X 10.10+, includes JDK (~190 MB) Mac application (zipped) for Debian, Ubuntu and other Debian-based systems (~20 MB) Debian Package all other systems executable jar file (~20 MB) JAR installer Source code for BlueJ (~20 MB) BlueJ Source Code 3.1.723 February 2016 This is a bug-fix release for users who still need to use Java 6. In the absence of any major issues, it will be the last version of BlueJ which will work with Java 6.

List of fixes and improvements:

Fixed problems in handling SVN projects. Fixed minor issues with the debugger. Note that from this version, to work around bugs in the SVNKit library that BlueJ uses for Subversion support, BlueJ projects which are shared to or checked out from a repository will use the (old) version 1.6 working copy format. This may mean that some external tools (including recent versions of the subversion command line client) may not be able usable with BlueJ projects. Projects checked out or shared using BlueJ version 3.1.6 used the version 1.7 working copy format and will not work properly (in any version of BlueJ) due to SVNKit bugs; BlueJ version 3.1.7 will issue a warning when opening such a project.

for Windows 2000, XP, Vista or newer, includes JDK (182 MB) bluej-bundled-317.msi for Windows 2000, XP, Vista or newer (11 MB) bluej-317.msi for Windows 2000, XP, Vista or newer, to run from USB stick (184 MB) bluej317-standalone.zip for MacOS X 10.7.3+ (180 MB; includes JDK 8) BlueJ-mac-317a.zip for MacOS X 10.7.2 or earlier (9.8 MB; requires JDK 6) BlueJ-mac-legacy-317.zip for Debian, Ubuntu and other Debian-based systems (9.3 MB) bluej-317.deb all other systems (executable jar file) 9.8 MB) bluej-317.jar Source for BlueJ version 3.1.6 (13 MB) BlueJ-source-317.zip 3.1.622 October 2015 Minor bug fixes since last release. This will be the last version of BlueJ which will work with Java 6.

List of fixes and improvements:

Fixed windows launcher in bundled build sometimes asking for JDK selection or reporting that no suitable JDK could be found Fix command-+ and command-= keys changing font size in terminal on Mac Terminal, code pad and editor font sizes are now always synchronised Subversion support now works with new Subversion servers and repositories Fixed missing semicolon in method recording in the terminal Fixed rare editor hang when entering '}' bracket Fixed drawing of dependency arrows in class diagram so they avoid crossing for Windows 2000, XP, Vista or newer, includes JDK (182 MB) bluej-bundled-316.msi for Windows 2000, XP, Vista or newer (11 MB) bluej-316.msi for Windows 2000, XP, Vista or newer, to run from USB stick (184 MB) bluej316-standalone.zip for MacOS X 10.7.3+ (180 MB; includes JDK 8) BlueJ-316.zip for MacOS X 10.7.2 or earlier (9.8 MB; requires JDK 6) BlueJ-mac-legacy-316.zip for Debian, Ubuntu and other Debian-based systems (9.3 MB) bluej-316.deb all other systems (executable jar file) 9.8 MB) bluej-316.jar Source for BlueJ version 3.1.6 (13 MB) BlueJ-source-316.zip 3.1.529 March 2015 Support for Raspberry Pi 2, plus various bug fixes and usability improvements.

Bug fixes and improvements:

Fixed: Scope highlighting for various cases Improved detection of sudo permissions Added Raspberry Pi configuration tab Fixed: deleting text when a breakpoint is set causes an exception for Windows 2000, XP, Vista or newer, includes JDK (179 MB) bluej-bundled-315a.msi for Windows 2000, XP, Vista or newer (7.9 MB) bluej-315.msi for MacOS X 10.7.3+ (162 MB; includes JDK 8) BlueJ-315.zip for MacOS X 10.7.2 or earlier (7.0 MB; requires JDK 6) BlueJ-mac-legacy-315.zip for Debian, Ubuntu and other Debian-based systems (6.6 MB) bluej-315.deb all other systems (executable jar file) 6.8 MB) bluej-315.jar Source for BlueJ version 3.1.5 (9.9 MB) BlueJ-source-315.zip 3.1.426 September 2014 Support for Java 8 language features, plus various bug fixes and usability improvements.

Bug fixes and improvements:

Allow "get" to put package-private members on the object bench Uses system language by default (if a translation is available) Fixed: Missing class name in project documentation (under "inherited methods") Fixed: Mac OS X, projects with certain characters in their path were unusable Fixed: Subversion: Can't see projects available for checkout Fixed (version 3.1.4a on debian/raspbian only): Finding java JDK in latest Raspbian. for Windows 2000, XP, Vista or newer, includes JDK (159 MB) bluej-bundled-314.msi for Windows 2000, XP, Vista or newer (7.9 MB) bluej-314.msi for MacOS X 10.7.3+ (162 MB; includes JDK 8) BlueJ-314.zip for MacOS X 10.7.2 or earlier (7.0 MB; requires JDK 6) BlueJ-mac-legacy-314.zip for Debian, Ubuntu and other Debian-based systems (6.6 MB) bluej-314a.deb (supercedes bluej-314.deb) all other systems (executable jar file) 6.8 MB) bluej-314.jar Source for BlueJ version 3.1.4 (9.9 MB) BlueJ-source-314.zip (BlueJ-source-314a.zip) 3.1.127 January 2014 Various bug fixes and usability improvements, especially for screen readers.

Bug fixes:

Fixed: class type parameters not shown in class diagram Fixed: issues with highlighting, pasting and deleting text in codepad Added: message displayed when no project open, for clarification Fixed: Inspectors could not be moved by dragging them on Mac OS X Fixed: Debian package now recognises oracle-java7-jdk package for Windows 2000, XP, Vista or newer, includes JDK (141 MB) bluej-bundled-311.msi for Windows 2000, XP, Vista or newer (7.5 MB) bluej-311.msi for MacOS X 10.7.3+ (142 MB; includes JDK 7) BlueJ-311.zip for MacOS X 10.7.2 or earlier (6.7 MB; requires JDK 6) BlueJ-mac-legacy-311.zip for Debian, Ubuntu and other Debian-based systems (6.3 MB) bluej-311.deb all other systems (executable jar file) 6.4 MB) bluej-311.jar Source for BlueJ version 3.1.1 (15 MB) BlueJ-source-311.zip 3.1.010 June 2013 Fixes for a few Mac bugs and the Portuguese language. Improved support for screen readers. Added data collection research project.

Bug fixes:

Fixed: Portuguese language selection not working Fixed: Mac OS X asks to install Java when using JDK 7 Fixed: JFileChooser hangs on Mac OS X Fixed: Linux does not recognise new Java install locations for Windows 2000, XP, Vista or newer (7.5 MB) bluej-310.msi for MacOS X 10.7.3+ (102 MB; includes JDK 7) BlueJ-310.zip for MacOS X 10.7.2 or earlier (6.7 MB; requires JDK 6) BlueJ-mac-legacy-310.zip for Debian, Ubuntu and other Debian-based systems (6.2 MB) bluej-310.deb all other systems (executable jar file) 6.4 MB) bluej-310.jar Source for BlueJ version 3.1.0 (8.8 MB) BlueJ-source-310.zip 3.0.922 February 2013 Interface language is now selectable from preferences dialog. Improvements to the display of values and exceptions in the codepad. New Mac OS X release which bundles JDK 7.

Bug fixes:

Fixed: Error when first creating class documentation on a project on a network share Fixed: Incremental parsing bug (scope highlighting while editing) Fixed: Debugger: If halted while reading from System.in, call stack is truncated Fixed: Debugger: thread controls not enabled correctly for main thread Fixed: Mishandling of ArrayList in codepad/object bench Fixed: JUnit 4 support treats failures as errors Fixed: JUnit 4 tests do not have their stack trace filtered correctly Fixed: Dialog hangs with generic array parameter Fixed: Disabling auto-indent glitches the closing bracket '}' Fixed: Auto-indent doesn't fire after entering '{' at line beginning Fixed: Interactive invocation: Javadoc not shown for methods with parameters of a nested parameterized type for Windows 2000, XP, Vista or newer (6.9 MB) bluej-309.msi for MacOS X 10.7.3+ (101 MB, includes JDK 7) BlueJ-309.zip for MacOS X 10.7.2 or earlier (5.8 Mb, requires JDK 6) BlueJ-mac-legacy-309.zip for Debian, Ubuntu and other Debian-based systems (5.6 Mb) bluej-309.deb all other systems (executable jar file) 5.8 Mb) bluej-309.jar Source for BlueJ version 3.0.9 (8.2 MB) BlueJ-source-309.zip 3.0.819 July 2012 Additions to the extensions API, allowing extensions to handling drawing the package graph. Stack traces from exceptions (shown in the terminal window) are now coloured and clickable. Resolves more firewall startup issues. More flexibility in bluej.userHome setting (possible to specify multiple locations).

Bug fixes:

Fixed: Parsing bug with parenthesized identifiers Fixed: Parsing bug with multiple initializers in 'for' loop Fixed: Encoding issues with output to System.err Fixed: Problems with compilation of some files Fixed: "Maybe you meant ..." misfires when there is more than one method call on a line Fixed: Update JDK search path (Ubuntu/Debian) for Windows 2000, XP, Vista or newer (6.9 Mb) bluej-308.msi for MacOS X (5.8 Mb) BlueJ-308.zip for Debian, Ubuntu and other Debian-based systems (5.6 Mb) bluej-308.deb all other systems (executable jar file) 5.8 Mb) bluej-308.jar Source for BlueJ version 3.0.8 (8.1 MB) BlueJ-source-308.zip 3.0.77 February 2012 Resolves firewall/network-adapter startup issues, especially on Max OS X 10.7 (Lion). Fixes a problem with inspecting arrays of two dimensions or more (and a similar problem with local multidimensional arrays in the debugger). Fixes problem with non-ASCII characters in interactive method calls. Also fixes several other bugs.

Bug fixes:

Fixed: Class icons overlap when project is checked out without project files Fixed: Parser problems (bad highlighting and/or editor lockup) caused by annotations Fixed: Varargs parameters not treated as arrays by code completion/error message enhancer Fixed: Search highlights wrong if file modified in external editor for Windows 2000, XP, Vista or newer (6.8 Mb) bluej-307.msi for MacOS X (5.7 Mb) BlueJ-307.zip for Debian, Ubuntu and other Debian-based systems (5.6 Mb) bluej-307.deb all other systems (executable jar file) 5.7 Mb) bluej-307.jar Source for BlueJ version 3.0.7 (8.0 MB) BlueJ-source-307.zip 3.0.611 November 2011 Resolves issue with display of class documentation in the editor when running BlueJ with Java 7. Introduces an .msi package for installation on Windows. Also fixes several bugs.

Bug fixes:

Fixed: Strange "CUI" icons in editor window (Mac OS) Fixed: Missing space in error message Fixed: Windows launcher crashes if project path longer than 50 characters Fixed: Codepad rejects some syntactically valid expressions that have non-void types Fixed: Codepad rejects constant integer division by 0 Fixed: Auto-complete does not always properly refresh Fixed: Comment attached to method drops first character when shown in call dialog Fixed: Interactively calling instance method with null result fails to show result dialog Fixed: Codepad not casting some values correctly Fixed: Interactively calling varargs method with reference type parameter hangs for Windows 2000, XP, Vista or newer (6.8 Mb) bluej-306.msi for MacOS X (5.7 Mb) BlueJ-306.zip for Debian, Ubuntu and other Debian-based systems (5.5 Mb) bluej-306.deb all other systems (executable jar file) 5.7 Mb) bluej-306.jar Source for BlueJ version 3.0.6 (8.0 MB) BlueJ-source-306.zip 3.0.51 August 2011 Includes support for Java 7 language features. JUnit 4 replaces JUnit 3 for test support (with thanks to Patrick Doran-Wu at the University of Western Australia). Default character set for new projects changed to UTF-8 (better support for non-English characters). Improved method call recording in the terminal.

Bug fixes:

Fixed: Compile error could cause compiler to hang Fixed: One line comments should not affect scope colour Fixed: Various small scope highlighting issues Fixed: Various minor problems in the code pad And many more minor bug fixes. for Windows 2000, XP, Vista or newer (6.0 Mb) bluej-setup-305.exe for MacOS X (5.4 Mb) BlueJ-305.zip for Debian, Ubuntu and other Debian-based systems (5.2 Mb) bluej-305.deb all other systems (executable jar file) 5.4 Mb) bluej-305.jar Source for BlueJ version 3.0.5 (7.3 MB) BlueJ-source-305.zip 3.0.425 November 2010 Bug fixes:

Fixed: Inspectors not updated after codepad statement execution Fixed: Resizing result inspector doesn't resize result field display Fixed: Rare incremental parsing problem Fixed: Can't construct object with type parameters Fixed: Compile and code completion problems with code that extends Swing classes Fixed: Scope highlighting broken when inserting inner classes Fixed: Auto-layout sometimes inserts odd line breaks for Windows 2000, XP, Vista or newer (5.5 Mb) bluejsetup-304.exe for MacOS X (5.1 Mb) BlueJ-304.zip for Debian, Ubuntu and other Debian-based systems (5.0 Mb) bluej-304.deb all other systems (executable jar file) (5.1 Mb) bluej-304.jar Source for BlueJ version 3.0.4 (7.1 MB) BlueJ-source-304.zip 3.0.319 October 2010 Includes a Slovak translation, and enables assertions by default. Adds an editor function to add a javadoc comment to the current method.

Bug fixes:

Fixed: Inheritance arrow not drawn between classes that aren't in the default package Fixed: Some expressions generate "not a statement" error in the codepad Fixed: Extensions preferences do not show the preferences for the last extension Fixed: Superclass changes during editing are not reflected in code completion Fixed: Code completion on arrays does not show clone() method Fixed: Protected methods of other classes can show up in code completion even if they can't be called Fixed: Code completion shows "access$000" method when used immediately after compilation Fixed: Code completion fails on arrays of primitive types Fixed: Protected methods from grandparent do not shown in code completion Fixed: NullPointerException when adding/removing dependency arrows, when editor is in documentation view Fixed: "Rebuild package" can crash with ConcurrentModificationException if class name changed Fixed: It should not be allowed to draw inheritance arrows to/from Enums Fixed: Code completion throws UnsupportedOperationException in some cases Fixed: Array variables declared in codepad don't work if array declarators follow variable name Fixed: Expressions involving primitive-type field access can cause compiler error in codepad Fixed: Printed source code line numbers are offset by 1 Fixed: Code completion on List<?> expression fails Fixed: Static method call dialog sometimes displays "null" instead of class name Fixed: Windows: Using enter key to close method call dialog causes result inspector to close immediately for Windows 2000, XP, Vista or newer (5.5 Mb) bluejsetup-303.exe for MacOS X (5.1 Mb) BlueJ-303.zip for Debian, Ubuntu and other Debian-based systems (4.9 Mb) bluej-303.deb all other systems (executable jar file) (5.1 Mb) bluej-303.jar Source for BlueJ version 3.0.3 (7.1 MB) BlueJ-source-303.zip 3.0.225 August 2010 Bug fixes:

Fixed: Incorrect/unhelpful compiler error messages in the codepad Fixed: Using .length on arrays fails in the codepad Fixed: Teamwork/Subversion: Sharing a project containing packages fails with an error message Fixed: Last character of bluej.vm.args setting is ignored Fixed: Compiler hangs when calling non-existing method from some classes Fixed: Parser failure on Enum constants with bodies Fixed: Inspect doesn't work with array references for Windows 2000, XP, Vista or newer (5.3 Mb) bluejsetup-302.exe for MacOS X (5.0 Mb) BlueJ-302.zip for Debian, Ubuntu and other Debian-based systems (4.9 Mb) bluej-302.deb all other systems (executable jar file) (5.0 Mb) bluej-302.jar Source for BlueJ version 3.0.2 (6.1 MB) BlueJ-source-302.zip 3.0.18 July 2010 Bug fixes:

Fixed: Class templates for some languages (eg. Czech) were corrupted in Windows installation Fixed: Drawing "implements" arrows between interfaces does not work properly Fixed: Debian package puts libraries in /usr/bin/bluejlib instead of /usr/share/bluej Fixed: Cannot re-create removed class Fixed: Calling non-existant method from an inner class hangs compiler Fixed: Java ME midlet execution fails when BlueJ uses Java 6 Fixed: Scope doesn't repaint if you de-indent a method which has a class variable before it Fixed: No comments shown in call dialog when using certain parameters Fixed: HTML should have been generated in UTF-8 Fixed: Some expressions in the code pad are broken Fixed: Inspecting an object with a non-null "Class<?>" field doesn't work Fixed: Crash when "\u" sequence entered in editor Fixed: BlueJ doesn't highlight all Java keywords Fixed: Autolayout doesn't respect tab size setting Fixed: Code completion within inner classes not working for Windows 2000, XP, Vista or newer (5.3 Mb) bluejsetup-301.exe for MacOS X (5.0 Mb) BlueJ-301.zip for Debian, Ubuntu and other Debian-based systems (4.9 Mb) bluej-301.deb all other systems (executable jar file) (5.0 Mb) bluej-301.jar Source for BlueJ version 3.0.1 (6.1 MB) BlueJ-source-301.zip 3.0.030 May 2010 Summary of most important changes:

Editor: Introduced code completion editor Editor: Added editor navigation view Editor: Added editor auto-indent function Editor: Introduced scope highlighting Editor: Improved find/replace functionality Look and feel changes Editor: Improved matching bracket highlight Double-click on project.bluej file launches BlueJ and opens project Added context menu (right-click) in editor Javadoc shown for calls to methods with inner classes as parameters 'Print' option added in terminal 'Paste' function added in terminal Printing options saved across sessions Source code printing can now include line numbers and syntax colouring OK/Cancel button ordering now follows OS custom on Mac OS Editor: word selection improved Menu item added for "Reset Java Virtual Machine" Many bugs fixes and small improvements. for Windows 2000, XP, Vista or newer (5.4Mb)

bluejsetup-300.exe for MacOS X (5.0 Mb) BlueJ-300.zip for Debian, Ubuntu and other Debian-based systems bluej-300.deb

all other systems (executable jar file) (5.1 Mb) bluej-300.jar Source for BlueJ version 3.0.0 (6.1 MB) BlueJ-source-300.zip 3.0.0 preview 211 May 2010 Bug fixes and speed improvements. 3.0.0 preview8 March 2010 First feature additions for version 3.0.0 2.5.38 October 2009 Summary of most important changes:

Fixed: Java ME Deply button somtimes active for non-ME projects Fixed: Codepad and method invocation fail for Java ME with "cannot find symbol - class Map" Subversion support now allows access to repositories via the "https:" protocol Fixed: Can't close preferences dialog when toggling "show testing tools" in an empty package frame Fixed: BlueJ fails to start with Java 5 64bit on Mac OS Fixed: "Rebuild package" when unsaved class with changed name exists causes ConcurrentModificationException Fixed: On Windows, installation in a location with a non-ascii character in the path causes launch failure Fixed: Subversion merge conflicts cause "update" dialog to spin forever (NullPointerException) Fixed: Applet viewer hangs on printlns when run from BlueJ Fixed: "Save as" dialog gives bad default name Fixed: Teamwork status window stays open after project is closed for Windows 2000, XP, Vista or newer (5.4Mb)

bluejsetup-253.exe for MacOS X (5.0 Mb) BlueJ-253.zip for Debian, Ubuntu and other Debian-based systems bluej-2.5.3.deb all other systems (executable jar file) (5.1 Mb) bluej-253.jar Source for BlueJ version 2.5.3 (5.7 MB) BlueJ-source-253.zip 2.5.221 August 2009 Summary of most important changes:

Improved the installer so that BlueJ can be installed without adminstrator access rights on Windows. Double-click on a bluej project file will launch it in BlueJ (on every OS but Mac OS you have to manually associate the file type with BlueJ). Added keyboard shortcuts to increase and decrease font size in the editor (and terminal). Fixed: Debugger window could hang the system. Fixed: Editing actions throw exceptions when in interface view. Fixed: Typing "5;" int to the codepad hangs the codepad. Fixed: Dependency in binary-not argument not detected. for Windows 2000, XP, Vista or newer (5.4Mb)

bluejsetup-252.exe for MacOS X (5.0 Mb) BlueJ-252.zip for Debian, Ubuntu and other Debian-based systems bluej-2.52.deb all other systems (executable jar file) (5.1 Mb) bluej-252.jar Source for BlueJ version 2.5.2 (11 MB) BlueJ-source-252.zip 2.5.130 April 2009 Apart from the changes listed below, this version includes functionality to send some anonymous information (BlueJ version, Java version, Operating System, interface language etc) to the BlueJ maintainers, to help with development planning. This can be disabled by adding a "bluej.uid=private" setting to your bluej.properties file.

Added some control over the date formatting by the Submitter extension Includes newer version of Svnkit library, should resolve some subversion issues Fixed: "New Project", then selecting an existing project gave a bad error message Improved cursor behaviour in editor slightly Fixed: BlueJ launcher (Windows) sometimes gave a "MSVCR71.dll not found" error Fixed: BlueJ launcher (Windows) fails when bluej.windows.vm.args changed Fixed: Java ME projects fail to open on non-Windows OSes Fixed: Couldn't open jar file via "Open non-BlueJ" for Windows 2000, XP, Vista or newer (5.4Mb)

bluejsetup-251.exe for MacOS X (5.0 Mb) BlueJ-251.zip all other systems (executable jar file) (5.1 Mb) bluej-251.jar Source for BlueJ version 2.5.1 (5.8 MB) BlueJ-source-2.5.1.zip 2.5.07 October 2008 Summary of most important changes:

Added support for developing J2ME applications. Team work functionality now works with Subversion (SVN), as well as CVS. JUnit test recording significantly improved (records more interactions). Improved window handling. Installer improvements. Numerous bug fixes. BlueJ now requires Java 5 or newer. Older Java versions are no longer supported.

for Windows 2000, XP, Vista or newer (5.1Mb)

bluejsetup-250.exe for MacOS X (4.7 Mb) BlueJ-250.zip all other systems (executable jar file) (4.8 Mb) bluej-250.jar Source for BlueJ version 2.5.0 (25.5 MB) BlueJ-source-2.5.0.zip 2.2.117 December 2007 Summary of most important changes:

Leaving breakpoints over compile, where possible. Added test class creation for applets. Adaptations for MacOS 10.5 (Leopard). User preference directory location is now configurable. Fix bug with teamwork tools and packages. Make code pad font user-definable. Some other minor bug fixes. 2.2.06 July 2007 Summary of most important changes:

Added explicit group work support (CVS based). Check for (and prevent) recursive save (save of project in own project dir) Changed default browser on Linux/Unix systems to Firefox Improvements of submitter extension: added https protocol and secure SSL/TLS mail transfer Print problems fixed Compiler bugs (compiler not terminating in certain situations) fixed Constructor with type parameter now works correctly Possible freeze problem fixed Comments in code pad fixed File handling in uni tests improved Freeze fixed related to self-referential object on bench Javadoc location can be changed with bluej.defs setting Class called 'Object' no longer confuses BlueJ Compile dependency chacking improved varargs in interactive constructor call now work Improved handling of objects of private inner classes 'userlib' and 'extensions' directory can be specified in bluej.defs Printing '\u000C' clears terminal 2.1.326 April 2006 Summary of most important changes: Minor bug fixes, including

Shared memory transport fixed (Windows, as a failover for aggressive firewalls) Terminal encoding fixed (defaults to system encoding now) Terminal encoding can now be set with the bluej.terminal.encoding property in bluej.defs Fixed: Mnemonics and accelerators don't work with escaped unicode sequences Fixed: README.TXT not saved on quit Fixed: Debugger doesn't detect when user steps past end of called method Fixed: Run Applet dialog does not resize gracefully Fixed: BlueJ becomes unresponsive when program produces a lot of terminal output Fixed: Leaving type argument blank for constructor calls doesn't work 2.1.210 February 2006 Summary of most important changes: Minor bug fixes, including

Fixed bug with display of parameter names and method comments. Fixed bug in specification of VM location in bluej.defs. Bug fix in extension API: compiler warnings are now propagated to listeners. 2.1.13 January 2006 Summary of most important changes:

Minor bug fixes, most notably a bug that caused BlueJ to hang if source files ended in a comment without a terminating newline character. 2.1.025 November 2005 Summary of most important changes:

The codepad now has support for declaring local variables which retain their value between invocations. improvements for generics handling in codepad lots of bug fixes! 2.0.517 May 2005 Summary of most important changes:

BlueJ now runs on Max OS X 10.4 (Tiger) improvements for generics handling in codepad clean up inspectors on VM reset various small codepad fixes unaccessible methods from other packages were shown in menu - fixed supplied fix for projects on UNC paths can now open jar files and zip files fix for browser opening on Windows ME 2.0.417 January 2005 Summary of most important changes:

fixed bug that led to problems when installed in locations with space in path name 2.0.320 December 2004 Summary of most important changes:

#733 - hash in project path causes problems ("Main method does not appear in context menu"). #781 - keyword "new" highlighting #791 - inspection of generic field containing object of non-immediately-derived type #793/#795 - java 1.5.0 compile-time errors not verbose enough #800 - exception thrown in code pad causes internal BlueJ error #838 - Japanese dialogs in wrong encoding #847 - auto project open at startup is not robust #848 - BlueJ main window now received focus at startup (MacOS) #786 - Terminal bug clearing error output 2.0.222 October 2004 Summary of most important changes:

display of stack traces when throwing exceptions restored stack trace display for unit test failures fixed systemLibrary property in bluej.defs fixed again use of alt/option key on MacOS fixed addition of memory based VM communication protocol (VM startup without tcp/ip) and corresponding bluej.defs property 2.0.14 October 2004 Summary of most important changes:

invoking 'main' could hang virtual machine - fixed debugger highlighting not updated correctly - fixed main method sometimes executes twice - fixed VM sometimes does not shot down correctly after reset - fixed 2.0.016 September 2004 Summary of most important changes:

added support for J2SE 5.0 (generics, enums, etc) new diagram look new diagram handling functions: multi-selection, dragging/resizing of multiple classes context menus for all diagram entities (including arrows) keyboard navigation of class diagram and object bench menu mnemonics improved extension API improved Java text evaluation via code pad improved editor indentation execution speed improvements (using VM optimisation by default) Undo button affects inactive window. applets don't get classpath jar bundle does not contain user lib jars Class inheritance arrows disappear when saving a project 'Get' public variable does not work in class inspector Object bench is not painted correctly Object bench scrolls inconsistently when removing objects Add support for compile options in bluej.defs Classes not initialized before inspection BlueJ cant start with testing tools enabled Splitpane is not appropriately split remember preferred editor window position Remove command Unable to create virtual machine result inspector return types are wrong Result inspector should be redesigned (show method call) key support for graph editing inspectors not properly updated Change the look of classes being moved. Change display of to null remote vm process does not quit when project closed too q... Mnemonics default applet template does not compile Compile errors not shown properly Implementation arrows not selectable test result display should let you jump the line where an... Close terminal window with its project clear input buffer at execution start Multiple dialogs when deleting package BlueJ opens file twice click in selectino in editor does not unselect Javadoc for the Java API doesn't work Unicode character not supported in java source code BlueJ fails to launch browser ESC should close dialogs extra javascript in javadoc interface view Main thread never terminates if another thread tries to j... The auto-indent should work in both directions There should be an opposite to TAB key indention 1.3.511 December 2003 Summary of most important changes:

execution speed improvements (using VM optimisation by default) JUnit testing: auto-generated code improved auto-open of last used projects on startup System.exit now restarts VM improvements to extension API standard preference handling on MacOS number of 'recent projects' user definable startup without additional DOS window on MS Windows class diagram supports multiple selection changed inspector look better error messages easier addition of user libraries through use of 'userlib' directory colours for different class types user definable added missing label in some foreign languages 'VM optimize' now available in preferences new menu shortcuts for 'page setup', 'generate documentation' text input wirh multiple projects now works (one terminal per project) editor maintains last display state (interface/implementation) between sessions each package now has separate README note JApplet class now used by default when creating applets instead of Applet 1.3.07 August 2003 Summary of most important changes:

more robust debugger/execution archtitecture extension API added submission extension added unit test support added improved diagram printing user definable scaling of diagram printout now using jdk 1.4.1 on MacOS if installed Aqua interface improvements on MacOS web browser start problem on Win98/ME resloved EXIT_ON_CLOSE option bug fixed some documentation generation bugs fixed new interface languages available: Portuguese source print font size user definable printing form feed character (unicode 0x000C) now clears terminal terminal gets automatically cleared on recompile inspection of static fields now in class menu compiler warning display improved 1.2.216 October 2002 Summary of most important changes:

freeze bug with jdk1.4.1 and debugger fixed 'open recent' option added to Project menu support for 'stand-out' comments System.err output in terminal improved project documentation with spaces in path works now evaluation of expressions added user interface in italian added 1.2.11 August 2002 Summary of most important changes:

bug with frequent access of floppy drive fixed bracket matching in editor implemented bluej.exe accepts parameters System.err output now directed to BlueJ terminal 'auto-clear' option in bluej terminal new interface languages: Chinese, Czech, Afrikaans 1.2.04 April 2002 Summary of most important changes:

326, 335 - support of jdk 1.4 added 285 - return key now activated OK button in parameter dialogs 330 - project documentation fixed with jdk 1.4 343 - improved auto-indentation in editor 347 - last used project directory saved across sessions 000 - added windows installer 1.1.616 January 2002 Summary of most important changes:

166 - debugger now displays static variables in a separate list 166 - debugger displays variables when stopped in static method 225 - projects can include project-specific libraries 261 - Frames/JFrames automatically removed when objects are removed 235 - help menu items can be added by users 267 - terminal font size user definable 276 - javadoc can be configured to include private methods 295 - automatic creation of crash recovery files; optional creation of backup files (thanks to David R. Musicant ([email protected]) for implementing these features) 241 - proper find/replace implemented in editor 250 - optional line number display in editor 300 - added block indent function to editor 303 - method template for "insert-method" template user definable 310 - japanese localisation added (interface , etc. in japanese); thanks to Runrun 275 - use Command key instead of CTRL as menu shortcut on MacOS 277 - bug fix on MacOS: Show Terminal/Debugger could crash system 298 - extended latin characters (umlaut, accented characters, etc) handled correctly by parser 1.1.524 September 2001 Summary of most important changes:

240 - documentation needs update (1.3 req) 12 - font size in editor not user definable 234 - Screen maximize 247 - cannot create jar file in project directory 248 - Some applet classes are not recognised when project is loaded 252 - Exported jar files containing packages unusable under Windows 255 - jikes error messages aren't shown 191 - Unexpected characters in input cause exception 1.1.414 June 2001 requires JDK 1.3 or newer uses new (JDK1.3) compiler implementation can get arrays and array element to the object bench local variables of static methods now shown (bug fix) new class templates can be added class templates can be located in arbitrary directory "user home" can be specified display of exceptions in library classes improved bug fixes with editor key definitions new editor functions for cutting/copying/moving lines and words optional soft TABs (tabbing with spaces) in the editor various bug fixes 1.1.329 March 2001 can now create objects of library types (eg. String) and call static methods breakpoints in main did not work - fixed editor tab size definable in bluej.defs file syntax colours user definable bug with interface views and multiple drives on Win32 fixed can now re-display project documentation without re-generating debugger "terminate" fixed object inspection from debugger fixed export for packages with sub-packages fixed 1.1.29 February 2001 added support for installation on MacOS X interface view of classes changed to display javadoc format in BlueJ editor inspection of elements of large arrays fixed System.exit now terminates all threads bugs with parsing explicit positive ints fixed more compiler error message help texts added "describe" function (CTRL-D) in editor fixed (had bug on Windows) static data now gets reinitialised with each call to "main(String[])" 1.1.11 September 2000 applets are now properly recognised even if not directly inheriting from "Applet" editor key bindings are now properly saved between sessions (JDK 1.3 only) "spinning barber pole problem" (infinitelyspinning barber pole) on Linux fixed classes in the project are now recognised when source is not there (only .class file). This may be used to supply use-only classes to students without source bug with incorrect project closing fixed class positioning when adding class from file corrected long error messages in editor now wrap over two lines. Pressing the "?" button shows the complete message (together with an explanation) default argument for "public static void main(String[])" changed from null to { } to ensure compatibility with DOS editors have icons when minimised 1.14 August 2000 UML-style notation for the class diagram support for named and nested packages improved import of non-BlueJ packages terminal text can be saved or copied editor key bindings can be changed (jdk 1.3 only) editor font can be changed "export" function to create standard Java packages and executable jar files projects have project comments (README note) javadoc support added for single classes and whole projects cascading menus for large menus the debugger can now be used with swing applications classes can be renamed in the class source 1.0.323 May 2000 static methods on abstract can be called now bug with calling methods after using "Get" has been fixed bug with printing TABs has been fixed printing the class diagram has been improved class names can now be changed by changing the name in the source 1.0.28 March 2000 printing class sources has been fixed/improved editor views have been improved bug fixed: end of long lines was not displyed properly bug fix: System.exit() did not work correctly new editor functions: "indent", "break-and-indent", "comment", "uncomment" editor key bindings can be changed (but are not yet saved - they are lost on exit) a default source directory can be defined in the "bluej.defs" file. This serves as a starting point for the file chooser install support for jdk 1.3 added 1.0.117 January 2000 installation support for Linux jdk 1.2.2 added added preferences dialogue editor font size can be changed non-BlueJ packages can now be opened in BlueJ (with automatic dependency analysis). So far, only packages without nested packages are supported "package..." line automatically fixed when importing classes System.exit() now works for graphical applications bug fixed in inspection of large arrays default parameter "null" added for static void main calls support for internationalisation (so far, German is the only language file supplied besides English) 1.023 August 1999 dependencies (eg inheritance relationships) are automatically entered into the source code if entered graphically several bugs in the debugger have been fixed 0.9.711 August 1999 text terminal reimplemented; fixed many problems terminal comes to front on output inspect for local variables in debugger implemented dependency display improved: changes in code immediately reflected in diagram 0.9.57 July 1999 Implementation changed to run on Java 2 platform Debugger implemented. Includes breakpoints, single stepping, variable inspection Execution implementation changed to use JDI - promises significant improvements in stability and reliability Applets supported (development and viewing in applet viewer and browser) Dependency analysis fixed - works correctly now Many editor improvements Help button for compiler error messages and exceptions Array inspection implemented Exception handling (reporting) improved 0.9.2a12 May 1999 One bug fix: bluej could not be started on Unix systems without a command line argument. 0.9.25 May 1999 internal implementation improvements some editor improvements (key shortcut, tabs, ...) editor function "key bindings" implemented - lists all user functions and their bindings many bug fixes 0.9.128 April 1999 printing of source files implemented cleaned up object popup menus classes can no longer be moved out of the screen removed bug in removing arrows backup package file now named "bluej.pkh" instead of "bluej.pkg~" to avoid Windows copying bug 0.9.015 March 1999 handling of exceptions: exceptions in user programs are caught and displayed properly System.exit() can now be used normally bug fix: empty string as method result now returned properly bug fix: user defined object as method result now shown correctly bug fixes: names of objects on bench: now ensures that names are unique and valid bug fix: layout of object bench after "get" and "remove" fixed bug fix: objects could not be used properly after put on the object bench through the "Get" operation in the inspect window. This works now. 0.8.92 March 1999 Removing of classes has been implemented In the installer, a path to the java executable can be specified and will be used In multi-user system, where the BlueJ home directory is not writable to users, the system should now work much better. The Save As function has been implemented. Many other bug fixes...

Clone this wiki locally