hi, In Eclipse environment,I get the same exceptions. but application put in Google App Engine production environment,it worked. I think google eclipse plugin is checked JRE whitelist classes, when class load time,"class who depended non JRE whitelist classes" is reject. also eclipse plugin have "ignore to use non JRE whitelist classes" option,but it is no work. I guess this option is useless for jar library? I hope google Eclipse plugin developer team fix to just ignore this, for many developer, for dynamic languages.
On 2月9日, 午後11:05, Alan Kennedy <[email protected]> wrote: > [Riley] > > > Thanks for your response. I'm using jython 2.5.1 downloaded from > > jython.org, and using the demo modjy app provided with jython. I'm > > not modifying it in any way. > > That's odd. > > I've just carried out a completely clean install, and it worked just > fine. You can see the results running here > > http://13.latest.jywsgi.appspot.com/ > > Have you followed the instructions on this page? > > http://opensource.xhaus.com/projects/modjy/wiki/ModjyGoogleAppEngine > > Specifically, have you > > 1. Copied jython.jar into the WEB-INF/lib directory > 2. Copied the appengine jar into the WEB-INF/lib directory > 3. Created the Lib.zip file and placed it into the WEB-INF/lib-python > directory > 4. Added a .pth file so that the Lib.zip is recognised. > 5. Added an appengine-web.xml file > > You may want to consider downloading a version with all of these steps > already completed > > http://downloads.xhaus.com/modjy_webapp_google_appengine/ > > Regards, > > Alan. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
