Re: tritonus (was Re: ok in Sun' JDK or Kaffe but SableVM)
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Sun, 2005-02-01 at 00:40 -0500, Chris Pickett wrote: > Stephen Compall wrote: > > On Sun, 2005-01-02 at 12:32 +0800, Cai Qian wrote: > > > >>java.lang.ClassNotFoundException: javax.sound.midi.MetaEventListener not > >>found in [file:/usr/share/java/lumaqq.jar, > > > > > > GNU Classpath, and therefore SableVM, does not come with the javax.sound > > packages. Try adding the Tritonus implementation, available at > > http://tritonus.org/, to your classpath. > > Can we distribute Tritonus with sablevm-classpath? It's under the LGPL. Sure we can. There's even the "external" directory in classpath, which should contain all the software that is not part of classpath, but provides functionality we'd like to have provided by classpath from user POV. You could add tritonous there, in your sandbox, and if it works, we'd create a "vendor" branch for it, like we do for classpath, then do as we do with classpath itself. Or even better - forward this merge code upstream, for inclusion into gnu classpath, and then get it from there. I imagine it would be most welcomed there. >From what I read however, Tritonous is actively developed and the newest versions require java 1.5 compiler and libraries, which we don't have. We could however include a slightly older version (this is what Kaffe does) that did not have this requirement. Cheers, Grzegorz B. Prokopski --