×

Loading...

good news...u know what, just now i tried to add "." to the classpath and it works...but still dont know why...

b4 i set classpath to: c:\dir;.;c:\jdk..\rt.jar and ran the applet from a: and c:.
a: worked and c: funtioned weird (buttons only functioned once). later i
set classpath only to c:\..rt.jar and got the same result.

now i set it to .;c:\...rt.jar and both (a & c) work.

so my guessing is that it's sth related to classpath. but why? i've got
more than one Date class under c:\dir. but i dont think it really matters
coz everytime b4 i run the applet i always compile the related Date file.
i think that if the compiler finds multiple files with the same name, it will look at each file's compiling time to decide which one to use. but now
it looks like i have to explicitly specify the classpath. even so, it still cant
explain the weird behaviour of those buttons...
Report

Replies, comments and Discussions: