File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
2
+ - Fixed the message Makefile produces after compiling. It still said
3
+ about the old Driver class, not the new package. Spotted by
4
+ Joseph Shraibman <jks@p1.selectacast.net>
5
+
1
6
Thu May 04 11:38:00 BST 2000 petermount@it.maidstone.gov.uk
2
7
- Corrected incorrect date in CHANGELOG
3
8
- Fixed the ImageViewer example
Original file line number Diff line number Diff line change 4
4
# Makefile for Java JDBC interface
5
5
#
6
6
# IDENTIFICATION
7
- # $Id: Makefile,v 1.21 2000/05/05 07:35:29 peter Exp $
7
+ # $Id: Makefile,v 1.22 2000/05/15 21:32:51 peter Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
57
57
@echo " place (under unix this could be /usr/local/lib) and add it"
58
58
@echo to the class path.
59
59
@echo
60
- @echo Then either add -Djdbc.drivers=postgresql.Driver to the
60
+ @echo Then either add -Djdbc.drivers=org. postgresql.Driver to the
61
61
@echo commandline when running your application, or edit the
62
62
@echo " properties file for your application (~/.hotjava/properties"
63
63
@echo " under unix for HotJava), and add a line containing"
64
- @echo jdbc.drivers=postgresql.Driver
64
+ @echo jdbc.drivers=org. postgresql.Driver
65
65
@echo
66
66
@echo More details are in the README file and in the main postgresql
67
67
@echo documentation.
You can’t perform that action at this time.
0 commit comments