Hi, thanks for reporting the bug. I think I migh have the solution. Could you please do the following:
cd /tmp (or any other directory where you have some space) apt-get source sablevm-classlib cd sablevm-classlib-1.11.3 and do the following change in vm/reference/gnu/classpath: --- vm/reference/gnu/classpath/VMSystemProperties.java (revision 3917) +++ vm/reference/gnu/classpath/VMSystemProperties.java (working copy) @@ -89,7 +89,7 @@ p.setProperty("java.version", "?"); p.setProperty("java.vendor", "?"); p.setProperty("java.vendor.url", "?"); - p.setProperty("java.home", "?"); + p.setProperty("java.home", "/usr/lib/sablevm"); p.setProperty("java.vm.specification.version", "Second Edition"); p.setProperty("java.vm.specification.vendor", "Addison Wesley"); p.setProperty("java.vm.specification.name", "ISBN 0-201-43294-3"); (basically you make the java.home be "/usr/lib/sablevm" instead of "?") then you do: su (you need to be root now, and in /tmp/sablevm-classlib-1.11.3 dir) apt-get build-dep sablevm-classlib dpkg-buildpackage then you install the two .deb files that were just created in /tmp. Did it solve your original problem? If yes, then I'll prepare a new version of sablevm soon. Thank you for using Free Java and SableVM! Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]