Re: [Sablevm-developer] Does SableVM exclude gnu.regex from its classpath?
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-06-15 13:27:32
|
Roman Kennke wrote: > Hi list. > > I have come across a strange thing: While testing my application > knowledge-tracking, I got an exception: > > java.lang.NoClassDefFoundError ... > looking at the code in java.util.regex.Pattern, it is clear that > gnu.regex.RESyntax is not found. Strange thing is, that gnu.regex is in > SableVM-Classpath and installed properly (I checked this). When I > explicitly include the path to SableVM-Classpath in the java-sablevm call, > then things work out right. This is weird. Can you reproduce this with a minimal example you could share on this list? > The good thing is, with this hack, and with the small patch I submitted to > Classpath-Bugreports for URLStreamHandler, my app seems to work fine with > SableVM. And this is a good sign, since this includes quite some > technologies, like JDBC (with MySQL driver), XML, Castor, and some of > libcommons-*. This is great! We should make sure all this work gets into the next SableVM release. Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |