I think you're using the GNU Compiler for Java instead of Sun's JAVA. I had the same issue in CentOS 5 which was fixed by installing Sun's Java
At the command prompt, try this: Code: java -version You should get something like this: Code: java version "1.6.0_07" Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode) If you are getting the GCJ instead, and you have CentOS follow this guide: http://wiki.centos.org/HowTos/JavaOnCentOS -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=24956#24956 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
