swarm-support
[Top][All Lists]
Advanced

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

RE: [Swarm-Support] Help Needed for using Eclipse IDE with java swarm


From: John Lee
Subject: RE: [Swarm-Support] Help Needed for using Eclipse IDE with java swarm
Date: Sun, 2 Apr 2006 20:33:35 +0800

But I have solved this kind of problem in JBuilder, now I am using JBuilder.  : )

 

Thank you.

 


From: address@hidden [mailto:address@hidden On Behalf Of 唐国栋
Sent: Sunday, April 02, 2006 8:01 PM
To: address@hidden
Subject: RE: [Swarm-Support] Help Needed for using Eclipse IDE with java swarm

 

hello, John

    I encountered the same problem as yours. The answer is that the environment variable PATH should be set to \bin (i.e. c:\swarm-2.2-java\bin).

 

 

Tang


> Date: Fri, 31 Mar 2006 12:00:07 -0500
> From: address@hidden
> Subject: Support Digest, Vol 21, Issue 10
> To: address@hidden
>
> Send Support mailing list submissions to
> address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.swarm.org/mailman/listinfo/support
> or, via email, send a message with subject or body 'help' to
> address@hidden
>
> You can reach the person managing the list at
> address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Support digest..."
>
>
> Today's!  Topics:
>
>    1. Re: error with Save (Pietro Terna)
>    2. Re: error with Save (Marcus G. Daniels)
>    3. RE: Help Needed for using Eclipse IDE with java swarm (John Lee)
>    4. Re: Help Needed for using Eclipse IDE with (kumar)
>    5. eclipse error (li_ying_0318)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 30 Mar 2006 23:53:42 +0200
> From: Pietro Terna <address@hidden>
> Subject: Re: [Swarm-Support] error with Save
> To: address@hidden
> Message-ID: ! ;<7.0.1address@hidden>
> Content-Ty pe: text/plain; charset="us-ascii"; format=flowed
>
>          Dear Scott,
>
>          many thanks for you reply: the error comes with all the 
> applications, also with simple tutorial ones, as SimpleObserverBug 
> (which does not use long long).
>
>          May be that the routine writing the .swarmArchiver file 
> (that contains the Save effect) uses a long long: the file is 
> interrupted before writing a number.
>
>          I underline, as b! elow, the the error is generated only using 
> the newest version of the javaswarm.dll file.
>
>          The best, Pietro
>
>
> At 19.20 30/03/2006, you wrote:
> >Hello Pietro,
> >
> >I don't have a windows machine to duplicate your error, but from 
> >looking at the error message it appears to be related to the "long 
> >long" data type.  This is a special data type added by GCC to 
> >support 64-bit integers but it is not supported on all 
> >platforms.  The error ! ;you are getting is a hard error, t here is no 
> >support to output a "long long" value.  Are you using "long long" in 
> >your application, maybe you can switch to "long"?
> >
> >cheers
> >Scott
> >
> >Pietro Terna wrote:
> >>     Hi all,
> >>     sorry of posting again the problem, but a few months ago I'd 
> >> no solutions useful to fix the problem below.
> >>     The newest version of javaswarm.dll (that one external to 
> >> Swarm-2.2-java.zip, downloaded separately from 
> >> http://www.santa! fe.edu/~mgd/javaswarm.dll) seems to contain a bug 
> >> about the Save button effect.
> >>     With this library, pressing the Save button the applications 
> >> produce the message:
> >>*** event raised for error: NotImplemented
> >>*** function: _i_OutputStream_c__catLongLong_(), file: 
> >>/src/swarm/src/collection
> >>s/OutputStream.m, line: 268
> >>No printf format specifier for long long*** execution terminating 
> >>due to error
> >>/src/swarm/src/defobj/Symbol.m:187 -[Error(c) _raiseEvent:]
> >>This application has requested the Runtime to termina! te it in an unusual way.
> >>Plea se contact the application's support team for more information.
> >>     The resulting .swarmArchive file is corrupted.
> >>     You can duplicate this error with SimpleObserverBug of the tutorial.
> >>     Yours, Pietro
> >>_______________________________________________
> >>Support mailing list
> >>address@hidden
> >>http://www.swarm.org/mailman/listinfo/support
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 30 Mar 2006 17:14:39 -0700
> From: "Marcus G. Daniels" <address@hidden>
> Subject: Re: [Swarm-Support] error with Save
&! gt; To: Swarm Support <address@hidden>
> Message-ID: <442C746Faddress@hidden>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Pietro Terna wrote:
> >        I underline, as below, the the error is generated only using 
> > the newest version of the javaswarm.dll file.
> >
> Looks like the problem is that long long is recognized by the compiler, 
> but it either maps to the same size as long (and there is, say, some 
> case statement fall-through based on the size in Swarm) or else it is 
>! ; just that MingW lacks, as the error&nb sp;indicates, a format specifier for a 
> long long.   Happily, all the relevant tools and libraries have freely 
> redistributable source code, so it's just a matter of finding someone 
> with the will to get to the bottom of it!
>
> >>>
> >>> *** event raised for error: NotImplemented
> >>> *** function: _i_OutputStream_c__catLongLong_(), file: 
> >>> /src/swarm/src/collection
> >>> s/OutputStream.m, line: 268
> >>> No printf format specifier for long long
>
>
>
> ------------------------------
>
> Message: 3
>! Date: Fri, 31 Mar 2006 12:20:44 +0800
> From: "John Lee" <address@hidden>
> Subject: RE: [Swarm-Support] Help Needed for using Eclipse IDE with
> java swarm
> To: "'Swarm Support'" <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
> But I followed this instruction, this problem still happened.
>
> How should I do?
>
> Thank you.
>
> John
>
> -----Original Message-----
> From: address@hidden [mailto:address@hidden On Behalf
> Of Steve Railsback
> Sent: Thursday, March 30, 2006 11:37 PM
> To:&! nbsp;Swarm Support
> Subject: Re: [Swarm-Support]  Help Needed for using Eclipse IDE with java
> swarm
>
> Franck GILLES wrote:
> > Did you add kawa.jar and swarm.jar in your Java Build Path on Eclipse ?
>
> We made it work by adding these files to the build path for the Swarm 
> project, but not to the build path for your own model. It is spelled out 
> in the document:
> http://www.swarm.org/images/e/e7/How-to_set_up_%26_use_Eclipse_for_JavaSwarm
> .pdf
>
> Steve R.
> _______________________________________________
> Support mailing list
> address@hidden
> http://www.swarm.org/mailman/listinfo/support
>
>
> > ------------------------------
>
> Message: 4
> Date: Thu, 30 Mar 2006 23:22:13 -0600
> From: kumar <address@hidden>
> Subject: Re: [Swarm-Support] Help Needed for using Eclipse IDE with
> To: address@hidden
> Message-ID:
> <8e0e8e2a0603302122t2ccfb500kab49db1faddress@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Steve
>  Yes i did do exactly as was given in the pdf document
>
>   And still it is giving the same error message
>
>  may i know the use of setting up of environment variable for swarm
>
>
>  could&nbs! p;you please look into this matter again
>
>  thank you for sending ur replies early
>
>
>           will be waiting for ur reply
>
>                                          thanx
>                                           kumar
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 31 Mar 2006 14:48:37 +0800 (CST)
> From: "li_ying_0318"&n! bsp;<address@hidden>
> Subject: [Swarm-Support] eclipse error
> To: "support" <address@hidden>
> Message-ID: <442CD0C5.00005Faddress@hidden>
> Content-Type: text/plain; charset="gb2312"
>
> hello everyone,
>       I use eclipse to run the swarm example"jheatbugs",but it can not run.
>       there is the error:
>       java.lang.NoClassDefFoundError: StartHeatbugs,jheatbugs
> Exception in thread "main" 
>  
> please help me to resolve the problem!!
>  
>  
> -------------- next part --------------
> An HTML attachment was scrubbed...
&! gt; URL: http://www.swarm.org/pipermail/support/attachments/20060 331/970531fe/attachment-0001.htm
>
> ------------------------------
>
> _______________________________________________
> Support mailing list
> address@hidden
> http://www.swarm.org/mailman/listinfo/support
>
>
> End of Support Digest, Vol 21, Issue 10
> ***************************************

 


请使用 MSN Messenger


reply via email to

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