Re: Is there sound in java1.2 APPLICTAIONS ?

1999-09-23 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Hi, > > I've started a Linux implementation of the JavaSound API. Take a look > at: > http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/ > > Matthias > > Sebastian-Anton Ponovescu wrote: > > > > Is there any sound capability in java1.2 ? I am interesti

Re: voice program

1999-09-23 Thread Jacob Nikom
Look at JMF2.0beta. I think it should run on Linux. http://java.sun.com/products/java-media/jmf/2.0/documentation.html Jacob Nikom R MUTHUSWAMY wrote: > > hi, > i am interested in the VoIP programming. have anybody done any > kind of programming in the voice over ip area. can anybody gi

NoClassDefFoundError and RH6.0

1999-09-23 Thread Craig Soucie
This is probably something simple and obvious that I just don't know but after downloading and making the jdk1.2 pre-2, I can compile (after adding the jdk/bin to the path) but cannot execute the java command w/o getting this error: java.lang.NoClassDefFoundError / 'program-name', where 'program-n

Java Debugging

1999-09-23 Thread Todd Papaioannou
From the JDC: JAVA(TM) PLATFORM DEBUGGER ARCHITECTURE (JPDA) RELEASED. This provides debugging support for the Java 2 Platform. For more information, see: http://java.sun.com/products/jpda/ Todd --- Todd Papaioannou @ MSI

Re: NoClassDefFoundError and RH6.0

1999-09-23 Thread Chris Abbey
A screen scrape of the exact command issued and the full stack trace given would help, as well as the value of your classpath envvar (if you have one). Otherwise we might as well be shooting in the dark. -=Chris At 10:38 9/23/99 -0400, Craig Soucie wrote: >This is probably something simple and ob