-
Notifications
You must be signed in to change notification settings - Fork 29
Building FOXopen
Fivium Code edited this page Dec 14, 2015
·
2 revisions
Before building FOX it is advisable to have Tomcat 8+ installed, or alternatively copies of the servlet API and JSP jars from elsewhere.
Due to Oracle licensing terms FOX cannot re-distribute some of the jar files needed for building and running FOX. Instead you have to have a valid Oracle Database install and get the following jars and put them in the FOX:
$ORACLE_HOME/jdbc/lib/ojdbc6.jar
$ORACLE_HOME/xdk/lib/xmlparserv2.jar
$ORACLE_HOME/md/jlib/sdoapi.jar
$ORACLE_HOME/jdbc/lib/ojdbc6.jar
$ORACLE_HOME/lib/xmlparserv2.jar
$ORACLE_HOME/md/jlib/sdoapi.jar
To build FOX you also need a copy of the JDK 1.8 or above and Ant Ant 1.9.4 or above.
- git clone
- Build properties point to tomcat servlet api
- Run ant