Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 00:32:23 -0400 (AST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Michael E Mercer <mmercer@nc.rr.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Compiling latest Jakarta 4.0.1 fails with 'not found in import' ...
Message-ID:  <20020114003132.Q17183-100000@earth.hub.org>
In-Reply-To: <3C425AAA.392FDE8B@nc.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help

d'oh :(  Andn now she compiles great ... thanks ...

On Sun, 13 Jan 2002, Michael E Mercer wrote:

> I think your problem is the jsse.home is set using a dash and the actual path
> is without the dash.
>
> jsse.home should be ${base.path}/jsse1.0.2
>
> Just going by what you wrote... see if that is it.
>
> later
> MeM
>
> # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later -----
> jsse.home=${base.path}/jsse-1.0.2
> jsse.lib=${jsse.home}/lib
> jcert.jar=${jsse.lib}/jcert.jar
> jnet.jar=${jsse.lib}/jnet.jar
> jsse.jar=${jsse.lib}/jsse.jar
>
> reilly2001# ls -lt /usr/local/jsse1.0.2/lib/
> total 476
> -rw-r--r--  1 root  wheel  463471 Aug  1  2000 jsse.jar
> -rw-r--r--  1 root  wheel    7637 Aug  1  2000 jcert.jar
> -rw-r--r--  1 root  wheel    3098 Aug  1  2000 jnet.jar
>
>
> "Marc G. Fournier" wrote:
>
> > Nice and simple, probably ... I *think* I've followed the instructions
> > pretty much to the letter, have everything installed from ports that can
> > be, downloaded the rest ... modifed build.properties for where everything
> > is, but when I'm doing an 'ant dist', I'm getting:
> >
> > build-main:
> >     [javac] Compiling 4 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes
> >     [javac] Compiling 5 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes
> >     [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:71: Class javax.net.ServerSocketFactory not found in import.
> >     [javac] import javax.net.ServerSocketFactory;
> >     [javac]        ^
> >     [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:72: Class javax.net.ssl.SSLServerSocket not found in import.
> >     [javac] import javax.net.ssl.SSLServerSocket;
> >     [javac]        ^
> >     [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:73: Class javax.net.ssl.SSLSocket not found in import.
> >     [javac] import javax.net.ssl.SSLSocket;
> >     [javac]        ^
> > <etc, etc, etc>
> >
> > There are a total of 36 errors ...
> >
> > I can do searches for this stuff using find, and the various packages
> > appear to be installed:
> >
> > reilly2001# find /usr/local -name "*SSLServerSocket*" -print
> > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocket.html
> > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocketFactory.html
> > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java
> >
> > And, according to build.properties, I believe things are set right:
> >
> > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later -----
> > jsse.home=${base.path}/jsse-1.0.2
> > jsse.lib=${jsse.home}/lib
> > jcert.jar=${jsse.lib}/jcert.jar
> > jnet.jar=${jsse.lib}/jnet.jar
> > jsse.jar=${jsse.lib}/jsse.jar
> >
> > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/
> > total 476
> > -rw-r--r--  1 root  wheel  463471 Aug  1  2000 jsse.jar
> > -rw-r--r--  1 root  wheel    7637 Aug  1  2000 jcert.jar
> > -rw-r--r--  1 root  wheel    3098 Aug  1  2000 jnet.jar
> >
> > Yet it can't find it?
> >
> > Help?
> >
> > Thanks ...
> >
> > --
> > To unsubscribe:   <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> > For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
> > Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-java" in the body of the message
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020114003132.Q17183-100000>