https://pastein.ru/t/1V

  скопируйте уникальную ссылку для отправки


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

<!-- JNLP File for Java Video Viewer Application -->

<jnlp spec="1.0+" codebase="http://ipkvm01-ugr34.marosnet.net/webstart2">
   <information>
      <title>Video Session Viewer</title>
      <vendor>Avocent</vendor>
      <description>Video Session Viewer</description>
      <description kind="short">Video Viewer</description>
   </information>

   <security>
      <all-permissions/>
   </security>

   <resources>
      <j2se version="1.5+"/>
      
      <jar href="avctVideo.jar"/>
      <jar href="avctVM.jar"/>
      <nativelib href="avctWin32Lib.jar"/>
      <nativelib href="avmWin32Lib.jar"/>
      <nativelib href="avctLinuxLib.jar"/>
      <nativelib href="avmLinuxLib.jar"/>
      <nativelib href="avctSolarisLib.jar"/>
      <nativelib href="avmSolarisLib.jar"/>
      <nativelib href="avctMacOSXLib.jar"/>
      <nativelib href="avmMacOSXLib.jar"/>
      <nativelib href="jpcscdll.jar"/>
      <nativelib href="jpcscso.jar"/>
   </resources>

   <application-desc main-class="com.avocent.video.Stingray">
      <argument>title="Avocent DSR8035 - UGR3/53-01"</argument>
      <argument>devicetype=avsp</argument>
      <argument>path=a:ipkvm01-ugr34.marosnet.net,p:10,c:1,e:1,s:"Video Viewer - UGR3/53-01",l:30</argument>
      <argument>oem=Avocent</argument>
      <argument>user=oshqcc</argument>
      <argument>password=1AVCT-519086845</argument>
   </application-desc>
</jnlp>