On Mon, 29 Jan 2007, Andr? Rodrigues Pena wrote:

I'm new to iBatis, this is my first project. I'm trying to use it with a
JDBC driver provided by Microsoft to access MS SQL 2005. Every time I try to

FYI http://jtds.sourceforge.net/

run it on Eclipse I get the same error message: "Could not find the main
class. Program will exit". This error is often retrieved when you try to
execute a JAR file that hasn't it's MANIFEST.MF file set to specify the main
class. It's not my case. Also there aren't version compatibility issues.

Is Tests your Main-Class in the mainfest?

<snip/>

Does anybody know the problem? Any tips are welcome,

Try putting Tests in a package e.g. foo.Tests

--
Graeme -

Reply via email to