Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Has anyone got ds.jar working with Xvfb only?



Hi,

as I would like to use vdr2divx in the actual version, I'm trying to get ds.jar working on my vdr, but without success yet.

My SuSE 7.3 system with kernel 2.4.18 has no complete X installation but the packages:

xextra
xf86
xf86tools
xloader
xmodules
xshared

Also JRE (j2re-1_4_1_01-linux-i586.bin) is installed.

When I run ds.jar the result is:

---------------------------------------------------------------------------
ds.jar: Javatool for demux & sync (testversion)
V0.61k; 02.02.2003; (c) Matthias Mueller; http://home.arcor.de/matt2/dvb.matt/

quick CL usage: (Note: CL also loads the GUI components, without displaying)
[path]java -jar [path]ds.jar ...to start the GUI
[path]java -jar [path]ds.jar [options] [sourcefile1..x]

options: -dvx1, -dvx2, -dvx3, -dvx4, -o, -l, -c
-c [path]inifile ...use that specified iniFile instead of the standard
-dvx1 ...create a .d2v ProjectFile on demux
-dvx2 ...create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
-dvx3 ...create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
-dvx4 ...create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
-o [path] ...use that specified directory for output
-l ...write the normal logfile
use -c OR -dvx & -o/-l or no options (for std)

java.version 1.4.1_01
java.vendor Sun Microsystems Inc.
java.home /usr/java/j2re1.4.1_01
java.vm.version 1.4.1_01-b01
java.vm.vendor Sun Microsystems Inc.
java.vm.name Java HotSpot(TM) Client VM
java.class.vers 48.0
java.class.path ds.jar
Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:223)
at java.awt.Window.<init>(Window.java:267)
at java.awt.Frame.<init>(Frame.java:398)
at java.awt.Frame.<init>(Frame.java:363)
at javax.swing.JFrame.<init>(JFrame.java:154)
at ds$CollectionSpecials.<init>(ds.java:1851)
at ds.<init>(ds.java:84)
at ds.main(ds.java:2825)

[1]+ Stopped Xvfb :1
---------------------------------------------------------------------------

There seems to be a class definition missing in ds.jar? Or is it that a class was not found (in ds.jar)?

In the description of vdr2dvd is mentioned that JRE with swing is necessary. In the installed Sun JRE is no swing included. Maybe this is the problem?
I couldn't find any hint which JRE contains swing. Or do I have missed something else?

Can anyone give me a hint?


Thanks,

Bernd



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index