The official Cisco solution is to only use the web client, but this workaround seems to solve the issue. The Cisco ASDM launcher is configured to use javaw.exe inside c:\windows\syswo64\ but this path causes the connection to hang and never connect.
1. Install ASDM normally - From the interface at https://192.168.1.254:444
2. Edit a shortcut - I tend to create a shortcut from the start menu item onto the desktop. Right click and select properties. Change the Target path to use javaw.exe inside Program FIles for example:
"C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe" -Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher"
The client will now work as expected. You're welcome.
No comments:
Post a Comment