Re: [tcljava-user] help needed on configuring jacl
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-08-07 22:32:50
|
On Sat, 6 Aug 2005 11:50:26 -0700 (PDT) community help <hel...@ya...> wrote: > Hi, > > I've installed jacl in the root ddirectory of > msys-mingw, then i installed tcl on the root directory > too. Jacl is a Tcl interp. You don't need to install the C version of Tcl to use Jacl. > Now when i run the make shell once in the interpreter > i tried: package require java but i have a message > saying: cannot find package java or something like > this. Once Jacl is installed, you should run it via the jtclsh shell or the jtclsh.bat batch file. The 'make shell' target is used to run jacl from the build directory before it is installed). > How shouldd i solve this problem? > An other question concerning tcl is that i want to add > tcl to the path but there is no .bash_profile file. So > i have to go to the "win directory and run make shell > every time. cd $JACLINSTALL/bin export PATH=${PATH}:`pwd` jaclsh cheers Mo DeJong |