3.2. System Requirements
Table 3.1. System requirements
| Java Runtime | A JDK or JRE version 6 or greater. You can download a Java Runtime for Windows/Linux/Solaris here. If using Java version 7 make sure you avoid builds 0 and 1: those versions contained an optimisation bug which would be triggered by Lucene. |
| Hibernate Search | hibernate-search-4.4.4.Final-redhat-wfk-1.jar and all runtime dependencies. You can get the jar artifacts from your distribution of Red Hat JBoss Web Framework Kit. |
| Hibernate ORM | These instructions have been tested against Hibernate 4.2 distributed with Red Hat JBoss Enterprise Application Platform 6. |
| JPA 2 | Even though Hibernate Search can be used without JPA annotations the following instructions will use them for basic entity configuration (@Entity, @Id, @OneToMany,...). This part of the configuration could also be expressed in xml or code. |