A
aa
Hallo,
what is the return value of 'findClass' exactly? Is
it a pointer to the memory which contains executable
code of the class? Can I feed this pointer myself with
a byte stream that contains a class file (*.class)? My
problem is this, that I don't have any JAR file to load
my classes from it, I get the executable class code
in a byte stream and want call some methods of it...
Hava anbody any idea?
Thanks in advance,
Anahita
what is the return value of 'findClass' exactly? Is
it a pointer to the memory which contains executable
code of the class? Can I feed this pointer myself with
a byte stream that contains a class file (*.class)? My
problem is this, that I don't have any JAR file to load
my classes from it, I get the executable class code
in a byte stream and want call some methods of it...
Hava anbody any idea?
Thanks in advance,
Anahita