[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: JGenerator?



Sean Hendricks wrote:

Has anyone tried to install JGenerator (a Java-based program for
generating .swf files) on RH8.0?  I've run the installation, but when I
try to run it by entering jgenerate, it can't find the file.  I've checked
the path, and it's fine, so I'm a little mystified.



You didn't give enough information to diagnose this.  Show us the ouput of
echo $PATH
echo $CLASSPATH
which java
ls

You should probably include a path to JGenerator, in case anyone is feeling helpful with lots of time on their hands. It would also be handy for anyone who wants to generate .swf files like you do... :-)

Continuing in guess mode:

   I suspect that your CLASSPATH doesn't include the directory where
   the .class file is stored.  cd to the directory where the
   jgenerate.class file is, enter "EXPORT CLASSPATH=$CLASSPATH:`pwd`",
   then run "java jgenerate".


Alan


--
Alan Peery -- peery io com
Mankind is led into the darkness beyond our world by the inspiration
of discovery and the longing to understand.  Our journey into space
will go on.  -- President Bush, Feb 1 2003








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]