source: AE/Setup/Windows/JRE/lib/deploy/messages.properties

Last change on this file was 818, checked in by alloc, 12 years ago

AEI2 Setup Win

File size: 2.6 KB
Line 
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
8error.internal.badmsg=internal error, unknown message
9error.badinst.nojre=Bad installation. No JRE found in configuration file
10error.badinst.execv=Bad installation. Error invoking Java VM (execv)
11error.badinst.sysexec=Bad installation. Error invoking Java VM (SysExec)
12error.listener.failed=Splash: sysCreateListenerSocket failed
13error.accept.failed=Splash: accept failed
14error.recv.failed=Splash: recv failed
15error.invalid.port=Splash: didn't revive a valid port
16error.read=Read past end of buffer
17error.xmlparsing=XML Parsing error: wrong kind of token found
18error.splash.exit=Java Web Start splash screen process exiting .....\n
19error.winsock=tLast WinSock Error:
20error.winsock.load=Couldn't load winsock.dll
21error.winsock.start=WSAStartup failed
22error.badinst.nohome=Bad installation: JAVAWS_HOME not set
23error.splash.noimage=Splash: couldn't load splash screen image
24error.splash.socket=Splash: server socket failed
25error.splash.cmnd=Splash: unrecognized command
26error.splash.port=Splash: port not specified
27error.splash.send=Splash: send failed
28error.splash.timer=Splash: couldn't create shutdown timer
29error.splash.x11.open=Splash: Can't open X11 display
30error.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'.
33message.javaws.usage=\
34Usage:\tjavaws [run-options] <jnlp-file> \
35 \tjavaws [control-options] \
36 \
37where 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 \
45control-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 \
51import-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
Note: See TracBrowser for help on using the repository browser.