Download
From WandoraWiki
(Difference between revisions)
Line 17: | Line 17: | ||
Wandora uses many third party libraries to extend the feature set of application. All required and optional libraries are free to use and downloadable from Internet. Consider downloading following Java packages. | Wandora uses many third party libraries to extend the feature set of application. All required and optional libraries are free to use and downloadable from Internet. Consider downloading following Java packages. | ||
− | * [http://jena.sourceforge.net/ Jena RDF Framework] allows RDF(S) import and N3 export | + | * Acrobar.jar, MRJToolkitStubs.zip available at http://www.adobe.com/products/acrviewer/acrvdnld.html |
− | * [https://jmbox.dev.java.net/ jmbox] allows email extractions from mbox storages | + | * [http://java.sun.com/products/javabeans/jaf/downloads/index.html activation.jar] |
+ | |||
+ | Database libraries | ||
+ | * msbase.jar, mssqlserver.jar, msutil.jar available at http://msdn.microsoft.com/data/ref/jdbc/ | ||
+ | * [http://dev.mysql.com/downloads/connector/j/3.1.html mysql-connector-java-3.1.13-bin.jar] | ||
+ | |||
+ | Included libraries | ||
+ | * [http://jena.sourceforge.net/ Jena RDF Framework] allows RDF(S) import and N3 export (Licence included) | ||
+ | * [http://xerces.apache.org/xerces2-j/ xerces.jar] for XML support (Apache License Version 2.0) | ||
+ | * poi-3.0-alpha1-20050704.jar, poi-contrib-3.0-alpha1-20050704.jar, poi-scratchpad-3.0-alpha1-20050704.jar allow import (text area drop) of Microsoft Word (doc) and PowerPoint (ppt) documents. (Apache License Version 2.0) | ||
+ | * [http://jakarta.apache.org/velocity/index.html velocity-dep-1.4.jar] is used as a default template language in Wandora while exporting WWW site out of topic map. (Apache License Version 2.0) | ||
+ | * [http://lucene.apache.org/ lucene-1.3-final.jar] implements simple search engine in Tomcat published topic map (Apache License Version 2.0) | ||
+ | * [http://jakarta.apache.org/commons/fileupload/ commons-fileupload-1.1.jar] (Apache License Version 2.0) | ||
+ | * [http://jakarta.apache.org/commons/io/ commons-io-1.1.jar] (Apache License Version 2.0) | ||
+ | * [https://glassfish.dev.java.net/javaee5/mail/ mail.jar] (CDDLv1.0) | ||
+ | * [http://www.beanshell.org/download.html bsh-2.0b2.jar] (Sun Public License or the GNU Lesser Public License) | ||
+ | * [http://www.w3.org/Jigsaw/ jigsaw.jar] ([http://www.w3.org/Consortium/Legal/2002/ipr-notice-20021231 W3C Intellectual Rights Notice and Legal Disclaimers]) | ||
+ | * [http://javamusictag.sourceforge.net/ jid3lib-0.5.jar] (GNU Library or Lesser General Public License (LGPL)) | ||
+ | * [http://hsqldb.org/ hsqldb.jar] (Licence included) | ||
+ | * [http://www.cacas.org/java/gnu/regexp/ gnu-regexp-1.1.4.jar] (Free software) | ||
+ | * [http://sourceforge.net/projects/jpegrdf jpegrdf.jar] (OSI-Approved Open Source) | ||
+ | * servlet-api.jar | ||
+ | * [http://jtds.sourceforge.net/ jtds-1.2.jar] | ||
+ | * [http://mstor.sourceforge.net/ mstor] allows email extraction from mbox storages (Licence included) | ||
+ | * [https://jmbox.dev.java.net/ jmbox] allows email extractions from mbox storages (Lesser General Public License (LGPL)) |
Revision as of 20:03, 13 September 2006
Preparing installation
You need Java Runtime Environment (JRE) 5.0 to run Wandora application. Java JRE 5.0 is not included in Wandora package but you must download it separately from Sun's Java site at
Downloading Wandora
Download Wandora's latest version here:
External libraries
Wandora uses many third party libraries to extend the feature set of application. All required and optional libraries are free to use and downloadable from Internet. Consider downloading following Java packages.
- Acrobar.jar, MRJToolkitStubs.zip available at http://www.adobe.com/products/acrviewer/acrvdnld.html
- activation.jar
Database libraries
- msbase.jar, mssqlserver.jar, msutil.jar available at http://msdn.microsoft.com/data/ref/jdbc/
- mysql-connector-java-3.1.13-bin.jar
Included libraries
- Jena RDF Framework allows RDF(S) import and N3 export (Licence included)
- xerces.jar for XML support (Apache License Version 2.0)
- poi-3.0-alpha1-20050704.jar, poi-contrib-3.0-alpha1-20050704.jar, poi-scratchpad-3.0-alpha1-20050704.jar allow import (text area drop) of Microsoft Word (doc) and PowerPoint (ppt) documents. (Apache License Version 2.0)
- velocity-dep-1.4.jar is used as a default template language in Wandora while exporting WWW site out of topic map. (Apache License Version 2.0)
- lucene-1.3-final.jar implements simple search engine in Tomcat published topic map (Apache License Version 2.0)
- commons-fileupload-1.1.jar (Apache License Version 2.0)
- commons-io-1.1.jar (Apache License Version 2.0)
- mail.jar (CDDLv1.0)
- bsh-2.0b2.jar (Sun Public License or the GNU Lesser Public License)
- jigsaw.jar (W3C Intellectual Rights Notice and Legal Disclaimers)
- jid3lib-0.5.jar (GNU Library or Lesser General Public License (LGPL))
- hsqldb.jar (Licence included)
- gnu-regexp-1.1.4.jar (Free software)
- jpegrdf.jar (OSI-Approved Open Source)
- servlet-api.jar
- jtds-1.2.jar
- mstor allows email extraction from mbox storages (Licence included)
- jmbox allows email extractions from mbox storages (Lesser General Public License (LGPL))