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
cb38ee0d
Kaydet (Commit)
cb38ee0d
authored
Haz 10, 2012
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i66923 - Add support for JRockit JVM
üst
8207990b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
javavendors_linux.xml
jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
+2
-2
javavendors_wnt.xml
jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+2
-2
sunjre.cxx
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
+5
-2
No files found.
jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
Dosyayı görüntüle @
cb38ee0d
...
@@ -23,11 +23,11 @@
...
@@ -23,11 +23,11 @@
<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>
201
1-01-07
</updated>
<updated>
201
2-10-06
</updated>
<vendorInfos>
<vendorInfos>
<vendor
name=
"Oracle Corporation"
>
<vendor
name=
"Oracle Corporation"
>
<minVersion>
1.
7
.0
</minVersion>
<minVersion>
1.
6
.0
</minVersion>
</vendor>
</vendor>
<vendor
name=
"Sun Microsystems Inc."
>
<vendor
name=
"Sun Microsystems Inc."
>
<minVersion>
1.5.0
</minVersion>
<minVersion>
1.5.0
</minVersion>
...
...
jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
Dosyayı görüntüle @
cb38ee0d
...
@@ -23,11 +23,11 @@
...
@@ -23,11 +23,11 @@
<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>
201
1-01-07
</updated>
<updated>
201
2-10-06
</updated>
<vendorInfos>
<vendorInfos>
<vendor
name=
"Oracle Corporation"
>
<vendor
name=
"Oracle Corporation"
>
<minVersion>
1.
7
.0
</minVersion>
<minVersion>
1.
6
.0
</minVersion>
</vendor>
</vendor>
<vendor
name=
"Sun Microsystems Inc."
>
<vendor
name=
"Sun Microsystems Inc."
>
<minVersion>
1.5.0
</minVersion>
<minVersion>
1.5.0
</minVersion>
...
...
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
Dosyayı görüntüle @
cb38ee0d
...
@@ -63,13 +63,16 @@ char const* const* SunInfo::getRuntimePaths(int * size)
...
@@ -63,13 +63,16 @@ char const* const* SunInfo::getRuntimePaths(int * size)
#if defined(WNT)
#if defined(WNT)
"/bin/client/jvm.dll"
,
"/bin/client/jvm.dll"
,
"/bin/hotspot/jvm.dll"
,
"/bin/hotspot/jvm.dll"
,
"/bin/classic/jvm.dll"
"/bin/classic/jvm.dll"
,
"/bin/jrockit/jvm.dll"
#elif defined(OS2)
#elif defined(OS2)
"/bin/classic/jvm.dll"
,
"/bin/classic/jvm.dll"
,
// TODO add jrockit here
#elif UNX
#elif 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"
#endif
#endif
};
};
...
...
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