On Wed, Oct 17, 2007 at 07:14:05PM +0100, Robert Lougher wrote: > Hi, > > On 10/17/07, Michael Koch <konqueror@xxxxxx> wrote: > > > > It would be great if cacao (or any another free runtime) puts the > > according symlinks in some configurable place like > > /usr/lib/jvm/java-$JAVAVERSION-$NAME in addition to the normal install > > into into the $PREFIX (normally /usr in distros). > > > > Something like: > > /usr/lib/jvm/java-1.5.0-jamvm > /usr/lib/jvm/java-1.5.0-jamvm/bin > /usr/lib/jvm/java-1.5.0-jamvm/lib > /usr/lib/jvm/java-1.5.0-jamvm/jre > /usr/lib/jvm/java-1.5.0-jamvm/jre/bin > /usr/lib/jvm/java-1.5.0-jamvm/jre/lib In general yes, but this should be all directories with needed links inside, not the directories being symlinked itself. This would make it much more flexible for distros. Cheers, Michael