RE: [tcljava-user] re: tcl/lang/TclException error
Brought to you by:
mdejong
From: Raul E. (wizardteam) <ra...@wi...> - 2006-05-31 08:03:26
|
> > Hi, > > > > I am kinda new in java, and experienced in TCL, and I am trying to use TCL > > commands into java, but i get this errors: > > > > but when running, even including both jars in the classpath, i get the > > follow error: > > > > > > # java test -classpath ./jacl.jar:./tcljava.jar > > Exception in thread "main" java.lang.NoClassDefFoundError: > > tcl/lang/TclException > > > > Try the following; > > java -classpath ./jacl.jar:./tcljava.jar:. test > > Cheers > -- > Martti Tienhaara (ma...@da...) > DASH Software Ltd. > Excellent!! [jacl]# java -classpath ./jacl.jar:./tcljava.jar:. test 1149062526 I see a dot can make the difference! hehe. But now how can i apply the same to an applet? My goal its to include tcl commands into an applet. -- Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.7.4/351 - Release Date: 5/29/2006 |