[Mondrian] OlapResult not found

Moffly moffly4 at gmail.com
Wed Jun 24 07:39:53 EDT 2009


Greetings everyone,

I'm trying to get from a java class a query to a mondrian.
OlapStatement statement = olapConnection.createStatement();
OlapResult result = statement.execute(query);

My problem is my IDE says OlapResult cannot be resolved to a type.
I have added the imports this way:

import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.log4j.Logger;
import org.olap4j.*;

I have been looking in jarfinder and other engines for the class but I
didn't find it.
Which import should I add to the code?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20090624/9c74eb4f/attachment.html 


More information about the Mondrian mailing list