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:
If building from source, All of the requirements from above, plus: