M
MARTIN Herve \(EXT\)
Hi,
I've created a compiler integrated within a graphical application.
The user writes a script in the language of the application, compiles and
then execute it.
The compilation creates new Java classes which then are loaded into the
application to be executed.
Up to now, the compiler never generates twice a Java class with the same
name, so the same script can be compiled twice, and the class created can be
loaded with non name conflict.
But can't the same class be loaded twice with the same name, provided that
no object of this class is used??
I've created a compiler integrated within a graphical application.
The user writes a script in the language of the application, compiles and
then execute it.
The compilation creates new Java classes which then are loaded into the
application to be executed.
Up to now, the compiler never generates twice a Java class with the same
name, so the same script can be compiled twice, and the class created can be
loaded with non name conflict.
But can't the same class be loaded twice with the same name, provided that
no object of this class is used??