Re: [INTERFACES] Problem Applet-Appletviewer

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: "REDCYT - Juan Carlos Liendro" <jliendro(at)diogenes(dot)secyt(dot)gov(dot)ar>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Problem Applet-Appletviewer
Date: 1998-11-24 08:52:14
Message-ID: l03110701b280236ff32a@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

At 21:43 +0200 on 23/11/98, REDCYT - Juan Carlos Liendro wrote:

> Hi:
> I have a problem.
> I have Postgresql v.6.3 and jdk1.1.3.
> I wrote un applet of consul and one table of postgresql
> Driver (jdbc:postgresql).
> I load ClassforName(jdbc:postgresql).
> it works fine only if:
> prompt$ java file-consul
> and not works
> appletviewer file-consul.html
> (Not show data, and initial applet ok).

You have to use:

Class.forName("postgresql.Driver");

The "jdbc:postgresql" is not the name of the driver class to load, but the
URL of the database to which you connect. In all probability, it fails, but
it works when you run "java", because the driver is actually in your
classpath.

Herouth

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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message rasyidi 1998-11-24 10:09:38 (no subject)
Previous Message Alvin Khoo 1998-11-24 08:43:38 pgsql (Perl 5.004 error)