linux上的。老是有错误。
------解决方案--------------------------------------------------------
前提:jre已经安装
1。which java
如果没有
export 到PATH中去
2.whereis java
检查结果中的java是不是坏的链接。
3。rpm -ivh --prefix=/opt/wildfire 存放rpm的目录
whereis wildfire
一般结果应该在/usr/local/bin/wildfire
如果不是做一个链接 到次目录。
4。修改
/usr/local/bin/wildfire
# Uncomment the following line to override the JVM search sequence
#INSTALL4J_JAVA_HOME_OVERRIDE=
# Uncomment the following line to override the JVM search sequence
INSTALL4J_JAVA_HOME_OVERRIDE=/opt/wildfire/jre/
如果有必要的话
app_java_home=$INSTALL4J_JAVA_HOME
5.启动
/usr/local/bin/wildfire start
6.检查是否启动
ps aux | grep java
7.如果失败重复以上步骤。