1 |
# |
2 |
# @(#)messages.properties 1.6 05/05/18 |
3 |
# |
4 |
# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. |
5 |
# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. |
6 |
# |
7 |
|
8 |
error.internal.badmsg=internal error, unknown message |
9 |
error.badinst.nojre=Bad installation. No JRE found in configuration file |
10 |
error.badinst.execv=Bad installation. Error invoking Java VM (execv) |
11 |
error.badinst.sysexec=Bad installation. Error invoking Java VM (SysExec) |
12 |
error.listener.failed=Splash: sysCreateListenerSocket failed |
13 |
error.accept.failed=Splash: accept failed |
14 |
error.recv.failed=Splash: recv failed |
15 |
error.invalid.port=Splash: didn't revive a valid port |
16 |
error.read=Read past end of buffer |
17 |
error.xmlparsing=XML Parsing error: wrong kind of token found |
18 |
error.splash.exit=Java Web Start splash screen process exiting .....\n |
19 |
error.winsock=tLast WinSock Error: |
20 |
error.winsock.load=Couldn't load winsock.dll |
21 |
error.winsock.start=WSAStartup failed |
22 |
error.badinst.nohome=Bad installation: JAVAWS_HOME not set |
23 |
error.splash.noimage=Splash: couldn't load splash screen image |
24 |
error.splash.socket=Splash: server socket failed |
25 |
error.splash.cmnd=Splash: unrecognized command |
26 |
error.splash.port=Splash: port not specified |
27 |
error.splash.send=Splash: send failed |
28 |
error.splash.timer=Splash: couldn't create shutdown timer |
29 |
error.splash.x11.open=Splash: Can't open X11 display |
30 |
error.splash.x11.connect=Splash: X11 connection failed |
31 |
# Javaws usage: '\' is a joining of two sentence,which are connected including |
32 |
# the invisible character '\n'. |
33 |
message.javaws.usage=\ |
34 |
Usage:\tjavaws [run-options] <jnlp-file> \ |
35 |
\tjavaws [control-options] \ |
36 |
\ |
37 |
where run-options include: \ |
38 |
-verbose \tdisplay additional output \ |
39 |
-offline \trun the application in offline mode \ |
40 |
-system \trun the application from the system cache only\ |
41 |
-Xnosplash \trun without showing a splash screen \ |
42 |
-J<option> \tsupply option to the vm \ |
43 |
-wait \tstart java process and wait for its exit \ |
44 |
\ |
45 |
control-options include: \ |
46 |
-viewer \tshow the cache viewer in the java control panel\ |
47 |
-uninstall \tremove all applications from the cache\ |
48 |
-uninstall <jnlp-file> \tremove the application from the cache \ |
49 |
-import [import-options] <jnlp-file>\timport the application to the cache \ |
50 |
\ |
51 |
import-options include: \ |
52 |
-silent \timport silently (with no user interface) \ |
53 |
-system \timport application into the system cache \ |
54 |
-codebase <url>\tretrieve resources from the given codebase \ |
55 |
-shortcut \tinstall shortcuts as if user allowed prompt \ |
56 |
-association \tinstall associations as if user allowed prompt \ |
57 |
\n |