Society of Robots - Robot Forum

General Misc => Misc => Topic started by: Admin on April 27, 2011, 01:40:51 PM

Title: pls send Project Designer .jar for me
Post by: Admin on April 27, 2011, 01:40:51 PM
I'm at work, so they block me from downloading WebbotLib Project Designer . . . but I need the latest version asap.

Can someone post the .jar file here? (just change the file type to .txt to upload here)
Title: Re: pls send Project Designer .jar for me
Post by: knossos on April 27, 2011, 02:02:45 PM
<?xml version="1.0" encoding="utf-8"?>

<!-- JNLP File for Project Designer -->
<jnlp spec="6.0+"
   codebase="http://webbot.org.uk/webbotlib"
   href="ProjectDesigner.jnlp">
   <information>
       <title>WebbotLib Project Designer</title>
       <vendor>Webbot</vendor>
       <homepage href="index.html"/>
       <description>WebbotLib Project Designer</description>
       <description kind="short">An application for designing a project for a given board</description>
       <!-- icon kind="splash"   width="256" height="256" href="Splash.JPG" / -->
       <icon kind="shortcut" width="32" height="32" href="WebbotLib32x32.ICO"/>
       <icon kind="shortcut" width="16" height="16" href="WebbotLib16x16.ICO"/>
       <offline-allowed/>
       <shortcut online="true">
          <desktop/>
          <menu submenu="WebbotLib"/>
      </shortcut>
     </information>
    
     <security>
         <all-permissions/> <!-- so we must sign the jars -->
     </security>
    
     <!-- list the jre and other libs - native libs need extra work -->
     <resources>
      <j2se version="1.6.0+" href="http://java.sun.com/products/autodl/j2se"
         initial-heap-size = "64m" max-heap-size = "128m"  />
      <jar href="ProjectDesigner.jar" main="true"/>
      <jar href="fop.jar"/>
      <jar href="batik.jar"/>
      <jar href="commons-logging.jar"/>
     </resources>
    
     <application-desc main-class="com.webbotlib.project.Designer"/>
    
     <update check="always" policy="always"/>
</jnlp>
Title: Re: pls send Project Designer .jar for me
Post by: knossos on April 27, 2011, 02:04:28 PM
and as an attachment
Title: Re: pls send Project Designer .jar for me
Post by: Admin on April 27, 2011, 02:13:43 PM
I need the .jar, not .jnlp :P
(the network here blocks .jnlp from working :-X)

Now that I think about it, it's 5 MB . . .

send to:
(http://www.societyofrobots.com/images/email.gif)
Title: Re: pls send Project Designer .jar for me
Post by: knossos on April 27, 2011, 03:06:04 PM
E-mail sent, sorry about that.
Title: Re: pls send Project Designer .jar for me
Post by: Admin on April 27, 2011, 03:11:15 PM
thanks :D