Hi Michael, On 10/17/07, Michael Koch <konqueror@xxxxxx> wrote: > On Wed, Oct 17, 2007 at 07:14:05PM +0100, Robert Lougher wrote: > > > 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. > Yes, of course :) Anybody see any problems with making a symlink from rt.jar to glibj.zip, i.e. /usr/lib/jvm/java-1.5.0-jamvm/lib/rt.jar -> /usr/local/classpath/share/classpath/glibj.zip ? Probably a stupid question, but as far as I'm aware (I'm at work and can't look), glibj.zip doesn't have a manifest or index file, but the META-INF directory is optional in the Jar file format... This could be done during install, as long as Classpath was already installed. Thanks, Rob. > > Cheers, > Michael >