Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Anyone know Java Servlets?

Name: Anonymous 2006-07-13 17:17

Trying to get an assignment done for my Advanced Java and I keep getting the following exception:

javax.servlet.ServletException: Servlet execution threw an exception

root cause

java.lang.NoClassDefFoundError: entry/PhoneBookEntry
    assignment4.AddEntry.doGet(AddEntry.java:37)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

[url]http://dat.4chan.org/b/src/1152823595563.jpg[/url] for a screenshot of it.

The thing is entry.PhoneBookEntry exists, but for some stupid reason the servlet isn't finding it (note: this didn't seem to be an issue when I compiled).

Any ideas/suggestions? If you need more info just ask.

Name: Anonymous 2006-07-24 18:38

Servers don't just screw up file dates; you're clearly editing and compiling the local copy. You have only AddEntry.java on the local machine and left everything else on the server, which is why its not working.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List