The Artima Developer Community
Sponsored Link

Java Buzz Forum
Fixing Derby connections on OS X without using derby.properties

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Luis de la Rosa

Posts: 161
Nickname: ldelarosa
Registered: Oct, 2004

Luis de la Rosa is a Tools Architect specializing in building rich clients in Eclipse and Swing.
Fixing Derby connections on OS X without using derby.properties Posted: Feb 28, 2005 12:25 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Luis de la Rosa.
Original Post: Fixing Derby connections on OS X without using derby.properties
Feed Title: Luis de la Rosa
Feed URL: http://www.luisdelarosa.com/category/eclipse/feed/
Feed Description: Eclipse / Java Programming on Mac OS X
Latest Java Buzz Posts
Latest Java Buzz Posts by Luis de la Rosa
Latest Posts From Luis de la Rosa

Advertisement
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 {...

Read: Fixing Derby connections on OS X without using derby.properties

Topic: [Feb 23, 2005 04:48 PST] 12 Links Previous Topic   Next Topic Topic: Too Many Words

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use