swarm-support
[Top][All Lists]
Advanced

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

Re: java program error


From: Babjak Jozef
Subject: Re: java program error
Date: Tue, 12 Jun 2001 11:01:23 +0200 (CEST)

Hi!

I remember I had similar problem. I thing the problem was in some
constructors - i didnt have calling of super consructors first in method,
for example

public ObserverSwarm(Zone aZone)
{
        super(aZone); // i miss this line
        /*
         * next code here
         */
}


====================
address@hidden
====================




On Tue, 12 Jun 2001, xx wrote:

> can anybody give me some cue, how can I crack this error?
> 
> I started a java program. It initiated well, but when I pressed the start 
> button, the program stopped and throwed out these error message:
> 
> -------------------------------------------------------
> *** event raised for error: SourceMessage
> *** function: _i_FCall_c__createEnd(), file: 
> /src/Swarm/swarm/src/defobj/FCall.m
> , line: 357
> Could not find Java method: `step' (()Ljava/lang/Object;)
> *** execution terminating due to error
> /src/Swarm/swarm/src/defobj/Symbol.m:173 -[Error(c) _raiseEvent:]
>       0 [sig] java 1000 stackdump: Dumping stack trace to java.exe.stackdump
> 
> 
> 
> 
>                   ==================================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
> 
> 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]