Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by DavidReiss: http://wiki.apache.org/thrift/ThriftInstallation ------------------------------------------------------------------------------ Look for the README file in the lib/<language>/ folder for more details on the installation of each language library package. + + == Java == + + Java can be built in two ways. The default is to use Ivy. + + === With Ivy === + + When the Java build begins, ant will automatically download Apache Ivy into the build directory. Ivy will then be used to download Thrift's other dependencies. + + === Without Ivy === + + If you don't have Internet access, you can cd into lib/java and run "ant -Dnoivy=" (without quotes). You will have to manually include Thrift's dependencies (except for Ivy) in your CLASSPATH. +
