Yes, you can use third party libraries and frameworks with App Engine as
long as they don't use any classes not explicitly listed in the JRE class
white list:

http://code.google.com/appengine/docs/java/jrewhitelist.html

First, put your .jar files in war/WEB-INF/lib. Since you're using the Google
Plugin for Eclipse, you'll probably have to update your build path. One way
to do this is by refreshing your lib folder view (right-click on the lib
folder and then hit "Refresh"), then going to your project's properties
pane, clicking the "Add JARs" button, and selecting the .jar that you want
to use.

- Jason

On Sat, May 9, 2009 at 2:57 AM, West <ram.w...@gmail.com> wrote:

>
> Hi,
>
> I'm using the Google App Eclipse SDK. In my application i want to use
> some external libraries and jar functionalities. I'm able to add these
> Libraries to the Project but when the application is tested on G.
> Development Server i get a class not found error! Can someone please
> help??
>
>
> Regards
> West
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to