Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a3eded97
Kaydet (Commit)
a3eded97
authored
Nis 26, 2013
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i121715# find official JRE>=7 on OSX
üst
7a309ee2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
javavendors_macosx.xml
jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
+6
-2
sunjre.cxx
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
+3
-2
util.cxx
jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+1
-0
No files found.
jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
Dosyayı görüntüle @
a3eded97
...
@@ -23,18 +23,22 @@
...
@@ -23,18 +23,22 @@
<javaSelection
xmlns=
"http://openoffice.org/2004/java/framework/1.0"
<javaSelection
xmlns=
"http://openoffice.org/2004/java/framework/1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<updated>
20
06-05-02
</updated>
<updated>
20
13-01-01
</updated>
<vendorInfos>
<vendorInfos>
<vendor
name=
"Apple Computer, Inc."
>
<vendor
name=
"Apple Computer, Inc."
>
<minVersion>
1.5.0
</minVersion>
<minVersion>
1.5.0
</minVersion>
</vendor>
</vendor>
<vendor
name=
"Apple Inc."
>
<vendor
name=
"Apple Inc."
>
<minVersion>
1.5.0
</minVersion>
<minVersion>
1.5.0
</minVersion>
</vendor>
<vendor
name=
"Oracle Corporation"
>
<minVersion>
1.7.0
</minVersion>
</vendor>
</vendor>
</vendorInfos>
</vendorInfos>
<plugins>
<plugins>
<library
vendor=
"Apple Inc."
>
vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dylib
</library>
<library
vendor=
"Apple Inc."
>
vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dylib
</library>
<library
vendor=
"Apple Computer, Inc."
>
vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dylib
</library>
<library
vendor=
"Apple Computer, Inc."
>
vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dylib
</library>
<library
vendor=
"Oracle Corporation"
>
vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dylib
</library>
</plugins>
</plugins>
</javaSelection>
</javaSelection>
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
Dosyayı görüntüle @
a3eded97
...
@@ -69,13 +69,14 @@ char const* const* SunInfo::getRuntimePaths(int * size)
...
@@ -69,13 +69,14 @@ char const* const* SunInfo::getRuntimePaths(int * size)
"/bin/classic/jvm.dll"
,
"/bin/classic/jvm.dll"
,
"/bin/client/jvm.dll"
,
"/bin/client/jvm.dll"
,
// TODO add jrockit here
// TODO add jrockit here
#elif UNX
#elif defined(MACOSX)
"/lib/server/libjvm.dylib"
#elif defined(UNX)
"/lib/"
JFW_PLUGIN_ARCH
"/client/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/client/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/server/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/server/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/classic/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/classic/libjvm.so"
,
"/lib/"
JFW_PLUGIN_ARCH
"/jrockit/libjvm.so"
"/lib/"
JFW_PLUGIN_ARCH
"/jrockit/libjvm.so"
#endif
#endif
};
};
*
size
=
sizeof
(
ar
)
/
sizeof
(
char
*
);
*
size
=
sizeof
(
ar
)
/
sizeof
(
char
*
);
return
ar
;
return
ar
;
...
...
jvmfwk/plugins/sunmajor/pluginlib/util.cxx
Dosyayı görüntüle @
a3eded97
...
@@ -97,6 +97,7 @@ char const *g_arCollectDirs[] = {
...
@@ -97,6 +97,7 @@ char const *g_arCollectDirs[] = {
char
const
*
g_arSearchPaths
[]
=
{
char
const
*
g_arSearchPaths
[]
=
{
#ifdef MACOSX
#ifdef MACOSX
""
,
""
,
"Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin"
,
"System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/"
"System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/"
#else
#else
""
,
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment