Menu

#4 Calltracer2seq

closed
None
5
2011-01-11
2011-01-10
Anonymous
No

I am having trouble running the tracer2seq program. I ran the calltracer program on the file I am trying to get a UML diagram for I and received an XML file. this file is attached. I then removed the header from the file and just kept the XML. I couldn't figure out how to run the calltracer2seq program. All I see is a java file in the source and a bunch of JARs in the jars filder. I tried running the JARs individually with "javaw.exe" but it didn't work because they all need to be run simultaneously, I'm guessing. Am I doing something wrong? Or is there a better way to run the program.

Discussion

  • Nobody/Anonymous

    Generated XML file after running calltracer on the "BlackJack.java" file

     
  • Syed Ali Naqvi

    Syed Ali Naqvi - 2011-01-11
    • assigned_to: nobody --> alijafar
    • status: open --> closed
     
  • Syed Ali Naqvi

    Syed Ali Naqvi - 2011-01-11

    Just compile and run the java file with the program arguments as mentioned in the Calltrace2Seq/readme.txt file. You will have to use all the jars to compile and run the java file
    The commands would be something like

    javac -cp [comma seperated jars] Calltrace2Seq.java
    (assuming that you are running the javac command from the source folder where the java file exists)

    java -cp [comma seperated jars] Calltrace2Seq [program arguments]

     

Log in to post a comment.