TA-Lib has a Java binary version.
Can I use this in a Google App Engine project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.