You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2002/09/18 10:52:33 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native location.c

jfclere     2002/09/18 01:52:33

  Modified:    daemon/src/native/unix/native location.c
  Log:
  Finish arranging the configuration for ReliantUnix and BS2000.
  
  Revision  Changes    Path
  1.4       +6 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/location.c
  
  Index: location.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/location.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- location.c	17 Sep 2002 16:21:14 -0000	1.3
  +++ location.c	18 Sep 2002 08:52:33 -0000	1.4
  @@ -76,6 +76,9 @@
       "/usr/local/java",
   #elif defined(OS_CYGWIN)
       "/cygdrive/c/WINNT/system32/java",
  +#elfif defined(OS_SYSV)
  +    "/opt/java",
  +    "/opt/java/jdk13",
   #endif
       NULL,
   };
  @@ -98,7 +101,7 @@
       "$JAVA_HOME/../Libraries/libjvm.dylib",
   #elif defined(OS_CYGWIN)
       "$JAVA_HOME/jre/bin/classic/jvm.dll",           /* Sun JDK 1.3 */
  -#elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD)
  +#elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD) || defined(OS_SYSV)
       "$JAVA_HOME/jre/lib/" CPU "/classic/libjvm.so", /* Sun JDK 1.2 */
       "$JAVA_HOME/jre/lib/" CPU "/client/libjvm.so",  /* Sun JDK 1.3 */
       "$JAVA_HOME/jre/lib/" CPU "/libjvm.so",         /* Sun JDK */
  @@ -111,6 +114,7 @@
       "$JAVA_HOME/bin/" CPU "/libjvm.so",             /* IBM JRE */
       /* Those are "weirdos: if we got here, we're probably in troubles and
          we're not going to find anything, but hope never dies... */
  +    "$JAVA_HOME/jre/lib/" CPU "/classic/green_threads/libjvm.so",
       "$JAVA_HOME/jre/lib/classic/libjvm.so",
       "$JAVA_HOME/jre/lib/client/libjvm.so",
       "$JAVA_HOME/jre/lib/libjvm.so",
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>