You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by re...@apache.org on 2003/08/15 22:36:27 UTC

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

remm        2003/08/15 13:36:27

  Modified:    daemon/src/native/unix/native location.c
  Log:
  - Fix typo.
  - Add new location for Sun's client VM.
  
  Revision  Changes    Path
  1.6       +3 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- location.c	10 Jun 2003 15:42:11 -0000	1.5
  +++ location.c	15 Aug 2003 20:36:27 -0000	1.6
  @@ -76,7 +76,7 @@
       "/usr/local/java",
   #elif defined(OS_CYGWIN)
       "/cygdrive/c/WINNT/system32/java",
  -#elfif defined(OS_SYSV)
  +#elif defined(OS_SYSV)
       "/opt/java",
       "/opt/java/jdk13",
   #endif
  @@ -101,6 +101,7 @@
       "$JAVA_HOME/../Libraries/libjvm.dylib",
   #elif defined(OS_CYGWIN)
       "$JAVA_HOME/jre/bin/classic/jvm.dll",           /* Sun JDK 1.3 */
  +    "$JAVA_HOME/jre/bin/client/jvm.dll",            /* Sun JDK 1.4 */
   #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 */