0

I've installed openfire before on fedora9 with no problem,

but now on a fedora10 machine,after I installed it,try to run "service openfire start",

it simply can't run,

I checked the log and it said: nohup: cannot run command `/opt/openfire/jre/bin/java': No such file or directory

Has anyone met the same problem?

Plz help,thnx

theotherreceive
  • 8,235
  • 1
  • 30
  • 44
  • do you have this working now? there are ways to ensure your java environment variables remain persistent – dr.pooter Jun 15 '09 at 06:11

1 Answers1

2

Sounds like your Java VM isn't installed. OpenFire is Java-based, so no Java, no OpenFire.

If it is installed, then link your java executable via softlink to that location, i.e.:

ln -s /path/to/binary/of/java /opt/openfire/jre/bin/java
Avery Payne
  • 14,326
  • 1
  • 48
  • 87