Op zondag 3 november 2002 19:14, schreef Matthew Mactyre: > > Make sure that your j2re directory is in your $PATH. That's > > what fixed that problem for me. > > Okay, I'm having the same problem. How do I make sure that the right > directory is in the $PATH? How do I add it? I'm a real linux newbie. > > Thanks,
If you're using Bash (which is most likely) you have to set PATH in the bash profile file which is in you're home directory: .bash_profile . That user will have this directory in PATH. If you're using Red Hat you can also set PATH in the file rc.sysinit which you can find in the directory /etc/rc.d (I don't know what that is for other distributions), then PATH will contain this directory whenever you start the system. You have to be root to edit the rc.sysinit file. > > Matthew > > > _______________________________________________ > support mailing list > [EMAIL PROTECTED] > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support -- Greetings Peter If someone says he will do something "without fail", he won't. _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
