Mailing List archive

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

[vdr] Using vdr2dvd with ds.jar



Hi,

what Do I have to do to install Sun's JRE Java?
I do all this under debian woody 3.0 under X.

I did :
download the java 1.4.1 bin file.
chmod'ed it to executable
installed it in /opt/java/
tried to run /opt/java/j2re1.4.1_01/bin/java -jar /usr/local/bin/ds.jar

but I get everytime the same error:

softcell-2:/opt/java/j2re1.4.1_01/bin# ./java -jar /usr/local/bin/ds.jar 
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	/opt/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	/usr/local/bin/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)

Except that I hate Java - what mistake do I do?

 
-- 
Bis denn,

Ulrich


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



Home | Main Index | Thread Index