I once did a project in a class that connected to a mySQL database, but now I'm using the jGRASP ide on a mac and the class files won't compile properly. In the project we added the files: Connection.class, ResultSet.class, Sql.class, and Statement.class to the directory (assuming it's the middleware).
Is there somewhere I can download these files for free so I can run this program on my Mac? Also, would these files be sufficient to connect to an SQL server?