Re: Exception Error - Please help I've tried everything! - Mailing list pgsql-jdbc

From Sebastian Esch
Subject Re: Exception Error - Please help I've tried everything!
Date
Msg-id 456AD7CE.9090305@in.tum.de
Whole thread Raw
In response to Re: Exception Error - Please help I've tried everything!  ("Greg Peters" <gregpeters79@gmail.com>)
List pgsql-jdbc
Hi Greg!

> Can someone explain why the .; is necessary at all?

If you run java with the -cp option, java uses only the specified paths.
Otherwise it assumes your classes are in the current directory ".". So
you have to include "." in your classpath if that is where your class
files are.

For more information see
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html

Sebastian


Attachment

pgsql-jdbc by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Exception Error - Please help I've tried everything!
Next
From: Kris Jurka
Date:
Subject: Re: JDBC Support for standard_conforming_strings