Search Results

Search found 2 results on 1 pages for 'hamam'.

Page 1/1 | 1 

  • Spring Dispatcher Servlet Not Found Problem

    - by hamam
    I'm trying to build a simple spring web application but I get the following error when I run it on Apache Tomcat 6.0 Class Not Found Exception org.springframework.web.servlet.DispatcherServlet I'm using maven to handle libraries. At first I thought it was maven's fault but it adds spring and other libraries succesfully. I tried to import "org.springframework.web.servlet.DispatcherServlet" in a source file and my project has the right package and classes. My development environment : Ubuntu 10.4 Eclipse IDE Tomcat 6.0 I'd appreciate any help

    Read the article

  • Java Package, Project , NoSuchMethod error

    - by hamam
    I have 2 projects linked and these 2 projects each have a package under them. XProject - XPackage - XClass - X1Method(); X2Method(); YProject - YPackage - YClass - Y1Method(); I'm trying to call X1 and X2 methods from Y1 Method. I can call X1 Method but when I call X2 method I get a runtime error (java.lang.NoSuchMethodError:) All methods are public and there is nothing wrong with method names. It is just nonsense to have one of them working while other is giving runtime errors. Any help would be appreciated. Thanks.

    Read the article

1