Re: problems encountered with sablevm-1.1.7
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Mon, 2004-20-12 at 12:57 +0000, Asutosh Gopinath wrote: > Hi, > 1. > SimpleWrite used to work fine with 1.1.6 but in new release there appears to be > a deadlock > > /usr/local/bin/sablevm SimpleWrite Could you please try it again with 1.1.8 ? > 2. i had compiled using real life brokeness. I want to paint Helloworld, works > fine with 1.1.6 but gives following error with 1.1.7: Seems to work now, with 1.1.8. > 3. RXTXcomm.jar is not recognised when placed in /usr/local/share/sablevm- > classpath. I have to un-jar it to make it work. I thought it was possible to > use a jar file in 1.1.7! What do you mean by "recognized"? .../share/sablevm-classpath/ is not an "extension" directory, where you can drop any jar file and expect it to be picked up "automagically". You should normally put it into your classpath (or append to bootclasspath, if for some reason it's better). Yes, unpacking and putting it in that dir works, but it's only an undesired side effect. This is because SableVM binary supports both: unpacked and jarred classpaths. So it searches both: directory itself, for uncompressed files, and also these 2 jar files that might be there. Both these locations are part of default boot classpath setting. In particular, I think we can add support for extension directory quite easily before next release. Ideally, we'd have http://sablevm.org/bugs/88 solved :-) Cheers, 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