On Mon, 2003-03-17 at 18:32, Nicholas Hockey wrote: > checking for Java support... yes > checking Java Jar location... configure: error: Unable to locate > /opt/blackdown-jre-1.4.1/bin
Did you set the vm to blackdown-1.4.1? java-config --set-system-vm=blackdown-jre-1.4.1 env-update source /etc/profile (check JAVAC and JAVA_HOME environment variables). I had the same problem and blackdown jdk 1.4.1 solved it. If you want you can post me your logs (I can't assure I will be able to understand them though ;-) ). The following lines are from a comment I posted on February, 19 on the same subject: On Wed, 2003-02-19 at 17:24, Brave Cobra wrote: > emerge sun-jdk > java-config --list-available-vms (to list the available ones) > java-config --set-system-vm=sun-jdk-1.4.1.01 (or your corresponding > version) 1) > emerge php I had to do 1) env-update source /etc/profile before emerging php, otherwise it complained about not being able to find /bin directory while searching for jar files (my JAVA_HOME was pointing to blackdown-jre, my previous vm). -- Arturo di Gioia web: http://www.ing.unitn.it/~digioia/ PGP public key: http://www.ing.unitn.it/~digioia/files/adg_gpg_pub.asc Registered Linux user #230853 (http://counter.li.org). Instructions for using my e-mail address: http://netiquette.info/ -- [EMAIL PROTECTED] mailing list
