sunjavaplugin has been renamed
This commit is contained in:
parent
eff62d4138
commit
3c29bf2260
4 changed files with 5 additions and 5 deletions
|
@ -143,7 +143,7 @@ extern "C" {
|
|||
<p>
|
||||
regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2
|
||||
-env:"UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar"
|
||||
-env:UNO_JAVA_JFW_PLUGIN=file:\\solver\\bin\\sunjavaplugin.dll -register ....
|
||||
-env:UNO_JAVA_JFW_PLUGIN=file:\\solver\\bin\\libsunjavaplugin.dll -register ....
|
||||
</p>
|
||||
<p>Additionall parameters for the Java VM can be provided. For every parameter
|
||||
a seperate bootstrap parameter must be specified. The names are
|
||||
|
|
|
@ -271,7 +271,7 @@ store3.dll 0x000000005e2e0000 0x00020000
|
|||
streams.uno.dll 0x000000005e2b0000 0x00020000
|
||||
stringresourcemi.uno.dll 0x000000005e280000 0x00020000
|
||||
stsmi.dll 0x000000005e1f0000 0x00080000
|
||||
sunjavaplugin.dll 0x000000005e1c0000 0x00020000
|
||||
libsunjavaplugin.dll 0x000000005e1c0000 0x00020000
|
||||
svgfiltermi.dll 0x000000005e190000 0x00020000
|
||||
svgmi.dll 0x000000005e160000 0x00020000
|
||||
svlmi.dll 0x000000005e090000 0x000c0000
|
||||
|
|
|
@ -113,7 +113,7 @@ my $brand_program_dir = 'program';
|
|||
my $ure_lib_dir = 'ure-link/lib';
|
||||
my $win_ure_lib_dir = 'URE/bin';
|
||||
|
||||
my @exceptions = ( 'cppuhelper', 'sunjavaplugin', 'libjvmfwk' );
|
||||
my @exceptions = ( 'cppuhelper', 'libsunjavaplugin', 'libjvmfwk' );
|
||||
|
||||
my $bin;
|
||||
$bin = "|\\.bin" if ($TARGET eq 'wntgcci.pro');
|
||||
|
|
|
@ -68,7 +68,7 @@ Linux x86, Solaris x86, and Solaris SPARC:
|
|||
/opt/openoffice.org/ure/lib/libjvmaccessgcc3.so.3 [private; Linux x86 only]
|
||||
/opt/openoffice.org/ure/lib/libjvmaccessC52.so.3 [private; Solaris only]
|
||||
/opt/openoffice.org/ure/lib/libjvmfwk.so.3 [private]
|
||||
/opt/openoffice.org/ure/lib/sunjavaplugin.so [private]
|
||||
/opt/openoffice.org/ure/lib/libsunjavaplugin.so [private]
|
||||
/opt/openoffice.org/ure/lib/JREProperties.class [private]
|
||||
/opt/openoffice.org/ure/lib/jvmfwk3rc [private]
|
||||
/opt/openoffice.org/ure/lib/libgcc3_uno.so [private; Linux x86 only]
|
||||
|
@ -129,7 +129,7 @@ Program Files\URE\bin\store3.dll [private]
|
|||
Program Files\URE\bin\xmlreader.dll [private]
|
||||
Program Files\URE\bin\jvmaccess3MSC.dll [private]
|
||||
Program Files\URE\bin\jvmfwk3.dll [private]
|
||||
Program Files\URE\bin\sunjavaplugin.dll [private]
|
||||
Program Files\URE\bin\libsunjavaplugin.dll [private]
|
||||
Program Files\URE\bin\JREProperties.class [private]
|
||||
Program Files\URE\bin\jvmfwk3.ini [private]
|
||||
Program Files\URE\bin\msci_uno.dll [private]
|
||||
|
|
Loading…
Reference in a new issue