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
43739806
Kaydet (Commit)
43739806
authored
Kas 09, 2004
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS jl13 (1.9.24); FILE MERGED
2004/09/30 15:34:59 jl 1.9.24.1: #i29390# some cleanup
üst
abba18cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
56 deletions
+2
-56
jvmargs.hxx
stoc/source/javavm/jvmargs.hxx
+2
-56
No files found.
stoc/source/javavm/jvmargs.hxx
Dosyayı görüntüle @
43739806
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: jvmargs.hxx,v $
* $RCSfile: jvmargs.hxx,v $
*
*
* $Revision: 1.
9
$
* $Revision: 1.
10
$
*
*
* last change: $Author:
obo $ $Date: 2004-06-01 09:04:40
$
* last change: $Author:
hr $ $Date: 2004-11-09 13:54:04
$
*
*
* 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
...
@@ -62,18 +62,9 @@
...
@@ -62,18 +62,9 @@
#ifndef __JVM_HXX
#ifndef __JVM_HXX
#define __JVM_HXX
#define __JVM_HXX
#ifdef UNIX
#define CLASSPATH_DELIMETER ":"
#else
#define CLASSPATH_DELIMETER ";"
#endif
#include <cstdarg>
#include <vector>
#include <vector>
#include <rtl/ustring>
#include <rtl/ustring>
#include "jni.h"
#include "jni.h"
...
@@ -87,59 +78,14 @@ extern "C" {
...
@@ -87,59 +78,14 @@ extern "C" {
namespace
stoc_javavm
{
namespace
stoc_javavm
{
/** The path has the form: foo/bar
That is, separator is a slash.
@exception com::sun::star::uno::Exception
*/
class
JVM
{
class
JVM
{
::
std
::
vector
<
rtl
::
OUString
>
_props
;
::
std
::
vector
<
rtl
::
OUString
>
_props
;
::
rtl
::
OUString
_runtimeLib
;
::
rtl
::
OUString
_classpath
;
sal_Bool
_enabled
;
::
rtl
::
OUString
_java_home
;
rtl
::
OUString
_version
;
rtl
::
OUString
buildClassPathFromDirectory
(
const
rtl
::
OUString
&
relPath
);
public
:
public
:
JVM
()
throw
();
JVM
()
throw
();
void
pushProp
(
const
::
rtl
::
OUString
&
uString
);
void
pushProp
(
const
::
rtl
::
OUString
&
uString
);
void
setEnabled
(
sal_Bool
sbFlag
);
void
addClassPath
(
const
::
rtl
::
OUString
&
str
);
void
setRuntimeLib
(
const
::
rtl
::
OUString
&
libName
);
const
::
rtl
::
OUString
&
getRuntimeLib
()
const
;
// sal_Bool isEnabled() const;
const
::
std
::
vector
<
::
rtl
::
OUString
>
&
getProperties
()
const
;
const
::
std
::
vector
<
::
rtl
::
OUString
>
&
getProperties
()
const
;
rtl
::
OUString
getClassPath
()
const
;
/** @return
The system path to the Java installation directory.
*/
const
::
rtl
::
OUString
&
getJavaHome
()
const
;
/** @param sHomeUrl
File URL to Java installation directory.
*/
void
setJavaHome
(
const
::
rtl
::
OUString
&
sHomeUrl
);
void
setVersion
(
const
rtl
::
OUString
&
sVersion
);
const
::
rtl
::
OUString
&
getVersion
()
const
;
/** The method creates based on the specified directory paths
to all contained jar files and puts them in the _systemClasspath
member which can be retrieved with getSystemClasspath.
@param sDir
A relative path from the application directory to a directory
that contains classes and jar files. The separator must be a '/'.
For example “program/classes”
@exception com::sun::star::uno::Exception
*/
void
setApplicationClassesDir
(
const
rtl
::
OUString
&
sDir
);
};
};
}
}
...
...
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