Kaydet (Commit) b8871d23 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS linuxppc02 (1.8.2); FILE MERGED

2005/05/03 20:10:00 ericb 1.8.2.1: i38974 correct path for javaldx on Linux PPC and IBM jre142
üst 650a600e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: util.cxx,v $ * $RCSfile: util.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2005-04-27 08:53:32 $ * last change: $Author: rt $ $Date: 2005-05-11 11:31:48 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -101,7 +101,8 @@ char const *g_arJavaNames[] = { ...@@ -101,7 +101,8 @@ char const *g_arJavaNames[] = {
"jdk", "jdk",
"jre", "jre",
"java", "java",
"Home" "Home",
"IBMJava2-ppc-142"
}; };
/* These are directory names which could contain multiple java installations. /* These are directory names which could contain multiple java installations.
*/ */
...@@ -127,6 +128,8 @@ char const *g_arSearchPaths[] = { ...@@ -127,6 +128,8 @@ char const *g_arSearchPaths[] = {
"", "",
"usr/", "usr/",
"usr/local/", "usr/local/",
"usr/local/IBMJava2-ppc-142",
"usr/local/j2sdk1.3.1",
"usr/lib/", "usr/lib/",
"usr/bin/" "usr/bin/"
#endif #endif
...@@ -268,6 +271,8 @@ FileHandleReader::readLine(rtl::OString * pLine) ...@@ -268,6 +271,8 @@ FileHandleReader::readLine(rtl::OString * pLine)
m_nIndex = 0; m_nIndex = 0;
m_nSize = static_cast< int >(nRead); m_nSize = static_cast< int >(nRead);
break; break;
case osl_File_E_INTR:
continue;
default: default:
return RESULT_ERROR; return RESULT_ERROR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment