This: http://lucene.apache.org/nutch/tutorial.html says the requirements are flexible (I'm sticking to SUN's java anyway) .
It also says Linux is preferred although I've been using XP + cygwin for huge part of my tests and work and I've encountered zero problems due to that configuration. -----Original Message----- From: Michael Ji [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 9:19 PM To: [email protected] Subject: Re: com.sun.net.ssl Error Why JVM from IBM? All Java package is from Sun, right? Michael Ji --- "Vanderdray, Jake" <[EMAIL PROTECTED]> wrote: > I'm trying to get nutch-0.7 setup on a RedHat > Enterprise 3 > machine. I've installed the JVM from IBM and gotten > tomcat up and > running, but when I try to use ant to compile nutch, > I get a bunch of > errors like this: > > compile: > [echo] Compiling plugin: protocol-httpclient > [javac] Compiling 12 source files to > /var/lib/tomcat5/webapps/nutch-0.7/build/protocol-httpclient/classes > [javac] > /var/lib/tomcat5/webapps/nutch-0.7/src/plugin/protocol-httpclient/src/ja > va/org/apache/nutch/protocol/httpclient/DummySSLProtocolSocketFactory.ja > va:25: package com.sun.net.ssl does not exist > [javac] import com.sun.net.ssl.SSLContext; > [javac] ^ > [javac] > /var/lib/tomcat5/webapps/nutch-0.7/src/plugin/protocol-httpclient/src/ja > va/org/apache/nutch/protocol/httpclient/DummySSLProtocolSocketFactory.ja > va:26: package com.sun.net.ssl does not exist > [javac] import com.sun.net.ssl.TrustManager; > [javac] ^ > [javac] > /var/lib/tomcat5/webapps/nutch-0.7/src/plugin/protocol-httpclient/src/ja > va/org/apache/nutch/protocol/httpclient/DummySSLProtocolSocketFactory.ja > va:33: cannot resolve symbol > [javac] symbol : class SSLContext > [javac] location: class > org.apache.nutch.protocol.httpclient.DummySSLProtocolSocketFactory > [javac] private SSLContext sslcontext = null; > > Do I need the Sun JVM, or am I just missing another > package? > > Thanks, > Jake. > ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/
