-
Archives
- January 2012
- October 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- September 2010
- August 2010
- March 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
-
Meta
Monthly Archives: February 2005
Fixing Derby connections on OS X without using derby.properties
To get Derby connections to work on OS X from within your Java code, you need to use the following piece of code: Properties p = System.getProperties(); p.put(“derby.storage.fileSyncTransactionLog”, “true”); Do this right before you load your Derby driver: try { … Continue reading
Posted in Eclipse
Comments Off
Creating/Modifying Derby databases on OS X
If you’re trying to create or modify a Derby database on OS X and you get the error message: ERROR XSTB2: Cannot log transaction changes, maybe trying to write to a read only database. Then check out the Derby FAQ … Continue reading
Posted in Eclipse
Comments Off
Just got to EclipseCon 2005
Just got to the Hyatt Regency, site of EclipseCon 2005. It was a pretty decent flight, although there were at least two folks who got really air sick due to some turbulence. I enjoyed the usual DirectTV fare on JetBlue … Continue reading
Posted in Eclipse
Comments Off
EclipseCon 2004 notes
Just some notes from EclipseCon 2004, to get my head cleared for EclipseCon 2005: The keynote by Erich Gamma and John Weigand seemed to hit all the big themes of the conference. The only exception was EMF and GEF, which … Continue reading
Posted in Eclipse
Comments Off
A brief history of EclipseCon
Here’s a brief history of EclipseCon, with unofficial titles (that I came up with) along the official title. EclipseCon 1 – Eclipse User’s Group Meeting at JavaOne 2002 Location: Thirsty Bear Brewing Company across the street of the Moscone Center, … Continue reading
Posted in Eclipse
Comments Off
EclipseCon 2005 is sold out!
EclipseCon 2005 is sold out! (I can’t remember any software related conference I’ve been to that sold out, though many were quite full.) As a result, I’ll be scalping tickets at the door. :) Seriously, this is great. Also, if … Continue reading
Posted in Eclipse
Comments Off
Eclipse 3.1M5a is out
Everyone should get this instead of the original 3.1M5. This includes a bug fix to the Properties View for EMF-based editors. Download 3.1M5a from a mirror near you. Technorati tags: eclipse
Posted in Eclipse
Comments Off
Stay tuned for Eclipse 3.1 M5 A
The Platform UI team found a problem with EMF-based editors and the Properties View and they worked today to fix it. There should be a new build of Eclipse 3.1M5, titled Eclipse 3.1M5a that will be released soon. [Via EclipsePowered].
Posted in Eclipse
Comments Off
The night owl gets the milestone build (Eclipse 3.1M5 is here!)
Eclipse 3.1M5 is here! I like this quote from Kim Moir, the Master of Eclipse Build Ceremonies (OK, not an official title): “The clock has struck midnight and M5 has emerged as a beautiful new stable build. Enjoy.” You can … Continue reading
Posted in Eclipse, RCP, User Experience
1 Comment
Memories of EclipseCon 2003
I was at EclipseCon 2003. What’s that you say? The first EclipseCon was EclipseCon 2004? I beg to differ. I would say the first EclipseCon was the “Eclipse event at JavaOne 2003“, back on June 11th, 2003. I didn’t have … Continue reading
Posted in Eclipse
Comments Off