import com.mockobjects.sql.*;
The above line creates the error The import com.mockobjects.sql cannot be resolved
Can anyone please tell me what I have to download to make it work? Wihch library to add to the build path? Its driving me nuts!
edit: I’ve already added the mockobject jar to my class build path.
I believe
com.mockobjects.sqlis the package of the Mock Objects . You can download the latest version which is released about 9 years ago from the official website and import the downloaded jars to your project build path.