Hi! This is a little and stupid doubt. My class "Tracking" is in the package "Trace". My class "Stack" is in the package "Component". "Component" and "Trace" are in the package "Testable". There is a class in the package Trace that has to "dump" the modified class Stack to the package "Component". How is the path of this file?
clazz.dump( ? + ".class"); Thanks, Camila
