On Thu, Jul 22, 2004 at 12:34:13AM +0200, Marco Verheul wrote: > Hi all, > > I want to install a platform independent font viewer (Opcion). On their > website ( http://opcion.sourceforge.net/help.htm ) they say: > > Execute Opcion Font Viewer > ... For Linux users use the command "java -jar Opcion_v1.1.1.jar" in > console/terminal/shortcut. > > When I fire that command in the command line, I get: > > "bash: java: command not found" > > I have Java installed and tested. It's there. Does anybody know how to > install/use these kind of applications?
Java is probably not in your path so you'll have to give the full path to its location; on my machine it's /usr/java/j2re1.4.2_01/bin/java. You could probably set up a link in ~/bin or /usr/bin if you wanted. Todd
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
