

Production servers will probably want a more powerful database.

This is usually fine for evaluation, development, and testing. OFBiz comes with an IBM Derby SQL database built-in. Production servers will probably want more up-to-date hardware commensurate with the expected load. We have operated OFBiz on a 700MHz Celeron with 512MB of RAM running Debian Linux. Current trunk installs take about 560MB of disk space. OFBiz can operate for evaluation and testing purposes on a minimal server. OFBiz will run on any operating system that supports Sun Java SDK. You can check this by typing "java -version" (you may also check javac -version) at a command prompt.
Java 8 mac requirements full#
If Java is already installed on your target machine, make sure it is the full JDK and appropriate running version. You can get the latest Oracle Java SDK here:

OFBiz is written in Java and requires a full Java Development Kit (JDK) from Sun/Oracle or OpenJDK to run.
