[31 total ]
DrJava Development Release Update: 20080415

An update to last week's development release has been posted. This release packages the OS X application as a tar/gzip archive rather than a zip archive, due to reports of file-permission problems on some systems. It also includes an automatic update-checking facility. (0 comments)

2. DrJava Development Releases drjava-20080415-1537-r4441 released (Tue, 15 Apr 2008 15:57:09 GMT)

Released at Tue, 15 Apr 2008 15:57:09 GMT by dlsmith
Includes files: drjava-20080415-1537-r4441.jar (7336080 bytes, 0 downloads to date), drjava-20080415-1537-r4441-windows.zip (6859204 bytes, 0 downloads to date) ... [More] , drjava-20080415-1537-r4441-src.zip (7488746 bytes, 0 downloads to date), drjava-20080415-1537-r4441-osx.tar.gz (6864948 bytes, 0 downloads to date)
[Download] [Release Notes] [Less]

2. DrJava Development Releases drjava-20080411-1951-r4436 released (Fri, 11 Apr 2008 22:55:29 GMT)

Released at Fri, 11 Apr 2008 22:55:29 GMT by dlsmith
Includes files: drjava-20080411-1951-r4436.jar (7315248 bytes, 9 downloads to date), drjava-20080411-1951-r4436-osx.zip (6846032 bytes, 6 downloads to date), drjava-20080411-1951-r4436-src.zip ... [More] (7476936 bytes, 1 downloads to date), drjava-20080411-1951-r4436-windows.zip (6840497 bytes, 7 downloads to date)
[Download] [Release Notes] [Less]

Workaround for Windows compiler bug

As noted earlier, a bug in JDK 1.6.0_04 and 1.6.0_05 breaks compilation in the Windows exe app. The bug has been reported to Sun, but they have thus far been unresponsive. As a workaround, the most recent Developer Release does not include the ... [More] Windows exe app on the class path when compiling with one of the affected JDK versions. As a result, Windows exe users compiling JUnit tests will need to download junit.jar and place it on their class path. Hopefully this is a temporary workaround, and Sun will respond with a bug fix in a future JDK update. (0 comments) [Less]

DrJava Development Release 20080411

A new Development Release has been posted, with an improved facility for running external processes and partial support for JUnit 4.4. It incorporates a number of bug fixes and performance improvements. One noteworthy change is a workaround for a ... [More] bug in JDK 1.6.0_04 which was not allowing compilation in the Windows exe app. Note: the project file format has been improved; projects saved with this version will be incompatible with previous DrJava versions. (0 comments) [Less]

Warning: Windows JDK 1.6.0_04 incompatibility

A number of users have reported that compilation will not work when using the DrJava ".exe" application in Windows with JDK 1.6.0_04 and 1.6.0_05. Attempting to compile will result in a "cannot read zip file entry" compiler ... [More] error.

We've identified the problem as a bug in javac (it won't permit including the "drjava....exe" file on the compilation class path). We've reported the bug to Sun and are awaiting a response. In the mean time, the following workarounds are available to affected users (choose one):

- Uninstall any JDK installation later than 1.6.0_03.

- Select a Java 5 or Java 1.4 compiler from the drop-down list (assuming one of these is installed).

- Download and run the "drjava-....jar" application instead of the Windows wrapper ("drjava-....exe").

Older versions of JDK 6 can be downloaded here: http://java.sun.com/products/archive/

JDK 5 can be downloaded here: http://java.sun.com/javase/downloads/index_jdk5.jsp (0 comments) [Less]

Development Release with New Interactions Pane

A Development Release has been posted which includes a major update to the Interactions Pane interpreter. The Interactions now fully supports generics and inference, and a variety of interpreter bugs have been eliminated. (0 comments)

2. DrJava Development Releases drjava-20080124-1942 released (Thu, 24 Jan 2008 20:39:58 GMT)

Released at Thu, 24 Jan 2008 20:39:58 GMT by dlsmith
Includes files: drjava-20080124-1942-src.zip (7449797 bytes, 0 downloads to date), drjava-20080124-1942-osx.tar.gz (6720908 bytes, 0 downloads to date), drjava-20080124-1942.jar (7168411 bytes ... [More] , 11 downloads to date), drjava-20080124-1942.exe (7267227 bytes, 17 downloads to date)
[Download] [Release Notes] [Less]

DrJava: Problems with 20080106-0744 Stable Version Fixed

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing ... [More] tool.

There appeared to have been a problem with the files that were uploaded for the 20080106-0744 stable version that prevented DrJava from being run when downloaded from some servers.

These problems had been fixed within two days of the release. The version number has not been changed since the files were simply uploaded again.

We apologize for the inconvenience. (0 comments) [Less]

New Stable Release

We just posted a new stable release, drjava-stable-20080106-0744. It is based on the beta release from December 2007, but also includes several new improvements made since then.

[ 1815387 ] Editor should discard parse errors
[ 1857120 ] Main Document not created. (0 comments)

1. DrJava Stable Releases drjava-stable-20080106-0744 released (Sun, 06 Jan 2008 09:40:01 GMT)

Released at Sun, 06 Jan 2008 09:40:01 GMT by mgricken
Includes files: drjava-stable-20080106-0744.jar (6213632 bytes, 842 downloads to date), drjava-stable-20080106-0744-src.zip (7284450 bytes, 18 downloads to date) ... [More] , drjava-stable-20080106-0744-javadoc.zip (4701345 bytes, 17 downloads to date), drjava-stable-20080106-0744-osx.tar.gz (6538653 bytes, 412 downloads to date), drjava-stable-20080106-0744.exe (7047076 bytes, 2855 downloads to date)
[Download] [Release Notes] [Less]

New Beta Release on December 20, 2007

We just released a new beta release. It includes several bug fixes found in the previous stable release, as well as new features.

Features:
- Drag-and-drop for Java files. Files from Windows Explorer, MacOS Finder, and Nautilus on Linux ... [More] (other file browsers not tested) can be dragged and dropped into DrJava.
- Connecting to a running DrJava instance to open files in an that instance. Can be used to integrate DrJava with external tools.
- 'Show Javadoc for Class' does not require internet access to build the list of class names anymore.
- 'Automatic import' dialog to the Interactions Pane. If an undefined class is encountered, the dialog will display all standard Java API classes and most user classes and let the user select one or an entire package. DrJava will then import that class or package and re-execute the erroneous line.

Bugfixes:
- [ 1773173 ] Find All results with similarly-named files
- [ 1792359 ] when exiting, cancel button does not behave as expected
- [ 1831946 ] Error after compilation. (0 comments) [Less]

1. DrJava Stable Releases drjava-beta-20071221-0013 released (Fri, 21 Dec 2007 00:57:11 GMT)

Released at Fri, 21 Dec 2007 00:57:11 GMT by mgricken
Includes files: drjava-beta-20071221-0013-src.zip (7281506 bytes, 16 downloads to date), drjava-beta-20071221-0013-osx.tar.gz (6538393 bytes, 33 downloads to date) ... [More] , drjava-beta-20071221-0013-javadoc.zip (4660515 bytes, 5 downloads to date), drjava-beta-20071221-0013.jar (6948198 bytes, 91 downloads to date), drjava-beta-20071221-0013.exe (7047014 bytes, 209 downloads to date)
[Download] [Release Notes] [Less]

New Stable Release

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing ... [More] tool.

A new stable release has been posted, drjava-stable-20070828-1759. It is based on the previous beta, but is now distributed under the BSD license.

We are also happy to report that we were able to reclaim the drjava.org domain. (0 comments) [Less]

1. DrJava Stable Releases drjava-stable-20070828-1759 released (Tue, 28 Aug 2007 19:59:29 GMT)

Released at Tue, 28 Aug 2007 19:59:29 GMT by mgricken
Includes files: drjava-stable-20070828-1759.exe (6922252 bytes, 48369 downloads to date), drjava-stable-20070828-1759-src.zip (7161017 bytes, 353 downloads to date) ... [More] , drjava-stable-20070828-1759-osx.tar.gz (6417916 bytes, 3324 downloads to date), drjava-stable-20070828-1759.jar (6825103 bytes, 15839 downloads to date)
[Download] [Release Notes] [Less]

drjava.org Domain Lost

We missed the renewal deadline for the drjava.org domain and are now trying to reclaim the domain. In the meantime, please use the following URL:
http://drjava.sourceforge.net/
We apologize for the inconvenience. (0 comments)

DrJava Beta Release (20070804)

A new beta release has been posted, containing an improvement to the auto-detection of the Java 6.0 compiler. (0 comments)

1. DrJava Stable Releases drjava-beta-20070803-2106 released (Sat, 04 Aug 2007 06:47:42 GMT)

Released at Sat, 04 Aug 2007 06:47:42 GMT by mgricken
Includes files: drjava-beta-20070803-2106.exe (6923439 bytes, 4120 downloads to date), drjava-beta-20070803-2106.jar (6824623 bytes, 2307 downloads to date) ... [More] , drjava-beta-20070803-2106-osx.tar.gz (6417247 bytes, 445 downloads to date), drjava-beta-20070803-2106-src.zip (7184018 bytes, 81 downloads to date)
[Download] [Release Notes] [Less]

1. DrJava Stable Releases drjava-beta-20070524-1944 released (Thu, 24 May 2007 21:36:10 GMT)

Released at Thu, 24 May 2007 21:36:10 GMT by mgricken
Includes files: drjava-beta-20070524-1944.exe (6923382 bytes, 3362 downloads to date), drjava-beta-20070524-1944.jar (6824566 bytes, 1510 downloads to date) ... [More] , drjava-beta-20070524-1944-osx.tar.gz (6417171 bytes, 290 downloads to date), drjava-beta-20070524-1944-src.zip (7183916 bytes, 137 downloads to date)
[Download] [Release Notes] [Less]

DrJava Beta Release (20070524)

A new beta release has been posted, containing several bug fixes and performance improvements. (0 comments)

DrJava Stable Release (20070130)

A new stable release has been posted, containing bug fixes, performance improvements, and support for renaming files. (0 comments)

1. DrJava Stable Releases drjava-stable-20070130-2255 released (Tue, 30 Jan 2007 16:36:36 GMT)

Released at Tue, 30 Jan 2007 16:36:36 GMT by dlsmith
Includes files: drjava-stable-20070130-2255-src.zip (7027478 bytes, 17 downloads to date), drjava-stable-20070130-2255-osx.tar.gz (6258089 bytes, 14 downloads to date) ... [More] , drjava-stable-20070130-2255.jar (6643510 bytes, 23 downloads to date), drjava-stable-20070130-2255.exe (6742326 bytes, 69 downloads to date)
[Download] [Release Notes] [Less]

Eclipse Plug-in Released

A new build of the Eclipse plug-in has been posted. It should address compatibility issues present in previous versions. It also incorporates bug fixes and other changes made in main DrJava code since the last plug-in release. (0 comments)

3. DrJava Eclipse Plug-in drjava-eclipse-0.9.8 released (Mon, 30 Oct 2006 19:58:41 GMT)

Released at Mon, 30 Oct 2006 19:58:41 GMT by dlsmith
Includes files: drjava-eclipse-20061030-1946-src.zip (2067259 bytes, 350 downloads to date), drjava-eclipse-0.9.8.zip (2795216 bytes, 5601 downloads to date)
[Download] [Release Notes]

3rd Stable Update Posted

A third update to the stable release has been posted. It includes a handful of bug fixes in response to feedback from users. (0 comments)

1. DrJava Stable Releases drjava-stable-20061025-1556 released (Wed, 25 Oct 2006 16:51:31 GMT)

Released at Wed, 25 Oct 2006 16:51:31 GMT by dlsmith
Includes files: drjava-stable-20061025-1556.exe (6444066 bytes, 29492 downloads to date), drjava-stable-20061025-1556.jar (6345250 bytes, 10952 downloads to date) ... [More] , drjava-stable-20061025-1556-src.zip (6771179 bytes, 332 downloads to date), drjava-stable-20061025-1556-osx.tar.gz (5997802 bytes, 1645 downloads to date)
[Download] [Release Notes] [Less]

1. DrJava Stable Releases drjava-stable-20060918-1737 released (Mon, 18 Sep 2006 18:46:01 GMT)

Released at Mon, 18 Sep 2006 18:46:01 GMT by dlsmith
Includes files: drjava-stable-20060918-1737-src.zip (6775564 bytes, 159 downloads to date), drjava-stable-20060918-1737-osx.tar.gz (6010957 bytes, 1027 downloads to date) ... [More] , drjava-stable-20060918-1737.jar (6359472 bytes, 6620 downloads to date), drjava-stable-20060918-1737.exe (6458288 bytes, 20317 downloads to date)
[Download] [Release Notes] [Less]

2nd Stable Update Posted

A second update to the stable release has been posted. It includes fixes for a few recently-reported bugs. (0 comments)

Update to Stable Posted

An update to the stable release has been posted, with fixes to bugs reported by DrJava users. Notably, the "Javadoc" command has been fixed. (0 comments)

1. DrJava Stable Releases drjava-stable-20060821-1502 released (Mon, 21 Aug 2006 16:31:58 GMT)

Released at Mon, 21 Aug 2006 16:31:58 GMT by dlsmith
Includes files: drjava-stable-20060821-1502-osx.tar.gz (6000729 bytes, 860 downloads to date), drjava-stable-20060821-1502.exe (6446657 bytes, 14147 downloads to date) ... [More] , drjava-stable-20060821-1502-src.zip (6770828 bytes, 108 downloads to date), drjava-stable-20060821-1502.jar (6347841 bytes, 4725 downloads to date)
[Download] [Release Notes] [Less]