All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.jnlp-template.xml Maven / Gradle / Ivy

Go to download

Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.

There is a newer version: 2.3
Show newest version
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
      href="<PROJECT-ID>.jnlp"
      codebase="<DEFAULT-CODEBASE>" >

<!--
     Change the codebase above to the URL where your application
     was uploaded, it is something like
     "http://xx.com/app/<PROJECT-ID>-jws"
-->

<information>
  <title>Jason Application: <PROJECT-ID></title>
  <vendor>Open Source</vendor>
  <homepage href="http://jason.sf.net"/>
  <description>Jason Example</description>
  <description kind="short">Jason is an AgentSpeak interpreter</description>
  <description kind="one-line">Jason Application: <PROJECT-ID></description>
  <icon href="Jason-GMoreau-Icon.jpg"/>
  <offline-allowed/>
</information>
<security><all-permissions /></security>
<resources>
  <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
  <jar href="<PROJECT-ID>.jar" />
<OTHER-JARS>
</resources>
<application-desc main-class="jason.infra.centralised.RunCentralisedMAS" />
</jnlp>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy