You could try a pure Java DB, with a File-System Driver (Cloudscape
comes to mind).  It does not require any DB to be started (i.e. no
network), and the JDBC drivers are type 4 (pure java).

-Larry



Ben Pharr wrote:
> 
> I would like to find a good way to store data for a Java program I'm
> writing.  It is a LARGE amount of data, so parsing a text file at startup
> isn't an option.  A database like MySQL isn't an option because of the
> problems of setting it up on each client.  (This program needs to be able
> to run without access to the Internet, so one central server is out of the
> question as well.)  Also, I'm developing in Linux, but deploying for all
> platforms, so I need it to be platform independent.  Any ideas?  Thanks!
> 
> Ben
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to