26.4.3. JUnit Test Requirements
The best way to ensure that your platform is supported is to run
the JUnit tests.
The first thing to do is make sure that the components will work
on the platform. The MysqldResource
class
is really a wrapper for a native version of MySQL, so not all
platforms are supported. At the time of this writing, Linux on the
i386 architecture has been tested and seems to work quite well, as
does OS X v10.3. There has been limited testing on Windows and
Solaris.
Requirements:
JDK-1.4 or newer (or the JRE if you aren't going to be
compiling the source or JSPs).
MySQL Connector/J version 3.1 or newer (from
https://dev.mysql.com/downloads/connector/j/) installed and
available via your CLASSPATH.
-
The javax.management
classes for JMX
version 1.2.1, these are present in the following application
servers:
Junit 3.8.1 (from https://www.junit.org/)
If building from source, All of the requirements from above, plus: