Hallo,
allthough it seems that JVdr will not work with softdevice at least one person out there got it working.
Andre Weidemann sent some improvements so here is a new version.
tar.gz: http://194.95.44.38/~pjuszack/digicam/download/jvdr-0.0.2.tar.gz zip: http://194.95.44.38/~pjuszack/digicam/download/jvdr-0.0.2.zip
Regards Peter
Hi Peter,
On Sat, 4 Feb 2006, Peter Juszack wrote:
allthough it seems that JVdr will not work with softdevice at least one person out there got it working.
Andre Weidemann sent some improvements so here is a new version.
tar.gz: http://194.95.44.38/~pjuszack/digicam/download/jvdr-0.0.2.tar.gz zip: http://194.95.44.38/~pjuszack/digicam/download/jvdr-0.0.2.zip
As I'm also a softdevice user and always interested in platform independant applications I wanted to give it a try. I downloaded the pre-compiled version and ran it with
java version "1.4.2-03" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-03)
and got
Exception in thread "main" java.lang.UnsupportedClassVersionError: de/unterbrecher/jvdr/JVdr (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) [...]
As I'm totally lost in Java and the README says it "should" work with 1.4 I'm first trying to get back to the expert to make him tell me to spend more time on debugging my java installation. :)
However, other java applications run fine on my system.
thanks in advance, Patrick.
-- Mail: patrick.boettcher@desy.de WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
Peter,
I've had to recompile jvdr and had to modify it, here are the diff just in case it's of interest for you. Im running MacOSX $ java -version java version "1.4.2_09" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232) Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
--- JVdr.java.original 2006-02-04 21:35:49.000000000 +0100 +++ JVdr.java 2006-02-04 21:38:57.000000000 +0100 @@ -515,10 +515,10 @@ createMenu(); mainPanel = new JVdrMainPanel(); - add(mainPanel); + this.setContentPane(mainPanel); // calculate window size - setPreferredSize( new Dimension(800,600)); + mainPanel.setPreferredSize( new Dimension(800,600)); pack(); setConnected(false);
--- dialogs/JVdrDialog.java.original 2006-02-04 21:37:00.000000000 +0100 +++ dialogs/JVdrDialog.java 2006-02-04 21:37:35.000000000 +0100 @@ -30,7 +30,7 @@ // Close window whe pressing X setDefaultCloseOperation( JDialog.DISPOSE_ON_CLOSE ); - add(dialogPanel); + setContentPane(dialogPanel); setTitle( dialogPanel.getTitle() ); setModal(true);
El 04/02/2006, a las 17:54, Peter Juszack escribió:
Hallo,
allthough it seems that JVdr will not work with softdevice at least one person out there got it working.
Andre Weidemann sent some improvements so here is a new version.
tar.gz: http://194.95.44.38/~pjuszack/digicam/download/ jvdr-0.0.2.tar.gz zip: http://194.95.44.38/~pjuszack/digicam/download/jvdr-0.0.2.zip
Regards Peter
http://194.95.44.38/~pjuszack/digicam
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr