There is software <http://lmgtfy.com/?q=C%2B%2B+to+Java+translator> that can translate some subset of C++ to Java. Another option is to create a webservice interface over your C++ libraries and host them outside of App Engine.
On Mon, Jul 19, 2010 at 8:21 AM, Gal Dolber <[email protected]> wrote: > No... > > 2010/7/18 otuyama <[email protected]> > > Hello, >> Is it possible to compile C++ code in JVM bytecode? I would like to >> run >> legacy code in Google App Engine for Java. Of course, C++ and Java >> libs will >> be incompatible, but it could be fixed with wrapper libs. >> Thanks. >> Julio >> >> -- >> 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]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > > > -- > http://ajax-development.blogspot.com/ > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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.
