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