Author: mturk Date: Wed Nov 21 08:31:21 2012 New Revision: 1412014 URL: http://svn.apache.org/viewvc?rev=1412014&view=rev Log: DAEMON-257: Search for few more 'dafault' locations
Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c?rev=1412014&r1=1412013&r2=1412014&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c (original) +++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c Wed Nov 21 08:31:21 2012 @@ -35,6 +35,8 @@ char *location_home[] = { #elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD) "/usr/java", "/usr/local/java", + "/usr/lib/jvm/default-java", + "/usr/lib/jvm/java", "/etc/alternatives/java_sdk", "/etc/alternatives/jre", #elif defined(OS_CYGWIN)