U
Ulrich Scholz
Dear all,
my project dynamically generates a Java-file, compiles it, and creates
an object of that type. Unfortunately, it seems that the eclipse sdk
does not realize that the class file changed and sometimes generates
objects of an older version of the class, usually the one of the last
run.
How can I make eclipse always use the current class?
Is this a problem of eclipse or of Java, i.e., will I have a similar
problem by using the Java virtual machine w/o eclipse?
Thank you,
Uli
my project dynamically generates a Java-file, compiles it, and creates
an object of that type. Unfortunately, it seems that the eclipse sdk
does not realize that the class file changed and sometimes generates
objects of an older version of the class, usually the one of the last
run.
How can I make eclipse always use the current class?
Is this a problem of eclipse or of Java, i.e., will I have a similar
problem by using the Java virtual machine w/o eclipse?
Thank you,
Uli