Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webnoir website as Eclipse project, resources can't be found

I have this webnoir webapp as an Eclipse project. You can download it here: http://dl.dropbox.com/u/3914693/practicum5.zip

When I start it up, using the -main function from Eclipse, the resources folder doesn't seem to be found (I get a 404 on /css/tictactoe.css). What do I change to make it work?

like image 696
Michiel Borkent Avatar asked Oct 09 '22 05:10

Michiel Borkent


1 Answers

Solution: I needed to add the resources directory to the classpath...

like image 61
Michiel Borkent Avatar answered Oct 12 '22 10:10

Michiel Borkent