Date: Sat, 10 Jan 1998 14:20:14 -0600 (CST) From: "Jesse D. Walters" <jwalt@subcellar.mwci.net> To: freebsd-java@FreeBSD.ORG Subject: Java intallation (fwd) Message-ID: <Pine.BSF.3.96.980110141956.8778C-100000@subcellar.mwci.net>
index | next in thread | raw e-mail
I ran the inital port for java "make install" then it gave me a ./work
directory. it still had the makefile which looked like this:
LIBDIR=/share/java
all:
@true
install:
-test -d ${LIBDIR}/lib || mkdir -p ${LIBDIR}/lib
${BSD_INSTALL_MAN} COPYRIGHT ${LIBDIR}
${BSD_INSTALL_DATA} lib/javac.properties ${LIBDIR}/lib
${BSD_INSTALL_DATA} lib/appletviewer.properties ${LIBDIR}/lib
${BSD_INSTALL_DATA} classes.zip ${LIBDIR}
when I run make install on this it says the following:
test -d /share/java/lib || mkdir -p /share/java/lib
COPYRIGHT /share/java
COPYRIGHT: not found
*** Error code 1
Stop.
I verified that the COPYRIGHT and lib directories DID have all the
correct files.
---------- Forwarded message ----------
Date: Fri, 9 Jan 1998 14:05:07 -0600 (CST)
From: "Jesse D. Walters" <jwalt@subcellar.mwci.net>
To: freebsd-java@freebsd.org
Subject: Java intallation (fwd)
I am installing jdk1.0.2 and when I run the make install everything works
fine, however it writes all the files to the ./work directory. Am I able
to cp the entire "work" directory recursively into say /usr/local/java?
I noticed when I viewed ./work/bin/java it was still in script.
Is that the way it is suppose to be? TIA
Please reply to jwalt@mwci.net since I am only on the questions mailing
list. Again, thank you.
Jess
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980110141956.8778C-100000>
