Stewart Stremler wrote:
It's probably too late to run this little progam on the old system...
public class Dump {
public static void main( String [] args ) {
String target = "java.library.path";
if ( args.length > 0 ) target = args[0];
System.out.println(target +" = '"+ System.getProperty(target) +"'");
}
}
Hmmm, well I do have one FC4 system that was a fresh install that has everything working
on it. I could run it on that, and then run it on the broken system, and compare the two.
PGA
--
Paul G. Allen
Owner, Sr. Engineer, BSIT/SE
Random Logic Consulting Services
www.randomlogic.com
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list