Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Vincent Trussart
Ben Pharr wrote: > At 04:37 AM 8/8/00 , you wrote: > >Whatever method is used, if every client needs its own copy, start-up > >time is likely to be affected. > > > >If there is no central database presumably you don't want people to be > >able to make changes which become available to other users

Re: Pablo Trujillo

2000-08-08 Thread Urs A. Schroffenegger
Juergen Kreileder wrote: > These should be "to execute files". If you want to use shell builtins > or shell features like redirection you need a shell, e.g.: > > Runtime.getRuntime().exec(new String[] {"/bin/sh", > "-c", >

Re: Pablo Trujillo

2000-08-08 Thread Juergen Kreileder
> "Urs" == Urs A Schroffenegger <[EMAIL PROTECTED]> writes: Urs> if you want to execute shell commands, you can use the These should be "to execute files". If you want to use shell builtins or shell features like redirection you need a shell, e.g.: Runtime.getRuntime().exec(new String[

Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Ben Pharr
At 04:37 AM 8/8/00 , you wrote: >Whatever method is used, if every client needs its own copy, start-up >time is likely to be affected. > >If there is no central database presumably you don't want people to be >able to make changes which become available to other users... > >What about using Object

Re: Pablo Trujillo

2000-08-08 Thread Urs A. Schroffenegger
Pablo Trujillo wrote: > > I need to execute linux commands from code java. Help > if you want to execute shell commands, you can use the Runtime class (in java.lang.*), with the exec(String command), it returns a new process executing the system command specified, with the methods getInputStrea

Re: postgresql jdbc driver

2000-08-08 Thread Jim Caley
I suppose this question has both Java and Linux elements to it (assuming your platform is Linux), but it would still be more appropriate -- and you'll get better results -- if you post it to the pgsql-interfaces list. :) See http://www.postgresql.org (then Info Central/Mailing Lists) for more inf

Pablo Trujillo

2000-08-08 Thread Pablo Trujillo
I need to execute linux commands from code java. Help -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: how to print gui on linux

2000-08-08 Thread Joi Ellis
Francis Ha wrote: > > how to print gui in linux ? any body knows?? > i know lpr ... lprd .. i mean > ( alt printscreen ) in linux I use the import command to capture the window image as a gif. I then use xv or display to crop out what I don't want saved. Import and display are in this rpm: Ima

Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Nathan Meyers
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 n

Re: where can i download java40.jar?

2000-08-08 Thread Nathan Meyers
"¸¶·ÐÀÎÇü" wrote: > This package includes netscape.javascript, as i know, > which makes Applet possible to access JavaScript object. > does anyone who knows location of this package? > please tell me~! ^^ Install Netscape... you'll find java.jar in its java/classes subdirectory. Natha

Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Larry Sanderson
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 > writ

Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Robbie Baldock
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. Whatever method is used, if every client needs its own copy, start-up time is likely to be affected. > A data

where can i download java40.jar?

2000-08-08 Thread ¸¶·ÐÀÎÇü
This package includes netscape.javascript, as i know, which makes Applet possible to access JavaScript object. does anyone who knows location of this package? please tell me~! ^^ == ±×°ÍÀº ¼Ò¸®¾ø´Â ¾Æ¿ì¼º... ³ªÀÇ ¿µÈ¥ Àú ±íÀº°÷¿¡¼­ºÎÅÍ