On Sun, Dec 7, 2008 at 3:05 PM, Peter Lemenkov <lemenkov@xxxxxxxxx> wrote: > In any case how can I pass JDK > home to buildscripts w/o ugly %ifarch/else? First, try to make scripts not reliant on the presence of the JAVA_HOME environment variable. It should be enough to simply invoke "java" to get a JVM. However, if you need it, simply wrap invocations to the scripts with JAVA_HOME=/etc/alternatives/jre which uses the alternatives system to point to the system-preferred JRE. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list