j2ee thread: simplest Servlet-JDBC not working
This is a servlet not a vanilla Java class. It's not executable by the java command - you can see there's no main() method. You need to deploy it within a servlet container first and call it via HTTP.
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
j2ee thread: simplest Servlet-JDBC not working
This is a servlet not a vanilla Java class. It's not executable by the java command - you can see there's no main() method. You need to deploy it within a servlet container first and call it via HTTP.
|