Page 1 of 1

Run TI from Java

Posted: Sat Jun 07, 2014 5:29 pm
by wilsonmax
As I know, there're 3 common ways to run TI process from some external command/program:
batch/MS cmd, Java & VBA

Also, TM1 provides some resources, like the API and sample code in <TM1 installation directory>\API\TM1API\SampleCode\

I could run TI Excel with the TM1 Perspective and I've read some other sample codes using VBA to run TI.

However, there is not much complete/successful sample code of running a TI from Java.

I wonder how to make the connection, or simply, how to run TI from Java? (Actually, I just want to use Java to trigger a TI to do something)