<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASDM Launcher for Linux in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349314#M704462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK OK the issues was that I was using the Open-Java as opposed to Sun Java.&amp;nbsp; Even though I installed the Sun version, it still failed.&amp;nbsp; In the launch file I specifically gave it the full path.&amp;nbsp; Works like a champ now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/sh&lt;BR /&gt;# Evoke ASDM-IDM Launcher on *NIX-based systems.&lt;BR /&gt;# Copyright (c) 2009 Cisco Systems, Inc.&lt;BR /&gt;# All rights reserved.&lt;BR /&gt;DIRNAME=`dirname "$0"`&lt;BR /&gt;cd "${DIRNAME}"&lt;BR /&gt;case "`uname`" in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CYGWIN*)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s=';'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s=':'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;BR /&gt;esac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pwd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exec &lt;STRONG style="color: #ff0000; "&gt;/usr/java/jre1.6.0_21/bin/java&lt;/STRONG&gt; -Xms64m -Xmx512m -XX:MaxNewSize=1024k \&lt;BR /&gt; -Dsun.swing.enableImprovedDragGesture=true \&lt;BR /&gt; -Dapple.laf.useScreenMenuBar=true \&lt;BR /&gt; -Dapple.awt.graphics.UseQuartz=true \&lt;BR /&gt; -classpath \&lt;BR /&gt;&amp;nbsp; lzma.jar${s}jploader.jar${s}asdm-launcher.jar${s}retroweaver-rt-2.0.jar \&lt;BR /&gt; com.cisco.launcher.Launcher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 15:18:48 GMT</pubDate>
    <dc:creator>manfernandez</dc:creator>
    <dc:date>2010-11-04T15:18:48Z</dc:date>
    <item>
      <title>ASDM Launcher for Linux</title>
      <link>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349313#M704449</link>
      <description>&lt;P&gt;I just switched from a Windows platform to a Linux platform.&amp;nbsp; I have everything working well now.&amp;nbsp; However I do have one problem, I am a reseller and travel to many many customers as well as remotely connect to many customer's gear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I connected to our own ASAs and grabbed the asdm.jvsp file.&amp;nbsp; However it has our ASA's IP Addresses hardcoded in it.&amp;nbsp; I would like to be able to enter an IP address of the ASA I will connect to as opposed to forcing the connection to where I got the jvsp file and then choosing an additional ASA from the column on the left.&amp;nbsp; Has anyone been able to do something similar to the ASDM Launcher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround I am using VBox and running in seamless with the ASDM installed there, but not the optimal solution.&amp;nbsp; Also, I am running CrossOver (Wine) and have Office 2007 installed and working but the ASDM says it installed under CrossOver but never creates the ICON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/2/0/5/3502-asdm-without-optionforIP.jpg" alt="asdm-without-optionforIP.jpg" class="jive-image" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:27:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349313#M704449</guid>
      <dc:creator>manfernandez</dc:creator>
      <dc:date>2019-03-11T17:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM Launcher for Linux</title>
      <link>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349314#M704462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK OK the issues was that I was using the Open-Java as opposed to Sun Java.&amp;nbsp; Even though I installed the Sun version, it still failed.&amp;nbsp; In the launch file I specifically gave it the full path.&amp;nbsp; Works like a champ now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/sh&lt;BR /&gt;# Evoke ASDM-IDM Launcher on *NIX-based systems.&lt;BR /&gt;# Copyright (c) 2009 Cisco Systems, Inc.&lt;BR /&gt;# All rights reserved.&lt;BR /&gt;DIRNAME=`dirname "$0"`&lt;BR /&gt;cd "${DIRNAME}"&lt;BR /&gt;case "`uname`" in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CYGWIN*)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s=';'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s=':'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;;&lt;BR /&gt;esac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pwd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exec &lt;STRONG style="color: #ff0000; "&gt;/usr/java/jre1.6.0_21/bin/java&lt;/STRONG&gt; -Xms64m -Xmx512m -XX:MaxNewSize=1024k \&lt;BR /&gt; -Dsun.swing.enableImprovedDragGesture=true \&lt;BR /&gt; -Dapple.laf.useScreenMenuBar=true \&lt;BR /&gt; -Dapple.awt.graphics.UseQuartz=true \&lt;BR /&gt; -classpath \&lt;BR /&gt;&amp;nbsp; lzma.jar${s}jploader.jar${s}asdm-launcher.jar${s}retroweaver-rt-2.0.jar \&lt;BR /&gt; com.cisco.launcher.Launcher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 15:18:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349314#M704462</guid>
      <dc:creator>manfernandez</dc:creator>
      <dc:date>2010-11-04T15:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM Launcher for Linux</title>
      <link>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349315#M704491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this question is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 16:01:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-launcher-for-linux/m-p/1349315#M704491</guid>
      <dc:creator>ldios</dc:creator>
      <dc:date>2010-11-04T16:01:59Z</dc:date>
    </item>
  </channel>
</rss>

