Title: RE: [Tcl Java] RE: [Tcl Java] First time loading class from a jar file

Make sure you don't have any extraneous .zip or .jar files lying around your classpath or tclclasspath with the same name as the package and/or class you are trying to load.  I was once bitten by a problem where I had 'mypackage.zip' sitting there and tclblend insisted on searching it for class files instead of the directory 'mypackage'...

Vince.

Reply via email to