<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0+" codebase="https://10.0.0.200:443/" href="cgi-bin/jnlpgenerator-8">
     <information>
        <title>JavaRConsole</title>
        <vendor>Sun Microsystems</vendor>
        <description kind="one-line">JavaRConsole Console Redirection Application</description>
        <description kind="tooltip">JavaRConsole Console Redirection Application</description>
        <description kind="short">
            JavaRConsole enables a user to view the video display of a
            Galaxy computer equipped with a service processor.  It also enables
            the user to redirect his local keyboard, mouse, CD-ROM and floppy drives to
            the remote computer to give him complete control over the remote machine.
        </description>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se version="1.5+"/>
        <jar href="Java/JavaRConsole.jar"/>
        <jar href="Java/RedirLib.jar"/>
    </resources>
    <resources os="Linux" arch="i386">
        <nativelib href="Java/linuxi386.jar"/>
    </resources>
    <resources os="Windows" arch="x86">
        <nativelib href="Java/win32.jar"/>
    </resources>
    <resources os="SunOS" arch="x86">
        <nativelib href="Java/solarisx86.jar"/>
    </resources>
    <resources os="SunOS" arch="sparc">
        <nativelib href="Java/solarissparc.jar"/>
    </resources>
    <application-desc>
        <argument>10.0.0.200</argument>
        <argument>8</argument>
    </application-desc>
</jnlp>

