swarm-support
[Top][All Lists]
Advanced

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

Re: Swarm technology preview


From: Benedikt Stefansson
Subject: Re: Swarm technology preview
Date: Mon, 25 Oct 1999 13:23:41 -0600

Hi again,

The run command also needed some tweaking. For some reason the dot-colon in the 
CLASSPATH does not pick up the *.class files generated by the compile command 
in the xml directory. All the *.class files generated by the compile command 
that belong to the model have to be moved into the heatbugs subdirectory and 
the rest into the swarmxml subdirectory. Then this run command works:

CLASSPATH=".:xml4j.jar" javaswarm swarmxml.LoadXML swarm.xml

Regards,
Benedikt



"Marcus G. Daniels" wrote:

> >>>>> "B" == Benedikt Stefansson <address@hidden> writes:
>
> B> swarmxml/LoadXML.java:15: Can''t find class "SwarmProcessorPlain"
>
> Here's an updated `compile' script:
>
> #!/bin/sh
> CLASSPATH=./xml4j.jar javacswarm swarmxml/SwarmProcessor.java 
> swarmxml/DOMParser.java swarmxml/LoadXML.java swarmxml/DOMParserWrapper.java 
> swarmxml/DoubleConstant.java swarmxml/ByteConstant.java 
> swarmxml/SwarmProcessorPlain.java swarmxml/UniformRandomInt.java 
> swarmxml/Variable.java swarmxml/basicGUISwarmImpl.java heatbugs/Colormap.java 
> heatbugs/HeatCell.java heatbugs/HeatSpace.java heatbugs/Heatbug.java
>
>                   ==================================
>    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]