Appendix F. Installation Reference Guide
This appendix offers a quick reference to all the software components used in the book. The list is alphabetized so that you can find items quickly.
D2RQ: Conversion from Relational Database to Jena Model
D2RQ converts a relational database to a Jena model. This allows direct Jena access to the database (found at http://www4.wiwiss.fu-berlin.de/bizer/D2RQ/spec/).
Download the
.zip
file for the D2RQ API at http://sourceforge.net/project/showfiles.php?group_id=111002.Expand the
.zip
file in the desired directory.Add the
.jar
files to the Java classpath. (You can also run commands in Windows, as described in Chapter 8.)
Note
The complete Javadocs are found under /doc
.
Eclipse Integrated Development Environment
Eclipse provides a full development environment for Java applications, including a code-aware editor, documentation reference, and debugger (found at http://www.eclipse.org/downloads/).
Select Eclipse IDE for Java Developers for your given operating system: Windows, Mac OS X, or Linux.
Expand the compressed file, a
.zip
file or.tar
file, in the desired directory.Run
eclipse.app
in Mac,eclipse.exe
in Windows, oreclipse
in Linux. When you run Eclipse for the first time, you need to select the editor in the Welcome window.Select File
Java Classpath
All of the programming libraries used throughout the book are in the Java programming language. Your ...
Get Semantic Web Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.