MASON-INTEREST-L Archives

October 2005

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Sean Luke <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Thu, 27 Oct 2005 10:19:29 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
On Oct 27, 2005, at 12:12 AM, Michael Makowsky wrote:
> In trying to make an applet from one of my simulation, I am finding
> trouble even opening the mason.jar creating per the instructions.
> At the bottom of firefox/ie I am getting the error “applet MASON
> notinited”  I have no idea what that means. Additionally, I am
> using JFREE to create charts – will the charts work in the applet?
It's a very general error: it means the applet failed to load.  You
have to look into Firefox's console to see what the actual error is.
My guess is that your mason.jar file does not include the jfree
classes (which are necessary to run the charting).  The make command
we have in MASON does not include those classes.  The easiest way to
deal with this is to UN-jar ( jar -xvf ) the jfreechart, jcommon, and
itext jar files.  These will produce the directories 'org' and 'com'
directories.  Put these directories inside the mason directory.  Then
call 'make jar'.  Understand that this will produce a large file with
a great many unnecessary classes, but my guess is it'll work.

> Is there anyway that I can get the charts to be included when I
> create a quicktime movie?

Not at present.  The only way I can think about doing it, short of
whipping up the code in MASON, is to use the program Snapz Pro on the
Mac.

I should mention that we're about to release a FAR improved charting
facility for MASON.  I think you'll be impressed.

Sean

ATOM RSS1 RSS2