Re: [Sablevm-developer] Problems with 1.0.3 - java/lang/UnsatisfiedLinkError
Brought to you by:
egagnon
From: Grzegorz P. <gr...@se...> - 2002-09-06 08:53:14
|
W li=B6cie z wto, 20-08-2002, godz. 16:41, Grzegorz Prokopski pisze:=20 > Hi! >=20 > I updated debian packages to 1.0.3 version and now I am unable > to run even HelloWorld.jar. >=20 > Short output is this: >=20 > greg@greg:~$ java -jar HelloWorld.jar=20 > /usr/bin/sablevm -Y --classpath=3DHelloWorld.jar: HelloWorld > java/lang/UnsatisfiedLinkError Hi! I am back from (longer) vacations. I packaged sablevm 1.0.4. Just for the record - "it" happens in 1.0.4 version too. But I think I may now know what's happening. After installing 1.0.3 I strace shows things like this: open("/usr/lib/sablevm/libclasspath-1.0.1.so", O_RDONLY) =3D -1 ENOENT (No such file or directory) Note 1.0.1 number there! - no such file exists! When I am trying to use 1.0.4 it searches for libclasspath-1.0.3.so and other *1.0.3* files which don't exist! The question now is: am *I* messing sth? I couldn't find any "1.0.3" string in sources of nativelib or sablevm. Anyway - the facts I can observe are above. Hits? GBP PS: Gotta go out for a few hours now so I didn't do any extensive testing. But one thing I can tell you. If I install 1.0.4 and symlink all /usr/lib/sablevm/*1.0.4* to /usr/lib/sablevm/*1.0.3* names - "HelloWorld" works! |