java - Swing Explorer plugin for Eclipse Indigo -


i manage run swing explorer stand alone, run eclipse plugin it. gather there plugin supporting eclipse 3.2/3.4, can't work in indigo or find newer plugin indigo. has managed work or know of plugin indigo? if not, plugin same functionality can considered.

i have seen mention of jdeveloper having similar functionality, not viable option now, eclipse based.

regards, sam

i use swingexplorer extensively debugging, not plugin itself. take @ how manage it's launch configuration.

main-class

  • org.swingexplorer.launcher

program arguments:

  • org.yourcompany.yourmain

to jvm arguments added

  • -javaagent:swag.jar
  • -xbootclasspath/a:swag.jar
  • -dswex.mport=63812
  • -dcom.sun.management.jmxremote

in classpath

  • 1 new entry: swexpl.jar (contains org.swingexplorer.launcher)

the nice thing approach doesn't require swingexplorer plugin, jars. have pretty functional swingexplorer 1 feature missing, namely jump-to-code in eclipse, when click on trace.

sidenote: use groovy console in background wso can alter compoent want (i wrote function - inspired jquery's selector - traverse swing hierarchy). if you're interested can write in more detail.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -