Re: [tcljava-user] Java loader failed to load the class
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-04-19 23:50:49
|
On Tue, 18 Apr 2006 16:02:49 -0400 "Zapar, Will" <Wil...@Ca...> wrote: > "java::load -classpath > /opt/BACCTools/lib/bprjar/com/cisco/provisioning/cpe/ > java.lang.Object.com.cisco.provisioning.cpe.PACEConnectionFactory.class" > (file "./tcljava.tcl" line 54) Will, you need to pass the name of the class, not including the trailing ".class" bit at the end. For example, [java::load foo.bar.Baz] not [java::load foo.bar.Baz.class]. I hope that was the cause of your problem, your post includes many many lines of code, far to many to scan through. Postings should just include a little snip of code that causes the problem. cheers Mo DeJong |