Book a Demo

Author Topic: Java Debug  (Read 2874 times)

psaini

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Java Debug
« on: December 13, 2006, 12:09:05 pm »
Hey guys, Please help me out in setting up the Java debug for the purpose of auto-generating sequence diagram. I have been trying to do it but did not get success. I have created the build script:
Build:
C:\Program Files\Java\jdk1.5.0_10\bin\javac -g <<my class>>
Run:
<<class with package>>
Debug:
<<Class with package>> & ryntime variable as jre=C:\Program Files\Java\jre1.5.0_10

Please help me out if EA guys are hearing me. Its pretty urgent. Thanks for stopping by.

Regards

psaini

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Java Debug
« Reply #1 on: December 13, 2006, 02:12:08 pm »
Please suggest!!!