You are not logged in.
Pages: 1
Hi
I downloaded jpodder. It is a jar file.
How do I run it?
[chris@traumschiff Desktop]$ java -jar jpodder1.0RC2-Linux.jar
kaffe-bin: machine.c:256: translate: Zusicherung »reinvoke == false« nicht erfüllt.
Abgebrochen
[chris@traumschiff Desktop]$
What have I to do?
chris
Offline
the command you've used is correct for Sun's jre. I'm not sure if it's the same for Kaffe though. I'm also not sure if Kaffe can execute straight from jars. You may have to consult the Kaffe docuementation.
Offline
Zusicherung »reinvoke == false« nicht erfüllt.
Abgebrochen
Warranty "reinvoke == false" does not fulfill. Broken off
Hmmm... sounds like an assert failure of some kind...
Assert "reinvoke == false" failed. Terminating.
That sounds like it thinks it's already running, and so doesn't start a second instance.
Of course, I'm just speculating here... I have no solid idea of what's happening.
Offline
Pages: 1