Slackbot
01/19/2023, 8:09 PMEric Haag
01/19/2023, 8:15 PM.java
file look like?
It should look like src/main/java/com/example/Foo.java
where the package name for Foo
is com.example
.Chad Hogg
01/19/2023, 8:17 PMsrc/edu/millersville/csci406/spring2023/common/DataSourceException.java
is the path to the file. The first line of it is package edu.millersville.csci406.spring2023.common;
Eric Haag
01/19/2023, 8:18 PMsrc/main/java
. Try that.Chad Hogg
01/19/2023, 8:18 PMEric Haag
01/19/2023, 8:19 PMsrc/main/java/edu/millersville/csci406/spring2023/common/DataSourceException.java
Chad Hogg
01/19/2023, 8:20 PMEric Haag
01/19/2023, 8:20 PMEric Haag
01/19/2023, 8:20 PMChad Hogg
01/19/2023, 8:20 PMCould not find org.postgresql:postgresql:.
Eric Haag
01/19/2023, 8:20 PMChad Hogg
01/19/2023, 8:21 PMEric Haag
01/19/2023, 8:24 PMorg.postgresql:postgresql:42.5.1
Eric Haag
01/19/2023, 8:25 PMChad Hogg
01/19/2023, 8:25 PMEric Haag
01/19/2023, 8:26 PM