• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java for cairo (jre, jdk, jmf, jsapi) - sound.jar not found in jmf 2.1.1

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

I try to follow steps mentioned here (http://www.speechforge.org/projects/cairo/install.html).

The first thing is about JMF. I downloaded jmr-2_1_1e-linux-i586.bin (the other thing is that I've got 64 bit computer). I found http://www.luniks.net/luniksnet/html/java/jtvd/doc/jmf.html . I executed bin file in /usr/lib as it is written in this mini-howto. Then I edited /home/mainaccount/.bash_profile file and added those three lines mentioned in mini-howto before "unset USERNAME" line. But Cairo tutorial (http://www.speechforge.org/projects/cairo/install.html) says "This will install jmf.jar and sound.jar to the lib/ext directory of your installed JRE". It didn't. So I tried to find manually files jmf.jar and sound.jar in /usr/lib/JMF-2.1.1e but I found only jmf.jar. There was no sound.jar. What to do with the missing sound.jar file?

I downloaded jdk-6u16-nb-6_7_1-linux-ml.sh and executed. It created directory jdk1.6.0_16 in /home/mainaccount directory which is my home directory. Inside it I see some directories, including jre directory. I see that I need to set my JAVA_HOME variable. But using google.com for "java_home jdk jre" gives disambiguous results - some say that it should point to jdk, some jre. Which of these directories should be indicated by this variable? Would setting this 'export JAVA_HOME=/usr/java/jdk1.5.0_07/bin/java' in ~/.bash_profile be the proper thing?

Is there any command or set of commands in Mandriva (or packets which are especially useful) to install all of required things with urpmi rather than by downloading, setting path etc.?

Regards!
 
Johny Wyenski
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May I wish for the answer, please?
Regards!
PS This is not popular Cairo graphics package, this is Cairo for Asterisk and speech recognition.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Johny Wyenski wrote:May I wish for the answer, please?


PatienceIsAVirtue.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried their specific mailing lists/forums?
 
reply
    Bookmark Topic Watch Topic
  • New Topic