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
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",
>
> "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[
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
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
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
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]
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
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
"¸¶·ÐÀÎÇü" 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
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
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
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~! ^^
==
±×°ÍÀº ¼Ò¸®¾ø´Â ¾Æ¿ì¼º...
³ªÀÇ ¿µÈ¥ Àú ±íÀº°÷¿¡¼ºÎÅÍ
13 matches
Mail list logo