Thanks opened 7784 Cheers R
ב-30 ביונ 2012, בשעה 17:15, Takashi Matsuo <[email protected]> כתב/ה: > In the meanwhile - here is also the minimal code to reproduce: > Create a new appengine 1.6.6 app with sample code in eclipse > Replace the servlet doGet code with this: > Bidi bidi = new Bidi("test string", > Bidi.DIRECTION_RIGHT_TO_LEFT); > resp.setContentType("text/plain"); > resp.getWriter().println("Hello, bidi crash"); > The line with the '... new Bidi ...' crashes app engine. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
