I did the following (installed zekr first from software center, then added Karmic repos in 10.10)
//To install Sun Java RE sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" sudo apt-get update sudo apt-get install sun-java6-jre //To set Sun Java as default sudo update-java-alternatives --set java-6-sun //To add the line to Zekr sudo gedit ~/.zekr/zekrrc-debian //add this line and save ZEKR_JAVA_HOME=/usr/lib/jvm/java-6-sun //Now open zekr with the following in terminal padsp zekr The only thing that is not working now is auto scroll with the recitation. On Oct 19, 3:10 pm, Mohsen Saboorian <[email protected]> wrote: > Wa Alaikumassalaam, > > Muhammad, did you install Zekr from our PPA? If yes, please send us content > of: > $ cat /proc/[pid]/cmdline > > where [pid] is the process ID of Zekr. > > Ahmed, could you advise? Seems that libjlayer-java is not visible. > > Regards, > Mohsen > > On Fri, Oct 15, 2010 at 3:34 AM, Dr. Muhammad Masroor Ali < > > [email protected]> wrote: > > Assalamu Alaikum, > > In Ubuntu 10.10, when I press the Play button, zekr crashes with the > > following error message. What should I do? > > java.lang.NoClassDefFoundError: javazoom/jl/decoder/Bitstream > > at > > javazoom.spi.mpeg.sampled.file.MpegAudioFileReader.getAudioFileFormat(Unknown > > Source) > > at > > org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:365) > > at > > org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:320) > > at > > javazoom.spi.mpeg.sampled.file.MpegAudioFileReader.getAudioInputStream(Unknown > > Source) > > at > > javazoom.spi.mpeg.sampled.file.MpegAudioFileReader.getAudioInputStream(Unknown > > Source) > > at > > javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1162) > > at javazoom.jlgui.basicplayer.BasicPlayer.initAudioInputStream(Unknown > > Source) > > at javazoom.jlgui.basicplayer.BasicPlayer.initAudioInputStream(Unknown > > Source) > > at javazoom.jlgui.basicplayer.BasicPlayer.open(Unknown Source) > > at > > net.sf.zekr.engine.audio.DefaultPlayerController.open(DefaultPlayerController.java:125) > > at > > net.sf.zekr.engine.audio.DefaultPlayerController.open(DefaultPlayerController.java:139) > > at > > net.sf.zekr.ui.AudioPlayerUiController.playerOpenAyaAudio(AudioPlayerUiController.java:235) > > at > > net.sf.zekr.ui.AudioPlayerUiController.playerOpenAyaAudio(AudioPlayerUiController.java:230) > > at > > net.sf.zekr.ui.AudioPlayerUiController.playerTogglePlayPause(AudioPlayerUiController.java:202) > > at > > net.sf.zekr.engine.audio.ui.AudioPlayerForm$8.widgetSelected(AudioPlayerForm.java:455) > > at > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171) > > at net.sf.zekr.ui.BaseForm.loopEver(BaseForm.java:34) > > at net.sf.zekr.ZekrMain.startZekr(ZekrMain.java:63) > > at net.sf.zekr.ZekrMain.main(ZekrMain.java:91) > > Caused by: java.lang.ClassNotFoundException: javazoom.jl.decoder.Bitstream > > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > ... 23 more > > > -- > > Dr. Muhammad Masroor Ali > > Professor > > Department of Computer Science and Engineering > > Bangladesh University of Engineering and Technology > > Dhaka-1000, Bangladesh > > > Phone: 880 2 966 5650 (PABX) > > > In a world without walls and fences, who needs Windows and Gates? > > > -- > > You received this message because you are subscribed to the Google Groups > > "zekr" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected] <zekr%[email protected]>. > > For more options, visit this group at > >http://groups.google.com/group/zekr?hl=en. -- You received this message because you are subscribed to the Google Groups "zekr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/zekr?hl=en.
