<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://www.micropsi.org/webdoc/rdf'>
    <s:Snip rdf:ID='installation'
         s:name='installation'
         s:cUser='rvuine'
         s:oUser=''
         s:mUser='rvuine'>
        <s:content>1 Installation&#xD;&#xA;&#xD;&#xA;To install the toolkit:&#xD;&#xA;&#xD;&#xA;- Make sure you have a Java __5.0__ SDK or JRE installed.&#xD;&#xA;&#xD;&#xA;- On the Mac, __make Java 5 your default VM for Eclipse.__ (See this {link:link|http://jmesnil.net/weblog/2005/05/02/using-java-15-on-mac-os-x-tiger/} if you don&apos;t know how to do it. If you&apos;re wondering if you did this already at some time in the past: You probably didn&apos;t.)&#xD;&#xA;&#xD;&#xA;- {link:download Eclipse|http://www.eclipse.org} (Select the __3.1.0__ SDK version for your operating system.), and unpack it to where you want to start it. Start it!&#xD;&#xA;&#xD;&#xA;- Go to Help -&gt; Software Updates -&gt; Find and Install and select &quot;Search for new features to install&quot;&#xD;&#xA;&#xD;&#xA;- &quot;New remote site&quot;. Give the site a name (e.g. &quot;Micropsi update site&quot;) and enter http://www.cognitive-agents.org/update/ as URL.&#xD;&#xA;&#xD;&#xA;- Open the site and select the &quot;Toolkit&quot; entry. Follow the instructions of the wizard. (You may use the site bookmark to check for updates later.)&#xD;&#xA;&#xD;&#xA;- Say yes if you&apos;re asked if you want to restart Eclipse.&#xD;&#xA;&#xD;&#xA;- You can now open Micropsi perspectives, such as Mind, Admin and World. &#xD;&#xA;&#xD;&#xA;- If you are on Windows and want to install the 3dviewer, open your site bookmark again and select the optional tools&apos; entry.&#xD;&#xA;&#xD;&#xA;- To install the agent itself, open the Java perspective and create a new project (New -&gt; Project -&gt; -&gt; (Folder &quot;Java&quot;) -&gt; MicroPsi agent project - __not__ just a normal Java project), name it &quot;simpleagent&quot; (exactly! lowercase!) and click &quot;Finish&quot;.&#xD;&#xA;&#xD;&#xA;- download our example agent from the [downloads] page and import the ZIP-file (simpleagent.zip) by right-clicking on the project, selecting Import und choosing Zip-File. &#xD;&#xA;&#xD;&#xA;- In the Mind perspective (node net editor), use Agents -&gt; Select Agent to select the agent &quot;micropsi&quot;. You can now load the initial agent by clicking the &quot;Load Agent state&quot; button.&#xD;&#xA;&#xD;&#xA;- For starting the agent: Enable the scripting view: Window -&gt; Show View -&gt; Other -&gt; MicroPsi Mind Console -&gt; Scripting. When the scripting view shows, double-click the StartNet script. When it&apos;s finish, press the black Run Net button.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Sometimes, people have trouble updating from earlier versions of the toolkit. If you encounter unusual behaviour after updating, such as multiple entries for the same views, missing menu entries and the like, try [update-troubleshooting].</s:content>
        <s:mTime>2006-01-22 18:40:02.956</s:mTime>
        <s:cTime>2003-12-08 18:01:32.464</s:cTime>
        <s:comments>
            <rdf:Bag>
                <rdf:li>
                    <s:Comment rdf:ID='comment-installation-1'
                         s:name='comment-installation-1'
                         s:cUser='negrello'
                         s:oUser=''
                         s:mUser='negrello'>
                        <s:content>The steps were followed mindfully (they used to work on my pc, the mac is the current challenge). I will try to find smth about file permissions. When i find them, what should i do? Who should i grant immediate irrestricted access?</s:content>
                        <s:mTime>2005-04-01 20:58:57.63</s:mTime>
                        <s:cTime>2005-03-28 17:18:20.055</s:cTime>
                        <s:commentedSnip rdf:resource='#installation'/>
                    </s:Comment>
                </rdf:li>
                <rdf:li>
                    <s:Comment rdf:ID='comment-installation-2'
                         s:name='comment-installation-2'
                         s:cUser='rvuine'
                         s:oUser=''
                         s:mUser='rvuine'>
                        <s:content>When doing a &quot;Load agent state&quot;, you should at least see the &quot;initial&quot; state, and when you restart Eclipse, the initial state should load automatically. So, most likely, the state does not exist in your installation. Probably, you did not install the agent properly. Did you:&#xD;&#xA;&#xD;&#xA;- download the simpleagent.zip&#xD;&#xA;- in the Java Perspective: create a new &quot;MicroPsi agent project&quot;&#xD;&#xA;- name it &quot;simpleagent&quot; (!)&#xD;&#xA;- import the simpleagent.zip without getting any error reports&#xD;&#xA;&#xD;&#xA;The exception you get is a FileNotFoundException, so either the agent&apos;s state directory does not exist (as it would be the case if you didn&apos;t call the agent project &quot;simpleagent&quot;) or there was some problem with file system permissions inside Eclipse&apos;s workspace directory.</s:content>
                        <s:mTime>2005-03-30 14:21:03.701</s:mTime>
                        <s:cTime>2005-03-30 08:56:22.633</s:cTime>
                        <s:commentedSnip rdf:resource='#installation'/>
                    </s:Comment>
                </rdf:li>
                <rdf:li>
                    <s:Comment rdf:ID='comment-installation-3'
                         s:name='comment-installation-3'
                         s:cUser='drujensen'
                         s:oUser=''
                         s:mUser='drujensen'>
                        <s:content>On my iMac, I got a message saying a class was missing.  I don&apos;t recall the name but Eclipse allows you to either select a jar or change the environment.  When I chose to change the environment, I noticed one of the jars had jarnull at the end.  When I removed the jarnull and added the same jar and then restarted Eclipse, the perspectives showed correctly.</s:content>
                        <s:mTime>2006-03-02 07:56:15.804</s:mTime>
                        <s:cTime>2006-03-02 07:56:15.553</s:cTime>
                        <s:commentedSnip rdf:resource='#installation'/>
                    </s:Comment>
                </rdf:li>
            </rdf:Bag>
        </s:comments>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#downloads'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#MiniPsi/'/>
                <rdf:li rdf:resource='#MiniPsi'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#getting started'/>
                <rdf:li rdf:resource='#faq'/>
                <rdf:li rdf:resource='#simpleagent'/>
                <rdf:li rdf:resource='#toolkit'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start the agent'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#fields of activity'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#downloads/'/>
                <rdf:li rdf:resource='#extension'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#Running 3DView2'/>
                <rdf:li rdf:resource='#snipsnap-notfound'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3dviewer'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3demotion'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#standalone Mars demo'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#getting+started'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#0.6.9'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#downloads;'/>
                <rdf:li rdf:resource='#simpleagent-diary'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#update-troubleshooting'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/themes/MicroPsi'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#More Screenshots'/>
                <rdf:li rdf:resource='#snipsnap-help'/>
                <rdf:li rdf:resource='#negrello'/>
                <rdf:li rdf:resource='#sub-projects'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#first 3D attempts'/>
                <rdf:li rdf:resource='#david'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#What the MRS can do for you'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#checkout &amp; compile'/>
                <rdf:li rdf:resource='#rvuine'/>
                <rdf:li rdf:resource='#theAmerican'/>
                <rdf:li rdf:resource='#alife'/>
                <rdf:li rdf:resource='#marsworld'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3DView2 Revision History'/>
                <rdf:li rdf:resource='#CVS'/>
                <rdf:li rdf:resource='#release-checklist'/>
                <rdf:li rdf:resource='#world'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#minipsi/'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2004-02-14/1'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#0.6.13'/>
                <rdf:li rdf:resource='#martisch'/>
                <rdf:li rdf:resource='#robotics'/>
                <rdf:li rdf:resource='#migration-aid'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/config'/>
                <rdf:li rdf:resource='#mossss'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3DView2'/>
                <rdf:li rdf:resource='#esthetics'/>
                <rdf:li rdf:resource='#julia'/>
                <rdf:li rdf:resource='#jknabe'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#Eclipse 3.0 Migration'/>
                <rdf:li rdf:resource='#MRS'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#toolkit;'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#documentation notes'/>
                <rdf:li rdf:resource='#bach'/>
                <rdf:li rdf:resource='#cvs'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#about micropsi'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#How to configure the MRS'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#workshop weekend'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3DView2 Workspace Setup'/>
                <rdf:li rdf:resource='#Alex'/>
                <rdf:li rdf:resource='#martin'/>
                <rdf:li rdf:resource='#Negrello'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#0.5.1'/>
                <rdf:li rdf:resource='#sandbox'/>
                <rdf:li rdf:resource='#mechanisma22'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3DEmotion'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#Creating 3D Models for 3DView2'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/themes/MicroPsi/css/page.css'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/themes/MicroPsi/css/snip.css'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#0.5.3'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#agent framework component'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2005-06-24/1'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2005-07-12/1'/>
                <rdf:li rdf:resource='#Schneider'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#3DView2 Project Structure'/>
                <rdf:li rdf:resource='#psitopia'/>
                <rdf:li rdf:resource='#KBANN'/>
                <rdf:li rdf:resource='#categorisation'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2005-04-28/1'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2004-02-05/1'/>
                <rdf:li rdf:resource='#abrakadabra'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/themes/MicroPsi/css/wiki.css'/>
                <rdf:li rdf:resource='#jens'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#0.6.11'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#start/2004-09-05/1'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#'/>
                <rdf:li rdf:resource='http://www.micropsi.org/webdoc/rdf#SnipSnap/themes/MicroPsi/css/general.css'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
