Ok so I can create new Maven based apps. I can download the postgres JDBC
driver or the maven text:
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.5</version>
</dependency>
I tried putting the postgresql-42.7.5.jar in /Libraries but my app still does
not see the driver.
AND
My app uses a framework that I created. How do I add it?
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]