Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Placing googleapi.jar in a web application

0 views
Skip to first unread message

smita

unread,
Apr 11, 2006, 10:12:58 PM4/11/06
to
Hello All,
I am trying to place googleapi.jar in my web application in the
WEB-INF\lib. My application also uses javax.xml.parsers in other parts.
But since the googleapi.jar also has javax.xml.parsers package in
it...I can not place it directly there.. the compilation of the
application fails. How can this problem be solved? I can place it in
the common folder of tomcat to work but is there any other ideal
solution?
If anybody knows anything, please help me.

Regards,
Smita

Pedro Gonçalves

unread,
Apr 12, 2006, 8:10:32 AM4/12/06
to
Hi,
You can get the WSDL and generate the class, instead of using
googleapi.

Pedro

smita

unread,
Apr 18, 2006, 11:23:45 PM4/18/06
to
Thanks for the reply.
using WSDL, I dont need to place the googleapi.jar in the application's
classpath??


Thanks and Regards,
Smita

Pedro Gonçalves

unread,
Apr 19, 2006, 2:11:35 PM4/19/06
to
No.. but you will need to generate the classes, for eclipse exists the
wsdl2java plugin [ http://www.myspotter.com/wsdl2java.shtml ]

Pedro

0 new messages