Re: The default java alternative?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

--
fedora-devel-java-list mailing list
fedora-devel-java-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-java-list

[Index of Archives]     [Red Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux