Re: [ADMIN] jdbc driver, can it run on a windows machine?

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: "Vance Greenway" <vance(at)ricochet(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [ADMIN] jdbc driver, can it run on a windows machine?
Date: 1999-01-20 09:27:04
Message-ID: l03110701b2cb50b72cba@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-interfaces

(Thread redirected to the INTERFACES list)

At 19:48 +0200 on 19/1/99, Vance Greenway wrote:

> i am using visual cafe for windows to develop an applet to access
>my postgresql data on a linux server.  the package requires that the
>driver i want to develop with reside on the same computer...ie the
>windows box.  can the jdbc driver "jdbc6_4.jar" be placed on the windows
>box and access the postgresql database over a tcp/ip lan?   if yes, could
>you provide any pointers for doing so?  thanx!

Basically, I think you have a misconception here somewhere.

You need the driver to be in the same codebase as the applet you are
developing, so that it can load the driver when it needs it. That would
mean the remote host when it actually works, or the local host when you are
still in development. The idea is to join the Driver's jar with the
Applet's jar.

Or you can have it locally on the CLASSPATH the browser uses. This would
mean you have to install it on every machine that has to use that applet.
It's possible, although things are not normally done that way.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message gjerde 1999-01-20 09:39:59 v6.4.2 backend crashing on certain sql stmts
Previous Message Vance Greenway 1999-01-19 18:59:23 where do i look?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Simon Evans 1999-01-20 09:31:56 Newer frontend talking to older backend
Previous Message Rolf Luettecke 1999-01-20 09:11:52 Re:[INTERFACES] PostgreSQL, ODBC and Applix Data