CVS, Java etc

From: Chris Bitmead <chris(at)tech(dot)com(dot)au>
To: pgsql-hackers(at)hub(dot)org
Subject: CVS, Java etc
Date: 1999-07-06 12:24:36
Message-ID: 3781F584.88274236@tech.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Several problems - Java and CVS.

CVS has stopped working for me. I get the error...
Fatal error, aborting.
: no such user

I've tried logging in and out to no avail. It was working for me before.
As an aside I did an strace cvs update and saw "I love you" in the
trace. (??!)

Java - I tried to build JDBC to teach myself Java. I'm getting the
following build errors. While I'm only teaching myself Java the brackets
don't even seem to match. I'm using Java 1.2 Linux.

javac postgresql/Driver.java
postgresql/Driver.java:107: Identifier expected.
} catch(PSQLException(ex1) {
^
postgresql/Driver.java:111: 'catch' without 'try'.
} catch(Exception ex2) {
^
2 errors
make[1]: *** [postgresql/Driver.class] Error 1
make[1]: Leaving directory
`/usr/local/src/postgres-cvs/pgsql/src/interfaces/jdbc'
make: *** [all] Error 2

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Leon 1999-07-06 12:25:44 Re[2]: [HACKERS] Fwd: Joins and links
Previous Message Leon 1999-07-06 12:13:58 Re: [HACKERS] Fwd: Joins and links