[fedora-java] The default java alternative?

Caolán McNamara caolanm at redhat.com
Wed May 6 13:39:39 UTC 2009


On Wed, 2009-05-06 at 15:30 +0200, Stepan Kasal wrote:
> Id that idea too wild?  Is there anything a java-illiterate Fedora
> packager can do to maka it happen?

FWIW, the best I could think of for the OOo configure.in was
effectively...

class findhome {
    public static void main(String args[]) {
        System.out.println(System.getProperty("java.home"));
    }
}

javac findhome.java
java findhome

e.g.
/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
or 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre

and tack ../include onto that

C.




More information about the fedora-devel-java-list mailing list