Categories
- Code Pranger (8)
- DrJava (207)
- Graduate School (31)
- Pictures (96)
- Programming (4)
- Publications (44)
- Ramblings (117)
- Research (408)
- Concurrent Unit Testing (292)
- Mint (73)
- OOP Book (7)
- xajavac (29)
- Teaching (26)
- Thesis (31)
- MS Thesis (30)
- Trip Report (1)
- Uncategorized (221)
Search
Archive
- September 2025 (2)
- August 2025 (5)
- July 2025 (1)
- June 2025 (1)
- March 2025 (2)
- February 2025 (1)
- January 2025 (1)
- January 2024 (2)
- March 2021 (1)
- January 2021 (3)
- September 2020 (1)
- February 2020 (1)
- September 2019 (1)
- April 2019 (1)
- July 2018 (3)
- May 2018 (1)
- February 2018 (1)
- December 2017 (1)
- October 2017 (1)
- August 2017 (3)
- July 2017 (3)
- June 2017 (3)
- May 2017 (1)
- April 2017 (1)
- March 2017 (2)
- February 2017 (1)
- January 2017 (4)
- December 2016 (1)
- October 2016 (4)
- September 2016 (1)
- August 2016 (8)
- July 2016 (7)
- June 2016 (7)
- May 2016 (2)
- April 2016 (2)
- October 2015 (2)
- June 2015 (4)
- February 2015 (1)
- December 2014 (2)
- August 2014 (1)
- May 2014 (2)
- April 2014 (4)
- March 2014 (2)
- February 2014 (3)
- September 2013 (3)
- July 2013 (1)
- June 2013 (1)
- May 2013 (2)
- March 2013 (2)
- November 2012 (4)
- October 2012 (3)
- September 2012 (2)
- June 2012 (3)
- April 2012 (4)
- March 2012 (4)
- February 2012 (2)
- January 2012 (5)
- November 2011 (2)
- October 2011 (4)
- September 2011 (11)
- August 2011 (6)
- July 2011 (7)
- June 2011 (4)
- May 2011 (3)
- April 2011 (3)
- March 2011 (2)
- February 2011 (7)
- January 2011 (10)
- December 2010 (2)
- November 2010 (7)
- October 2010 (17)
- September 2010 (17)
- August 2010 (23)
- July 2010 (16)
- June 2010 (16)
- May 2010 (14)
- April 2010 (15)
- March 2010 (15)
- February 2010 (16)
- January 2010 (15)
- December 2009 (6)
- November 2009 (16)
- October 2009 (20)
- September 2009 (25)
- August 2009 (13)
- July 2009 (2)
- June 2009 (1)
- May 2009 (3)
- April 2009 (2)
- March 2009 (3)
- February 2009 (3)
- December 2008 (2)
- November 2008 (6)
- October 2008 (16)
- September 2008 (7)
- August 2008 (10)
- July 2008 (4)
- June 2008 (4)
- May 2008 (7)
- April 2008 (3)
- March 2008 (7)
- February 2008 (11)
- January 2008 (3)
- December 2007 (5)
- November 2007 (15)
- October 2007 (5)
- August 2007 (2)
- July 2007 (19)
- June 2007 (8)
- May 2007 (9)
- April 2007 (18)
- March 2007 (23)
- February 2007 (5)
- January 2007 (12)
- December 2006 (5)
- November 2006 (17)
- October 2006 (18)
- September 2006 (22)
- August 2006 (21)
- July 2006 (15)
- June 2006 (1)
- May 2006 (4)
- April 2006 (3)
- March 2006 (1)
- February 2006 (1)
- January 2006 (26)
- December 2005 (6)
- November 2005 (6)
- October 2005 (2)
- September 2005 (7)
- August 2005 (20)
- July 2005 (21)
- June 2005 (23)
- February 2005 (1)
- December 2004 (1)
- November 2004 (2)
- October 2004 (2)
- September 2004 (1)
- August 2004 (2)
- June 2004 (3)
- March 2004 (1)
- September 2003 (1)
Meta
Category Archives: DrJava
DrJava’s Most Annoying Bug is Sun’s JVM Bug
Corky just notified me that the very pesky ArrayIndexOutofBoundsException in DrJava that has been reported in numerous bug reports (assigned to be duplicates of the first report, 2831821: Caret updating is broken) is actually a JVM bug, not a bug … Continue reading
String Comparisons for Common Words Are Bad
It has been a long time since the last item went on the code pranger. I’ve pulled my hair out over many things during the last months, but this is the first time in a long while that I slapped … Continue reading
Hudson Moved to Denmark
I just migrated our Hudson continuous integration server from my workstation (finland.cs, now a Dell Studio 435 with a 2.66 GHz i7 — thanks Corky!) to denmark.cs, a dedicated server (my former workstation, a Dell Dimension 9200 with a 3 … Continue reading
All in One File!
After integrating Mint into DrJava last week, we have now made it even simpler to experiment with Mint: You can download a copy of DrJava that already includes the Mint compiler, all in one file: DrJava with Mint (check the … Continue reading
Short DrJava Review on SourceForge
Someone wrote on SourceForge about DrJava: This program is excellent for its’ intended use. Best part is that you can put it on a memory stick and run it. Thanks! I concur.
DrJava with Mint Released
The latest releases of DrJava contains a compiler adapter for Mint. That means it is possible to conveniently compile Mint programs in the DrJava IDE. To experiment with Mint and DrJava, please do the following: Download DrJava with Mint the … Continue reading
DrJava Mint Branch Merged Back into Trunk
I just merged the trunk-mint branch of DrJava back into the trunk and made a new weekly release (@ I actually issue these “weakly” releases more often than just weekly. It’s just a convenient mechanism to benefit from the auto-update … Continue reading
Running Mint Programs in DrJava
I have now managed to hack DrJava and Mint together. I still have to improve the source, because right now a few things are hard-coded, but it is a working proof-of-concept. Welcome to DrJava. Working directory is C:\Program Files\JavaMint\langtools\mintTest > … Continue reading
Mint and DrJava Class Loader Issues
I’m still trying to integrate Mint into DrJava, and I’m running into a problem with the class loaders in Mint and DrJava. If I understand the class loader inside the Interaction JVM correctly (a PathClassLoader, I believe), it can change … Continue reading
DrJava with Mint Compiles on Windows, Mac and Linux
The DrJava built from my trunk-mint branch now manages to compile Mint programs on all three major operating systems: Windows, Mac and Linux. I had to make a bugfix in the Mint compiler (I will make a new release soon), … Continue reading
DrJava with Mint on Mac “Cosmetically” Closer
Sweet! DrJava with Mint on the Mac just came within reach, or at least as close as it is on the other operating systems. For some reason, when I ran DrJava under Soylatte and X11 earlier, no compilers showed up. … Continue reading
Mint in DrJava is Tricky
I’ve been trying to get the Mint compiler to work inside DrJava. This has turned out to be more tricky than I thought. The preempting class loader that we use to load different compiler adapters is still giving me headaches, … Continue reading
SIGCSE 2010 Paper Submitted
Now I’ll take a break, then I’ll proof-read it … Continue reading
850,000 Downloads of DrJava
DrJava hit 850,000 downloads today. We should b… Continue reading
Power Using a for Loop
Soon it will be possible to compile and run Min… Continue reading
APCS Video Tutorial with DrJava
I found a video tutorial by Chris Thiel that us… Continue reading
New DrJava Stable Release: drjava-stable-20090821-r5004
We have made a new stable version available: dr… Continue reading
Daemon Threads in DrJava’s Interactions Pane
I’m working on integrating ConcJUnit into DrJav… Continue reading
OpenJDK Incompatibilities
It seems like we have some incompatibilities wi… Continue reading
New DrJava Beta Release: drjava-beta-20090803-r4975
We have made a new beta version available: drja… Continue reading
