[Sablevm-user] classpath problems
Brought to you by:
egagnon
From: Richard S. <ric...@im...> - 2002-12-17 14:30:23
|
Hello, I just downloaded SableVM and tried the very simple build script to install it in the standard directory ( /usr/local ). That was OK. Yet when I try to run sablevm on simple example Ugly.java I get this message: sablevm Ugly SableVM version 1.0.5 Copyright (C) 2000-2002 Etienne M. Gagnon <eti...@uq...> and others. All rights reserved. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. To get the name of all copyright holders and detailed license information, type "sablevm --license" or look in the directory "/usr/local/share/sablevm". The SableVM web site is located at http://www.sablevm.org/ . *** Couldn't bind native method Java_java_lang_VMClassLoader_nativeCreateArray *** *** or Java_java_lang_VMClassLoader_nativeCreateArray__Ljava_lang_String_2Z *** java.lang.NoClassDefFoundError: [Ljava.lang.ClassLoader; at java.lang.ClassLoader.class$(ClassLoader.java:0) at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:916) at java.lang.ClassLoader.static{}(ClassLoader.java:155) at java.lang.Class.step8(Class.java) at java.lang.Class.initialize(Class.java:146) at java.lang.VirtualMachine.main(VirtualMachine.java:78) It seems I have some problem with class path ... Could you please send me some hints how to fix this. Thanks a lot. Richard |