[tcljava-user] TclBlend question
Brought to you by:
mdejong
From: Stuart S. <is...@hm...> - 2004-07-27 23:17:32
|
Hi there, I'm trying to call java from the tcl shell using tclblend and I have hit a dead end trying to figure out how to make a specific call to a method that has an argument of type Class. In this case I am trying to replicate a call which I have already in Java where in the java code I pass in the interface as myclass.class How is this replicated with the ::java::* commands ? Thanks, Stuart |