You are not logged in.

#1 2006-01-19 14:15:01

nordlicht
Member
From: Hamburg/Germany
Registered: 2003-07-23
Posts: 62

HowTo run a .jar file??

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

#2 2006-01-19 15:37:00

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: HowTo run a .jar file??

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

#3 2006-01-19 17:13:08

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: HowTo run a .jar file??

Zusicherung »reinvoke == false« nicht erfüllt.
Abgebrochen

babelfish translation wrote:

Warranty "reinvoke == false" does not fulfill. Broken off

Hmmm... sounds like an assert failure of some kind...

my interpretation of babelfish wrote:

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

Board footer

Powered by FluxBB