开发者

Can I use TA-Lib in Google App Engine?

开发者 https://www.devze.com 2023-04-08 09:43 出处:网络
TA-Lib has a Java binary version. http://ta-lib.org/hdr开发者_StackOverflow社区_dw.html Can I use this in a Google App Engine project?The most likely reason that it wouldn\'t work would be the use o

TA-Lib has a Java binary version.

http://ta-lib.org/hdr开发者_StackOverflow社区_dw.html

Can I use this in a Google App Engine project?


The most likely reason that it wouldn't work would be the use of classes that are restricted in the production runtime. Or the use of a library that uses one of those restricted classes.

You can get see list of classes that are allowed here: http://code.google.com/appengine/docs/java/jrewhitelist.html

There is also a list of frameworks and APIs that people have tested here: http://code.google.com/p/googleappengine/wiki/WillItPlayInJava

When you test this and find out, please update this question and the Will It Play wiki.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号