我可以在Google App Engine中使用TA-Lib吗?

时间:2021-04-19 12:38:23

TA-Lib has a Java binary version.

TA-Lib有一个Java二进制版本。

http://ta-lib.org/hdr_dw.html

Can I use this in a Google App Engine project?

我可以在Google App Engine项目中使用它吗?

1 个解决方案

#1


0  

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

您可以在此处查看允许的类列表: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

人们在此处测试了一系列框架和API: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.

当您测试并查找时,请更新此问题和Will It Play维基。

#1


0  

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

您可以在此处查看允许的类列表: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

人们在此处测试了一系列框架和API: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.

当您测试并查找时,请更新此问题和Will It Play维基。