Attempting to open an html file created in vsCode using java and the app.use Middleware Function, but encountering issues.
Here is an overview of the error and what is being attempted
try {
app.use(Middleware.statics(Paths.get("src/www").toString()));
} catch (IOException e) {
e.printStackTrace();
}