Wim Ceulemans wrote:
> Ola Samuelson wrote:
> >
> > Hi!
> > First, thanks to all that makes java/jserv work on linux.
> >
> > Hope this is right for this forum.
> >
> > I have following:
> > * x86 machines
> > * Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2
> >
> > * Inte
Thank you for your help, Nathan.
Regards,
Lee
-Original Message-
From: Nathan Meyers [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 12, 2000 6:27 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Nathan's Book
On Wed, Jan 12, 2000 at 06:14:17PM -0600, [EMAIL PROTECTED]
> Dimitris Terzis wrote:
>
> Hi guys...
>
> I am trying to launch an external application from my Java program,
> using exec().
>
> I do Runtime.getCurrentRuntime() and then try to exec() the
> application (not internal command), providing a properly created path.
> My application has a GUI whi
Robbie Baldock wrote:
> I seem to be having great difficulty setting up Xvfb and DISPLAY to
> generate images from a servlet.
Please disregard - problem solved...
Robbie
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
Hi!
I'm not sure I follow.
The servlet looks like:
public class finder extends HttpServlet {
..
..
String _dbURL = "jdbc:interbase://localhost/nexttier://lb/data/lb.gdb";
String _InitialQuery = "select * from employee";
java.sql.Driver _Driver = null;
java.sql.Connection _Connection = nul
Title: Passing file descriptors around
Hi guys...
I use a Java application to launch an external program, via exec(). My Java application opens a socket which I want to pass to the external application and use it there. I have tried the easy way of passing the file descriptor (i.e., the int
I seem to be having great difficulty setting up Xvfb and DISPLAY to
generate images from a servlet.
I've tried this tip I found on the JServ site:
>I had the same problem earlier. I guess that the root of the problem is that,
> if you autostart JServ from Apache, then env var DISPLAY will not
> Dimitris Terzis wrote:
>
> Hi guys...
>
> I am trying to launch an external application from my Java program,
> using exec().
>
> I do Runtime.getCurrentRuntime() and then try to exec() the
> application (not internal command), providing a properly created path.
> My application has a GUI whi
Hello all, I have written an applet that talks to a server application
that then talks to a MySQL database. The applet is a input form and I
want to insert the values from the input boxes into many tables in a
database. How would I go about doing this?
How I have it working is that I form the who
Title: Problem with exec()
Hi guys...
I am trying to launch an external application from my Java program, using exec().
I do Runtime.getCurrentRuntime() and then try to exec() the application (not internal command), providing a properly created path. My application has a GUI which is never
Hi!
I'm not sure I follow.
The servlet looks like:
public class finder extends HttpServlet {
..
..
String _dbURL = "jdbc:interbase://localhost/nexttier://lb/data/lb.gdb";
String _InitialQuery = "select * from employee";
java.sql.Driver _Driver = null;
java.sql.Connection _Connection = nul
Ola Samuelson wrote:
>
> Hi!
> First, thanks to all that makes java/jserv work on linux.
>
> Hope this is right for this forum.
>
> I have following:
> * x86 machines
> * Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2
>
> * Interbase Interclient1.51 on Redhat 6.1(2.2.14
unsubscribe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi!
First, thanks to all that makes java/jserv work on linux.
Hope this is right for this forum.
I have following:
* x86 machines
* Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2
* Interbase Interclient1.51 on Redhat 6.1(2.2.14)/Blackdown jdk
1.2.2rc3/Sun
JSDK2.0/Jserv 1
14 matches
Mail list logo