Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I am having problem installing openjdk6 using ports using the make install clean commands. The error I got is:

/usr/ports/java/openjdk6/work/build/bsd-i586-debug-fastdebug/j2sdk-image: No such file or directory

edited:

freebsd# file /usr/ports/java/openjdk6/work/build/bsd-i586-debug-fastdebug/j2sdk-image: cannot open '/usr/ports/java/openjdk6/work/build/bsd-i586-debug-fastdebug/j2sdk-image' (No such file or directory)
share|improve this question
Post the whole transcript. Post the output of file /usr/ports/java/openjdk6/work/build/bsd-i586-debug-fastdebug/j2sdk-image. – Gilles Jul 5 '11 at 9:58

1 Answer

cd /usr/ports/java/openjdk6 
make config ( off FASTDEBUG )
make install clean
share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.