Re: [tcljava-user] Jacl Setup: Help requested.
Brought to you by:
mdejong
From: Richard S. <arc...@gm...> - 2007-03-12 22:29:39
|
Hello again, Just a quick post to you let you know that I followed Patrick Finnegan's advice, and copied the *.jar files to the lib/ext folders of my java vm installation(s). I have had no problems running Jacl since then and this seems to be the 'cleanest' and easiest method I've come across so far. Thanks again, Richard. On 12/03/07, Mo DeJong <mo...@mo...> wrote: > > Richard Shaw wrote: > > Hello, > > > > I have spent the last week or so trying to install, and use Jacl on a > > Windows XP system. When I installed the latest 'binary release' I was > > able to run the jaclsh.bat file but my java program would not compile > > as it was not able to find the tcl.lang.* package. (I first tried > > using the code on the Get Started page but to no avail) > > > > Only after compiling the source files and then copying the tcl folder > > to the same location as my test file was I able to compile a small > > program that imports the tcl.lang package and creates a Interp > > instance - printing an 'OK' message one it's done that. When I run the > > program however it returns the error... > > Richard, the problem you are having has nothing to do with Jacl. This is > a Java CLASSPATH issue. You need to setup the > CLASSPATH env var before invoking javac so that both jacl.jar and > tcljava.jar appear on the CLASSPATH. You should be able > to just download the binary Jacl release and use it as is. Please post > another message if you are still having problems after the > CLASSPATH is setup properly. > > cheers > Mo DeJong > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > -- Homepage: http://www.dcs.shef.ac.uk/~u4rs Web Radio: http://music.uk.launch.yahoo.com/lc/?rt=0&rp1=0&rp2=1222724716 |