gregor herrmann wrote :
>> Note that I've not installed Java manually, and I use GNU implementation.
>>
>
> In my experience it doesn't work with GNU java.
> You can try with
> JAVA_HOME=/usr/lib/jvm/java-gcj /usr/bin/tuxguitar
> which breaks for me.
>
Same for me, the startup script work but tuxguitar crash with an
exception in the "main" thread.
> IMO the Depends: of tuxguitar are not entirely correct. The line
> says:
> Depends: .., sun-java6-jre | java2-runtime
> but AFAIK tuxguitar explicitly needs sun-java (or maybe icedtea but
> that's not in Debian yet). I suggest to change the line to
> Depends: .., sun-java6-jre | sun-java5-jre
> (which has the disadvantage of excluding users who might have a
> different java-jre which actually works ...).
Yeah, you're right, it works perfectly with the Sun's Java6 JRE.
But with java5-jre, I get an error about the version number (of Java?):
$ tuxguitar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad
version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Finally yes, the dependencies seems to be broken (at least for me).
Cordially,
Colomban W.
P.S.
Please excuse my poor English
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]