What would be the appropriate command in the windows command line?

From: Jonathan M West
Sent: Saturday, May 13, 2017 11:15:20 AM
To: MASON Multiagent Simulation Toolkit
Subject: Re: Building MASON in windows
 
I was using the command given in the index.html included in the mason docs, I was able to build in eclipse once I added all the appropriate jar files to the build path
From: MASON Multiagent Simulation Toolkit <[log in to unmask]> on behalf of Sean Luke <[log in to unmask]>
Sent: Friday, May 12, 2017 6:33:50 PM
To: [log in to unmask]
Subject: Re: Building MASON in windows
 
I cannot speak to Eclipse: it should compile mason fine.  Your javac error below makes perfect sense: there are no files matching mason\*\*.java in the mason repository at all.  They're all deeper in the filesystem tree.  I am afraid that the errors you're getting may be due to some misunderstandings about how to build with Java rather than mason in specific.  You may need to get with someone local who can point you in the right direction.

On May 13, 2017, at 12:09 AM, Jon West <[log in to unmask]> wrote:

> When attempting to build mason in windows using either Eclipse or command line I get many errors. In eclipse even with the libraries unpacked in to the root src directory I get build errors that look like eclipse can't find the libraries. When using javac from the command line I get  the following error
>
> javac: file not found: *\*.java
> Usage: javac <options> <source files>
> use -help for a list of possible options
>
> this is running from the root \mason\ directory
>
> can anyone offer any inisight?