thank you

I went over maven and reinstall maven to eclipse.
I had added GeoAPI jar.

Interesting thing is the test java application runs.

But my main program which is a JSF application still gives :

org.apache.jasper.JasperException: javax.servlet.ServletException:
java.lang.NoClassDefFoundError:
Lorg/opengis/referencing/crs/CoordinateReferenceSystem;
        
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)


Is there anything I have to do for a JSF application ?


regards

Ahmet Temiz
Turkey

2010/5/24 Ben Caradoc-Davies <[email protected]>:
> On 23/05/10 18:57, ahmet temiz wrote:
>>
>> I got this:
>> exception
>> org.apache.jasper.JasperException: javax.servlet.ServletException:
>> java.lang.NoClassDefFoundError:
>> Lorg/opengis/referencing/cs/CoordinateSystem;
>>
>>  org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
>>
>>  org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
>> what do I have to do ?
>
> Add GeoAPI jars to your classpath.
>
> The fact that you are seeing this error suggests that you are not using
> Maven to do all your dependency management. Have you tried using Maven? It
> will likely make things a lot easier for you.
>
> I also notice that you appear to be using geotoolkit. This is a fork of
> GeoTools that has been established as its own project. While sharing some
> ancestry with GeoTools, it is a different project., and may have its own
> mailing lists.
>
> Kind regards,
>
> --
> Ben Caradoc-Davies <[email protected]>
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>

------------------------------------------------------------------------------

_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to