Lines 26-32
Link Here
|
26 |
- @echo other applications, copy the postgresql.jar file to a public |
26 |
- @echo other applications, copy the postgresql.jar file to a public |
27 |
- @echo "place (under unix this could be /usr/local/lib) and add it" |
27 |
- @echo "place (under unix this could be /usr/local/lib) and add it" |
28 |
+ @echo other applications, add the path |
28 |
+ @echo other applications, add the path |
29 |
+ @echo !!JAVA_HOME!!/share/java/postgresql.jar |
29 |
+ @echo !!PREFIX!!/share/java/postgresql.jar |
30 |
@echo to the class path. |
30 |
@echo to the class path. |
31 |
@echo |
31 |
@echo |
32 |
@echo Then either add -Djdbc.drivers=postgresql.Driver to the |
32 |
@echo Then either add -Djdbc.drivers=postgresql.Driver to the |