arduino-0018-windows
BIN
arduino-0018-windows/java/lib/alt-rt.jar
Normal file
BIN
arduino-0018-windows/java/lib/audio/soundbank.gm
Normal file
37
arduino-0018-windows/java/lib/calendars.properties
Normal file
|
@ -0,0 +1,37 @@
|
|||
#
|
||||
# @(#)calendars.properties 1.2 07/01/18
|
||||
#
|
||||
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
#
|
||||
# Japanese imperial calendar
|
||||
#
|
||||
# Meiji since 1868-01-01 00:00:00 local time (Gregorian)
|
||||
# Taisho since 1912-07-30 00:00:00 local time (Gregorian)
|
||||
# Showa since 1926-12-25 00:00:00 local time (Gregorian)
|
||||
# Heisei since 1989-01-08 00:00:00 local time (Gregorian)
|
||||
calendar.japanese.type: LocalGregorianCalendar
|
||||
calendar.japanese.eras: \
|
||||
name=Meiji,abbr=M,since=-3218832000000; \
|
||||
name=Taisho,abbr=T,since=-1812153600000; \
|
||||
name=Showa,abbr=S,since=-1357603200000; \
|
||||
name=Heisei,abbr=H,since=600220800000
|
||||
|
||||
#
|
||||
# Taiwanese calendar
|
||||
# Minguo since 1911-01-01 00:00:00 local time (Gregorian)
|
||||
calendar.taiwanese.type: LocalGregorianCalendar
|
||||
calendar.taiwanese.eras: \
|
||||
name=MinGuo,since=-1830384000000
|
||||
|
||||
#
|
||||
# Thai Buddhist calendar
|
||||
# Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
|
||||
calendar.thai-buddhist.type: LocalGregorianCalendar
|
||||
calendar.thai-buddhist.eras: \
|
||||
name=BuddhistEra,abbr=B.E.,since=-79302585600000
|
||||
calendar.thai-buddhist.year-boundary: \
|
||||
day1=4-1,since=-79302585600000; \
|
||||
day1=1-1,since=-915148800000
|
BIN
arduino-0018-windows/java/lib/charsets.jar
Normal file
2345
arduino-0018-windows/java/lib/classlist
Normal file
BIN
arduino-0018-windows/java/lib/cmm/CIEXYZ.pf
Normal file
BIN
arduino-0018-windows/java/lib/cmm/GRAY.pf
Normal file
BIN
arduino-0018-windows/java/lib/cmm/LINEAR_RGB.pf
Normal file
BIN
arduino-0018-windows/java/lib/cmm/PYCC.pf
Normal file
BIN
arduino-0018-windows/java/lib/cmm/sRGB.pf
Normal file
272
arduino-0018-windows/java/lib/content-types.properties
Normal file
|
@ -0,0 +1,272 @@
|
|||
#sun.net.www MIME content-types table; version 1.6, 05/04/99
|
||||
#
|
||||
# Property fields:
|
||||
#
|
||||
# <description> ::= 'description' '=' <descriptive string>
|
||||
# <extensions> ::= 'file_extensions' '=' <comma-delimited list, include '.'>
|
||||
# <image> ::= 'icon' '=' <filename of icon image>
|
||||
# <action> ::= 'browser' | 'application' | 'save' | 'unknown'
|
||||
# <application> ::= 'application' '=' <command line template>
|
||||
#
|
||||
|
||||
#
|
||||
# The "we don't know anything about this data" type(s).
|
||||
# Used internally to mark unrecognized types.
|
||||
#
|
||||
content/unknown: description=Unknown Content
|
||||
unknown/unknown: description=Unknown Data Type
|
||||
|
||||
#
|
||||
# The template we should use for temporary files when launching an application
|
||||
# to view a document of given type.
|
||||
#
|
||||
temp.file.template: c:\\temp\\%s
|
||||
|
||||
#
|
||||
# The "real" types.
|
||||
#
|
||||
application/octet-stream: \
|
||||
description=Generic Binary Stream;\
|
||||
file_extensions=.saveme,.dump,.hqx,.arc,.obj,.lib,.bin,.exe,.zip,.gz
|
||||
|
||||
application/oda: \
|
||||
description=ODA Document;\
|
||||
file_extensions=.oda
|
||||
|
||||
application/pdf: \
|
||||
description=Adobe PDF Format;\
|
||||
file_extensions=.pdf
|
||||
|
||||
application/postscript: \
|
||||
description=Postscript File;\
|
||||
file_extensions=.eps,.ai,.ps;\
|
||||
icon=ps
|
||||
|
||||
application/rtf: \
|
||||
description=Wordpad Document;\
|
||||
file_extensions=.rtf;\
|
||||
action=application;\
|
||||
application=wordpad.exe %s
|
||||
|
||||
application/x-dvi: \
|
||||
description=TeX DVI File;\
|
||||
file_extensions=.dvi
|
||||
|
||||
application/x-hdf: \
|
||||
description=Hierarchical Data Format;\
|
||||
file_extensions=.hdf;\
|
||||
action=save
|
||||
|
||||
application/x-latex: \
|
||||
description=LaTeX Source;\
|
||||
file_extensions=.latex
|
||||
|
||||
application/x-netcdf: \
|
||||
description=Unidata netCDF Data Format;\
|
||||
file_extensions=.nc,.cdf;\
|
||||
action=save
|
||||
|
||||
application/x-tex: \
|
||||
description=TeX Source;\
|
||||
file_extensions=.tex
|
||||
|
||||
application/x-texinfo: \
|
||||
description=Gnu Texinfo;\
|
||||
file_extensions=.texinfo,.texi
|
||||
|
||||
application/x-troff: \
|
||||
description=Troff Source;\
|
||||
file_extensions=.t,.tr,.roff
|
||||
|
||||
application/x-troff-man: \
|
||||
description=Troff Manpage Source;\
|
||||
file_extensions=.man
|
||||
|
||||
application/x-troff-me: \
|
||||
description=Troff ME Macros;\
|
||||
file_extensions=.me
|
||||
|
||||
application/x-troff-ms: \
|
||||
description=Troff MS Macros;\
|
||||
file_extensions=.ms
|
||||
|
||||
application/x-wais-source: \
|
||||
description=Wais Source;\
|
||||
file_extensions=.src,.wsrc
|
||||
|
||||
application/zip: \
|
||||
description=Zip File;\
|
||||
file_extensions=.zip;\
|
||||
icon=zip;\
|
||||
action=save
|
||||
|
||||
application/x-bcpio: \
|
||||
description=Old Binary CPIO Archive;\
|
||||
file_extensions=.bcpio;\
|
||||
action=save
|
||||
|
||||
application/x-cpio: \
|
||||
description=Unix CPIO Archive;\
|
||||
file_extensions=.cpio;\
|
||||
action=save
|
||||
|
||||
application/x-gtar: \
|
||||
description=Gnu Tar Archive;\
|
||||
file_extensions=.gtar;\
|
||||
icon=tar;\
|
||||
action=save
|
||||
|
||||
application/x-shar: \
|
||||
description=Shell Archive;\
|
||||
file_extensions=.sh,.shar;\
|
||||
action=save
|
||||
|
||||
application/x-sv4cpio: \
|
||||
description=SVR4 CPIO Archive;\
|
||||
file_extensions=.sv4cpio;\
|
||||
action=save
|
||||
|
||||
application/x-sv4crc: \
|
||||
description=SVR4 CPIO with CRC;\
|
||||
file_extensions=.sv4crc;\
|
||||
action=save
|
||||
|
||||
application/x-tar: \
|
||||
description=Tar Archive;\
|
||||
file_extensions=.tar;\
|
||||
icon=tar;\
|
||||
action=save
|
||||
|
||||
application/x-ustar: \
|
||||
description=US Tar Archive;\
|
||||
file_extensions=.ustar;\
|
||||
action=save
|
||||
|
||||
audio/basic: \
|
||||
description=Basic Audio;\
|
||||
file_extensions=.snd,.au;\
|
||||
icon=audio
|
||||
|
||||
audio/x-aiff: \
|
||||
description=Audio Interchange Format File;\
|
||||
file_extensions=.aifc,.aif,.aiff;\
|
||||
icon=aiff
|
||||
|
||||
audio/x-wav: \
|
||||
description=Wav Audio;\
|
||||
file_extensions=.wav;\
|
||||
icon=wav;\
|
||||
action=application;\
|
||||
application=mplayer.exe %s
|
||||
|
||||
image/gif: \
|
||||
description=GIF Image;\
|
||||
file_extensions=.gif;\
|
||||
icon=gif;\
|
||||
action=browser
|
||||
|
||||
image/ief: \
|
||||
description=Image Exchange Format;\
|
||||
file_extensions=.ief
|
||||
|
||||
image/jpeg: \
|
||||
description=JPEG Image;\
|
||||
file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\
|
||||
icon=jpeg;\
|
||||
action=browser
|
||||
|
||||
image/tiff: \
|
||||
description=TIFF Image;\
|
||||
file_extensions=.tif,.tiff;\
|
||||
icon=tiff
|
||||
|
||||
image/vnd.fpx: \
|
||||
description=FlashPix Image;\
|
||||
file_extensions=.fpx,.fpix
|
||||
|
||||
image/x-cmu-rast: \
|
||||
description=CMU Raster Image;\
|
||||
file_extensions=.ras
|
||||
|
||||
image/x-portable-anymap: \
|
||||
description=PBM Anymap Image;\
|
||||
file_extensions=.pnm
|
||||
|
||||
image/x-portable-bitmap: \
|
||||
description=PBM Bitmap Image;\
|
||||
file_extensions=.pbm
|
||||
|
||||
image/x-portable-graymap: \
|
||||
description=PBM Graymap Image;\
|
||||
file_extensions=.pgm
|
||||
|
||||
image/x-portable-pixmap: \
|
||||
description=PBM Pixmap Image;\
|
||||
file_extensions=.ppm
|
||||
|
||||
image/x-rgb: \
|
||||
description=RGB Image;\
|
||||
file_extensions=.rgb
|
||||
|
||||
image/x-xbitmap: \
|
||||
description=X Bitmap Image;\
|
||||
file_extensions=.xbm,.xpm
|
||||
|
||||
image/x-xwindowdump: \
|
||||
description=X Window Dump Image;\
|
||||
file_extensions=.xwd
|
||||
|
||||
image/png: \
|
||||
description=PNG Image;\
|
||||
file_extensions=.png;\
|
||||
icon=png;\
|
||||
action=browser
|
||||
|
||||
text/html: \
|
||||
description=HTML Document;\
|
||||
file_extensions=.htm,.html;\
|
||||
icon=html
|
||||
|
||||
text/plain: \
|
||||
description=Plain Text;\
|
||||
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el;\
|
||||
icon=text;\
|
||||
action=browser
|
||||
|
||||
text/tab-separated-values: \
|
||||
description=Tab Separated Values Text;\
|
||||
file_extensions=.tsv
|
||||
|
||||
text/x-setext: \
|
||||
description=Structure Enhanced Text;\
|
||||
file_extensions=.etx
|
||||
|
||||
video/mpeg: \
|
||||
description=MPEG Video Clip;\
|
||||
file_extensions=.mpg,.mpe,.mpeg;\
|
||||
icon=mpeg
|
||||
|
||||
video/quicktime: \
|
||||
description=QuickTime Video Clip;\
|
||||
file_extensions=.mov,.qt
|
||||
|
||||
application/x-troff-msvideo: \
|
||||
description=AVI Video;\
|
||||
file_extensions=.avi;\
|
||||
icon=avi;\
|
||||
action=application;\
|
||||
application=mplayer.exe %s
|
||||
|
||||
video/x-sgi-movie: \
|
||||
description=SGI Movie;\
|
||||
file_extensions=.movie,.mv
|
||||
|
||||
message/rfc822: \
|
||||
description=Internet Email Message;\
|
||||
file_extensions=.mime
|
||||
|
||||
application/xml: \
|
||||
description=XML document;\
|
||||
file_extensions=.xml
|
||||
|
||||
|
BIN
arduino-0018-windows/java/lib/deploy.jar
Normal file
BIN
arduino-0018-windows/java/lib/deploy/ffjcext.zip
Normal file
|
@ -0,0 +1,2 @@
|
|||
content jqs chrome/content/
|
||||
overlay chrome://browser/content/browser.xul chrome://jqs/content/overlay.xul
|
|
@ -0,0 +1,22 @@
|
|||
//
|
||||
// Copyright 2007 Sun Microsystems, Inc. All rights reserved.
|
||||
// SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
//
|
||||
|
||||
// get the JQS extension directory
|
||||
const id = "jqs@sun.com";
|
||||
var ext = Components.classes["@mozilla.org/extensions/manager;1"]
|
||||
.getService(Components.interfaces.nsIExtensionManager)
|
||||
.getInstallLocation(id)
|
||||
.getItemLocation(id);
|
||||
|
||||
// create an nsILocalFile for the executable
|
||||
var file = Components.classes["@mozilla.org/file/local;1"]
|
||||
.createInstance(Components.interfaces.nsILocalFile);
|
||||
|
||||
// construct command line
|
||||
file.initWithPath(ext.path + "\\..\\..\\..\\..\\bin\\jqsnotify.exe");
|
||||
|
||||
// and launch it
|
||||
file.launch();
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<overlay id="jqs-overlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script src="overlay.js"/>
|
||||
</overlay>
|
24
arduino-0018-windows/java/lib/deploy/jqs/ff/install.rdf
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0"?>
|
||||
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||||
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
|
||||
<em:id>jqs@sun.com</em:id>
|
||||
<em:name>Java Quick Starter</em:name>
|
||||
<em:version>1.0</em:version>
|
||||
<em:description></em:description>
|
||||
<em:creator></em:creator>
|
||||
|
||||
<!-- Firefox -->
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||||
<em:minVersion>1.5</em:minVersion>
|
||||
<em:maxVersion>*</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
|
||||
</Description>
|
||||
|
||||
</RDF>
|
BIN
arduino-0018-windows/java/lib/deploy/jqs/ie/jqs_plugin.dll
Normal file
2228
arduino-0018-windows/java/lib/deploy/jqs/jqs.conf
Normal file
|
@ -0,0 +1,48 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
message.jqs.registered = JQS service successfully installed.
|
||||
error.jqs.register = Unable to install JQS service.
|
||||
|
||||
message.jqs.unregistered = JQS service successfully removed.
|
||||
error.jqs.unregister = Unable to remove JQS service.
|
||||
|
||||
message.jqs.enabled = JQS service enabled successfully.
|
||||
error.jqs.enable = Unable to enable JQS service.
|
||||
|
||||
message.jqs.disabled = JQS service disabled successfully.
|
||||
error.jqs.disable = Unable to disable JQS service.
|
||||
|
||||
message.jqs.paused = JQS service paused successfully.
|
||||
error.jqs.pause = Unable to pause JQS service.
|
||||
|
||||
message.jqs.resumed = JQS service resumed successfully.
|
||||
error.jqs.resume = Unable to resume JQS service.
|
||||
|
||||
error.no.admin.privileges = JQS requires Administrator privileges.
|
||||
|
||||
|
||||
# JQS usage: '\' is a joining of two sentence, which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.jqs.usage = Usage: jqs <mode> [<options>] \
|
||||
\
|
||||
The following modes are supported: \
|
||||
-help print this help message and exit \
|
||||
-register install JQS service and register browser startup detectors \
|
||||
-unregister uninstall JQS service and unregister startup detectors \
|
||||
-enable enable JQS service \
|
||||
-disable disable JQS service \
|
||||
-pause pause prefetching \
|
||||
-resume resume prefetching \
|
||||
-version print version of the associated Java Runtime \
|
||||
\
|
||||
Options include: \
|
||||
-config <config> set JQS configuration file \
|
||||
-profile <profile> set JQS profile file \
|
||||
-logfile <logfile> set JQS log file \
|
||||
-verbose <level> verbose operation \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=internal error, unknown message
|
||||
error.badinst.nojre=Bad installation. No JRE found in configuration file
|
||||
error.badinst.execv=Bad installation. Error invoking Java VM (execv)
|
||||
error.badinst.sysexec=Bad installation. Error invoking Java VM (SysExec)
|
||||
error.listener.failed=Splash: sysCreateListenerSocket failed
|
||||
error.accept.failed=Splash: accept failed
|
||||
error.recv.failed=Splash: recv failed
|
||||
error.invalid.port=Splash: didn't revive a valid port
|
||||
error.read=Read past end of buffer
|
||||
error.xmlparsing=XML Parsing error: wrong kind of token found
|
||||
error.splash.exit=Java Web Start splash screen process exiting .....\n
|
||||
error.winsock=tLast WinSock Error:
|
||||
error.winsock.load=Couldn't load winsock.dll
|
||||
error.winsock.start=WSAStartup failed
|
||||
error.badinst.nohome=Bad installation: JAVAWS_HOME not set
|
||||
error.splash.noimage=Splash: couldn't load splash screen image
|
||||
error.splash.socket=Splash: server socket failed
|
||||
error.splash.cmnd=Splash: unrecognized command
|
||||
error.splash.port=Splash: port not specified
|
||||
error.splash.send=Splash: send failed
|
||||
error.splash.timer=Splash: couldn't create shutdown timer
|
||||
error.splash.x11.open=Splash: Can't open X11 display
|
||||
error.splash.x11.connect=Splash: X11 connection failed
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Usage:\tjavaws [run-options] <jnlp-file> \
|
||||
\tjavaws [control-options] \
|
||||
\
|
||||
where run-options include: \
|
||||
-verbose \tdisplay additional output \
|
||||
-offline \trun the application in offline mode \
|
||||
-system \trun the application from the system cache only\
|
||||
-Xnosplash \trun without showing a splash screen \
|
||||
-J<option> \tsupply option to the vm \
|
||||
-wait \tstart java process and wait for its exit \
|
||||
\
|
||||
control-options include: \
|
||||
-viewer \tshow the cache viewer in the java control panel\
|
||||
-uninstall \tremove all applications from the cache\
|
||||
-uninstall <jnlp-file> \tremove the application from the cache \
|
||||
-import [import-options] <jnlp-file>\timport the application to the cache \
|
||||
\
|
||||
import-options include: \
|
||||
-silent \timport silently (with no user interface) \
|
||||
-system \timport application into the system cache \
|
||||
-codebase <url>\tretrieve resources from the given codebase \
|
||||
-shortcut \tinstall shortcuts as if user allowed prompt \
|
||||
-association \tinstall associations as if user allowed prompt \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_de.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=interner Fehler, unbekannte Nachricht
|
||||
error.badinst.nojre=Fehlerhafte Installation. Kein JRE in Konfigurationsdatei gefunden.
|
||||
error.badinst.execv=Fehlerhafte Installation. Fehler beim Aufruf von Java VM (execv)
|
||||
error.badinst.sysexec=Fehlerhafte Installation. Fehler beim Aufruf von Java VM (SysExec)
|
||||
error.listener.failed=Eingangsbildschirm: Fehler sysCreateListenerSocket
|
||||
error.accept.failed=Eingangsbildschirm: Fehler accept
|
||||
error.recv.failed=Eingangsbildschirm: Fehler recv
|
||||
error.invalid.port=Eingangsbildschirm: Reaktivierung eines g\u00fcltigen Ports nicht m\u00f6glich
|
||||
error.read=\u00dcber das Pufferende hinausgelesen
|
||||
error.xmlparsing=XML-Analysefehler: falschen Token-Typ gefunden
|
||||
error.splash.exit=Der Prozess f\u00fcr den Eingangsbildschirm von Java Web Start wird beendet .....\n
|
||||
error.winsock=Fehler tLast WinSock:
|
||||
error.winsock.load=winsock.dll konnte nicht geladen werden.
|
||||
error.winsock.start=Fehler WSAStartup
|
||||
error.badinst.nohome=Fehlerhafte Installation: JAVAWS_HOME ist nicht gesetzt.
|
||||
error.splash.noimage=Eingangsbildschirm: Eingangsbildschirmbild konnte nicht geladen werden.
|
||||
error.splash.socket=Eingangsbildschirm: Fehler Server-Socket
|
||||
error.splash.cmnd=Eingangsbildschirm: Befehl nicht erkannt
|
||||
error.splash.port=Eingangsbildschirm: Port nicht angegeben
|
||||
error.splash.send=Eingangsbildschirm: Fehler send
|
||||
error.splash.timer=Eingangsbildschirm: Zeitgeber f\u00fcr das Herunterfahren konnte nicht erstellt werden.
|
||||
error.splash.x11.open=Eingangsbildschirm: X11-Bildschirm kann nicht ge\u00f6ffnet werden.
|
||||
error.splash.x11.connect=Eingangsbildschirm: Fehler X11-Verbindung
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Verwendung:\tjavaws [Ausf\u00fchrungsoptionen] <jnlp-Datei> \
|
||||
\tjavaws [Steuerungsoptionen] \
|
||||
\
|
||||
zu den Ausf\u00fchrungsoptionen z\u00e4hlen: \
|
||||
-verbose \tzus\u00e4tzliche Ausgabe anzeigen \
|
||||
-offline \tAnwendung offline ausf\u00fchren \
|
||||
-system \tAnwendung nur vom System-Cache ausf\u00fchren\
|
||||
-Xnosplash \tohne Begr\u00fc\u00dfungsbildschirmanzeige ausf\u00fchren \
|
||||
-J <Optionen> \tOption an VM geben \
|
||||
-wait \tJava-Prozess starten und auf Prozessbeendigung warten \
|
||||
\
|
||||
zu den Steuerungsoptionen z\u00e4hlen: \
|
||||
-viewer \tCache-Viewer in Java-Systemsteuerung anzeigen\
|
||||
-uninstall \talle Anwendungen aus Cache entfernen\
|
||||
-uninstall <jnlp-Datei> \tAnwendung aus Cache entfernen \
|
||||
-import [Importoptionen] <jnlp-Datei>\tAnwendung in Cache importieren \
|
||||
\
|
||||
zu den Importoptionen z\u00e4hlen: \
|
||||
-silent \tim Hintergrund importieren (ohne Benutzeroberfl\u00e4che) \
|
||||
-system \tAnwendung in System-Cache importieren \
|
||||
-codebase <url>\tRessourcen aus der angegebenen Code-Basis abrufen \
|
||||
-shortcut \tVerkn\u00fcpfungen wie vom Benutzer zugelassene Aufforderung installieren \
|
||||
-association \tZuordnungen wie vom Benutzer zugelassene Aufforderung installieren \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_es.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=Error interno, mensaje desconocido
|
||||
error.badinst.nojre=Instalaci\u00f3n incorrecta. No se ha encontrado JRE en el archivo de configuraci\u00f3n
|
||||
error.badinst.execv=Instalaci\u00f3n incorrecta. Error al llamar a la m\u00e1quina virtual Java (execv)
|
||||
error.badinst.sysexec=Instalaci\u00f3n incorrecta. Error al llamar a la m\u00e1quina virtual Java (SysExec)
|
||||
error.listener.failed=Bienvenida: sysCreateListenerSocket no satisfactorio
|
||||
error.accept.failed=Bienvenida: accept no satisfactorio
|
||||
error.recv.failed=Bienvenida: recv no satisfactorio
|
||||
error.invalid.port=Bienvenida: no se ha activado un puerto v\u00e1lido
|
||||
error.read=Lectura m\u00e1s all\u00e1 del final de la memoria intermedia
|
||||
error.xmlparsing=Error de an\u00e1lisis de XML: se ha encontrado un tipo de s\u00edmbolo no v\u00e1lido
|
||||
error.splash.exit=Saliendo del proceso de la pantalla de bienvenida de Java Web Start...\n
|
||||
error.winsock=Error de WinSock tLast:
|
||||
error.winsock.load=No se ha podido cargar winsock.dll
|
||||
error.winsock.start=WSAStartup no satisfactorio
|
||||
error.badinst.nohome=Instalaci\u00f3n incorrecta: JAVAWS_HOME no definido
|
||||
error.splash.noimage=Bienvenida: no se ha podido cargar la imagen de la pantalla de bienvenida
|
||||
error.splash.socket=Bienvenida: error en el z\u00f3calo del servidor
|
||||
error.splash.cmnd=Bienvenida: comando no reconocido
|
||||
error.splash.port=Bienvenida: puerto no especificado
|
||||
error.splash.send=Bienvenida: env\u00edo no satisfactorio
|
||||
error.splash.timer=Bienvenida: no se ha podido crear el temporizador de apagado
|
||||
error.splash.x11.open=Bienvenida: no se ha podido abrir la pantalla X11
|
||||
error.splash.x11.connect=Bienvenida: conexi\u00f3n X11 no satisfactoria
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Sintaxis:\tjavaws [opciones de ejecuci\u00f3n] <archivo-jnlp> \
|
||||
\tjavaws [opciones de control] \
|
||||
\
|
||||
las opciones de ejecuci\u00f3n pueden ser: \
|
||||
-verbose \tmostrar salida adicional \
|
||||
-offline \tejecutar la aplicaci\u00f3n sin conexi\u00f3n \
|
||||
-system \tejecutar la aplicaci\u00f3n desde la cach\u00e9 del sistema \u00fanicamente\
|
||||
-Xnosplash \tejecutar sin mostrar pantalla de bienvenida \
|
||||
-J<option> \tproporcionar opci\u00f3n a la m\u00e1quina virtual \
|
||||
-wait \tiniciar proceso java y esperar a que se cierre \
|
||||
\
|
||||
las opciones de control pueden ser: \
|
||||
-viewer \tmostrar el visor de cach\u00e9 en el panel de control java\
|
||||
-uninstall \teliminar todas las aplicaciones de la cach\u00e9\
|
||||
-uninstall <archivo-jnlp> \teliminar la aplicaci\u00f3n de la cach\u00e9 \
|
||||
-import [opciones de importaci\u00f3n] <archivo-jnlp>\timportar la aplicaci\u00f3n a la cach\u00e9 \
|
||||
\
|
||||
las opciones de importaci\u00f3n pueden ser: \
|
||||
-silent \timportar autom\u00e1ticamente (sin interfaz de usuario) \
|
||||
-system \timportar aplicaci\u00f3n a la cach\u00e9 del sistema \
|
||||
-codebase <url>\textraer recursos de la base de c\u00f3digos seleccionada \
|
||||
-shortcut \tinstalar accesos directos como si el usuario hubiese aceptado un aviso \
|
||||
-association \tinstalar asociaciones como si el usuario hubiese aceptado un aviso \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_fr.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=erreur interne, message inconnu
|
||||
error.badinst.nojre=Installation incorrecte. JRE introuvable dans le fichier de configuration
|
||||
error.badinst.execv=Installation incorrecte. Erreur d'appel de la MV Java (execv)
|
||||
error.badinst.sysexec=Installation incorrecte. Erreur d'appel de la MV Java (SysExec)
|
||||
error.listener.failed=Pr\u00e9sentation : \u00e9chec de sysCreateListenerSocket
|
||||
error.accept.failed=Pr\u00e9sentation : \u00e9chec d'accept
|
||||
error.recv.failed=Pr\u00e9sentation : \u00e9chec de recv
|
||||
error.invalid.port=Pr\u00e9sentation : impossible de r\u00e9activer un port valide
|
||||
error.read=Lecture apr\u00e8s fin de buffer
|
||||
error.xmlparsing=Erreur d'analyse XML : type incorrect de jeton
|
||||
error.splash.exit=Le processus d'affichage de l'\u00e9cran de pr\u00e9sentation de Java Web Start est en cours de fermeture .....\n
|
||||
error.winsock=Erreur Winsock tLast :
|
||||
error.winsock.load=Impossible de charger winsock.dll
|
||||
error.winsock.start=Echec de WSAStartup
|
||||
error.badinst.nohome=Installation incorrecte : JAVAWS_HOME non d\u00e9fini
|
||||
error.splash.noimage=Pr\u00e9sentation : impossible de charger l'image de l'\u00e9cran de pr\u00e9sentation
|
||||
error.splash.socket=Pr\u00e9sentation : \u00e9chec de socket de serveur
|
||||
error.splash.cmnd=Pr\u00e9sentation : commande inconnue
|
||||
error.splash.port=Pr\u00e9sentation : port non sp\u00e9cifi\u00e9
|
||||
error.splash.send=Pr\u00e9sentation : \u00e9chec d'envoi
|
||||
error.splash.timer=Pr\u00e9sentation : impossible de cr\u00e9er le temporisateur d'arr\u00eat
|
||||
error.splash.x11.open=Pr\u00e9sentation : impossible d'ouvrir l'affichage X11
|
||||
error.splash.x11.connect=Pr\u00e9sentation : \u00e9chec de la connexion X11
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Syntaxe :\tjavaws [options d'ex\u00e9cution] <fichier-jnlp> \
|
||||
\tjavaws [options de contr\u00f4le] \
|
||||
\
|
||||
o\u00f9 les options d'ex\u00e9cution sont : \
|
||||
-verbose \taffichage de la sortie suppl\u00e9mentaire \
|
||||
-offline \tex\u00e9cution de l'application en mode hors ligne \
|
||||
-system \tex\u00e9cution de l'application \u00e0 partir du cache syst\u00e8me uniquement\
|
||||
-Xnosplash \tex\u00e9cution sans affichage de l'\u00e9cran de bienvenue \
|
||||
-J <option> \tsp\u00e9cification d'une option \u00e0 la machine virtuelle \
|
||||
-wait \tlancement du processus java et attente de sa fermeture \
|
||||
\
|
||||
les options de contr\u00f4le sont : \
|
||||
-viewer \taffichage du visionneur du cache dans le panneau de configuration Java\
|
||||
-uninstall \tsuppression de toutes les applications du cache\
|
||||
-uninstall <fichier-jnlp> \td\u00e9sinstallation de l'application dans le cache \
|
||||
-import [options d'importation] <fichier-jnlp>\timportation de l'application dans le cache \
|
||||
\
|
||||
les options d'importation sont : \
|
||||
-silent \timportation silencieuse (sans interface utilisateur) \
|
||||
-system \timportation de l'application dans le cache syst\u00e8me \
|
||||
-codebase <url>\textraction des ressources \u00e0 partir d'un code base sp\u00e9cifique \
|
||||
-shortcut \tinstallation des raccourcis comme si l'utilisateur avait autoris\u00e9 l'op\u00e9ration \
|
||||
-association \tinstallation des associations comme si l'utilisateur avait autoris\u00e9 l'op\u00e9ration \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_it.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=errore interno, messaggio sconosciuto
|
||||
error.badinst.nojre=Installazione errata. Impossibile trovare il JRE nel file di configurazione
|
||||
error.badinst.execv=Installazione errata. Errore durante l'invocazione della Java VM (execv)
|
||||
error.badinst.sysexec=Installazione errata. Errore durante l'invocazione della Java VM (SysExec)
|
||||
error.listener.failed=Apertura: sysCreateListenerSocket non riuscito
|
||||
error.accept.failed=Apertura: accept non riuscito
|
||||
error.recv.failed=Apertura: recv non riuscito
|
||||
error.invalid.port=Apertura: impossibile identificare una porta valida
|
||||
error.read=Tentativo di lettura dopo la fine del buffer
|
||||
error.xmlparsing=Errore nell'analisi XML: trovato un tipo di token errato
|
||||
error.splash.exit=Uscita dal processo di schermata iniziale di Java Web Start in corso...\n
|
||||
error.winsock=Errore WinSock tLast:
|
||||
error.winsock.load=Impossibile caricare winsock.dll
|
||||
error.winsock.start=WSAStartup non riuscito
|
||||
error.badinst.nohome=Installazione errata: JAVAWS_HOME non impostato
|
||||
error.splash.noimage=Apertura: impossibile caricare l'immagine della schermata iniziale
|
||||
error.splash.socket=Apertura: socket del server non riuscita
|
||||
error.splash.cmnd=Apertura: comando non riconosciuto
|
||||
error.splash.port=Apertura: porta non specificata
|
||||
error.splash.send=Apertura: send non riuscito
|
||||
error.splash.timer=Apertura: impossibile creare il timer per l'arresto
|
||||
error.splash.x11.open=Apertura: impossibile aprire il display X11
|
||||
error.splash.x11.connect=Apertura: connessione X11 non riuscita
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Utilizzo:\tjavaws [opzioni di esecuzione] <file jnlp> \
|
||||
\tjavaws [opzioni di controllo] \
|
||||
\
|
||||
le opzioni di esecuzione sono: \
|
||||
-verbose \tvisualizza output aggiuntivo \
|
||||
-offline \tesegue l'applicazione in modalit\u00e0 non in linea \
|
||||
-system \tesegue l'applicazione solo dalla cache del sistema\
|
||||
-Xnosplash \tesegue l'applicazione senza visualizzare la schermata iniziale \
|
||||
-J <opzioni> \tspecifica le opzioni per la macchina virtuale \
|
||||
-wait \tavvia il processo Java e ne attende il completamento \
|
||||
\
|
||||
le opzioni di controllo sono: \
|
||||
-viewer \tapre il visualizzatore cache nel pannello di controllo di Java\
|
||||
-uninstall \trimuove tutte le applicazioni dalla cache\
|
||||
-uninstall <file jnlp> \trimuove l'applicazione dalla cache \
|
||||
-import [opzioni di importazione] <file jnlp>\timporta l'applicazione nella cache \
|
||||
\
|
||||
le opzioni di importazione sono: \
|
||||
-silent \timporta in modalit\u00e0 invisibile all'utente (senza interfaccia utente) \
|
||||
-system \timporta l'applicazione nella cache del sistema \
|
||||
-codebase <url>\trecupera le risorse dal codebase specificato \
|
||||
-shortcut \tinstalla i collegamenti senza chiedere conferma all'utente \
|
||||
-association \tinstalla le associazioni senza chiedere conferma all'utente \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_ja.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=\u5185\u90e8\u30a8\u30e9\u30fc\u3001\u4e0d\u660e\u306a\u30e1\u30c3\u30bb\u30fc\u30b8
|
||||
error.badinst.nojre=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u5185\u306b JRE \u304c\u3042\u308a\u307e\u305b\u3093
|
||||
error.badinst.execv=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002Java VM (execv) \u306e\u547c\u3073\u51fa\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f
|
||||
error.badinst.sysexec=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002Java VM (SysExec) \u306e\u547c\u3073\u51fa\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f
|
||||
error.listener.failed=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : sysCreateListenerSocket \u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
error.accept.failed=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : accept \u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
error.recv.failed=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : recv \u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
error.invalid.port=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u6709\u52b9\u306a\u30dd\u30fc\u30c8\u3092\u5fa9\u6d3b\u3055\u305b\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f
|
||||
error.read=\u524d\u306e\u30d0\u30c3\u30d5\u30a1\u306e\u7d42\u308f\u308a\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3057\u305f
|
||||
error.xmlparsing=XML \u69cb\u6587\u89e3\u6790\u30a8\u30e9\u30fc : \u8aa4\u3063\u305f\u30c8\u30fc\u30af\u30f3\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f
|
||||
error.splash.exit=Java Web Start \u30b9\u30d7\u30e9\u30c3\u30b7\u30e5\u753b\u9762\u51e6\u7406\u3092\u7d42\u4e86\u3057\u307e\u3059.....\n
|
||||
error.winsock=tLast WinSock \u30a8\u30e9\u30fc:
|
||||
error.winsock.load=winsock.dll \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093
|
||||
error.winsock.start=WSAStartup \u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
error.badinst.nohome=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093 : JAVAWS_HOME \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
|
||||
error.splash.noimage=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u30b9\u30d7\u30e9\u30c3\u30b7\u30e5\u753b\u9762\u306e\u753b\u50cf\u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093
|
||||
error.splash.socket=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u30b5\u30fc\u30d0\u30bd\u30b1\u30c3\u30c8\u304c\u58ca\u308c\u3066\u3044\u307e\u3059
|
||||
error.splash.cmnd=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u8a8d\u8b58\u3055\u308c\u306a\u3044\u30b3\u30de\u30f3\u30c9
|
||||
error.splash.port=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u30dd\u30fc\u30c8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
|
||||
error.splash.send=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u9001\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
error.splash.timer=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : \u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u30bf\u30a4\u30de\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
|
||||
error.splash.x11.open=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5: X11 \u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u3092\u958b\u3051\u307e\u305b\u3093
|
||||
error.splash.x11.connect=\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5 : X11 \u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
\u4f7f\u7528\u6cd5:\tjavaws [run-options] <jnlp-file> \
|
||||
\tjavaws [control-options] \
|
||||
\
|
||||
run-options \u306b\u306f\u6b21\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059: \
|
||||
-verbose \t\u8ffd\u52a0\u306e\u51fa\u529b\u3092\u8868\u793a\u3059\u308b \
|
||||
-offline \t\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30aa\u30d5\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b \
|
||||
-system \t\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30b7\u30b9\u30c6\u30e0\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u307f\u304b\u3089\u5b9f\u884c\u3059\u308b\
|
||||
-Xnosplash \t\u30b9\u30d7\u30e9\u30c3\u30b7\u30e5\u753b\u9762\u3092\u8868\u793a\u305b\u305a\u306b\u5b9f\u884c\u3059\u308b \
|
||||
-J<option> \t\u30aa\u30d7\u30b7\u30e7\u30f3\u3092 VM \u306b\u4e0e\u3048\u308b \
|
||||
-wait \tJava \u30d7\u30ed\u30bb\u30b9\u3092\u958b\u59cb\u3057\u3001\u305d\u306e\u7d42\u4e86\u3092\u5f85\u6a5f\u3059\u308b \
|
||||
\
|
||||
control-options \u306b\u306f\u6b21\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059: \
|
||||
-viewer \t\u30ad\u30e3\u30c3\u30b7\u30e5\u30d3\u30e5\u30fc\u30a2\u3092 Java \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u306b\u8868\u793a\u3059\u308b\
|
||||
-uninstall \t\u3059\u3079\u3066\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u304b\u3089\u524a\u9664\u3059\u308b\
|
||||
-uninstall <jnlp-file> \t\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u304b\u3089\u524a\u9664\u3059\u308b \
|
||||
-import [import-options] <jnlp-file>\t\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b \
|
||||
\
|
||||
import-options \u306b\u306f\u6b21\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059: \
|
||||
-silent \t\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u305b\u305a\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b (\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306a\u3057) \
|
||||
-system \t\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30b7\u30b9\u30c6\u30e0\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b \
|
||||
-codebase <url>\t\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30fc\u30c9\u30d9\u30fc\u30b9\u304b\u3089\u30ea\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3059\u308b \
|
||||
-shortcut \t\u30e6\u30fc\u30b6\u30fc\u304c\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u53d7\u3051\u5165\u308c\u305f\u3082\u306e\u3068\u3057\u3066\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b \
|
||||
-association \t\u30e6\u30fc\u30b6\u30fc\u304c\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u53d7\u3051\u5165\u308c\u305f\u3082\u306e\u3068\u3057\u3066\u95a2\u9023\u4ed8\u3051\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_ko.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=\ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc54c \uc218 \uc5c6\ub294 \uba54\uc2dc\uc9c0\uc785\ub2c8\ub2e4.
|
||||
error.badinst.nojre=\uc124\uce58\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad6c\uc131 \ud30c\uc77c\uc5d0 JRE\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
error.badinst.execv=\uc124\uce58\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. Java VM (execv)\uc744 \ud638\ucd9c\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
|
||||
error.badinst.sysexec=\uc124\uce58\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. Java VM(SysExec)\uc744 \ud638\ucd9c\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
|
||||
error.listener.failed=\uc2a4\ud50c\ub798\uc2dc: sysCreateListenerSocket \uc2e4\ud328
|
||||
error.accept.failed=\uc2a4\ud50c\ub798\uc2dc: \uc2b9\uc778 \uc2e4\ud328
|
||||
error.recv.failed=\uc2a4\ud50c\ub798\uc2dc: recv \uc2e4\ud328
|
||||
error.invalid.port=\uc2a4\ud50c\ub798\uc2dc: \uc720\ud6a8\ud55c \ud3ec\ud2b8\ub97c \ubcf5\uc6d0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
|
||||
error.read=\ubc84\ud37c \ub05d\uc744 \uc9c0\ub098\uc11c \uc77d\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
error.xmlparsing=XML \uad6c\ubb38 \ubd84\uc11d \uc624\ub958: \uc798\ubabb\ub41c \ud1a0\ud070 \uc720\ud615\uc774 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.exit=Java Web Start \uc2a4\ud50c\ub798\uc2dc \ud654\uba74 \ucc98\ub9ac\ub97c \uc885\ub8cc\ud558\ub294 \uc911.....\n
|
||||
error.winsock=tLast WinSock \uc624\ub958:
|
||||
error.winsock.load=winsock.dll\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
error.winsock.start=WSAStartup \uc2e4\ud328
|
||||
error.badinst.nohome=\uc124\uce58\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. JAVAWS_HOME\uc774 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.noimage=\uc2a4\ud50c\ub798\uc2dc: \uc2a4\ud50c\ub798\uc2dc \ud654\uba74 \uc774\ubbf8\uc9c0\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.socket=\uc2a4\ud50c\ub798\uc2dc: \uc11c\ubc84 \uc18c\ucf13 \uc2e4\ud328
|
||||
error.splash.cmnd=\uc2a4\ud50c\ub798\uc2dc: \uc778\uc2dd\ud560 \uc218 \uc5c6\ub294 \uba85\ub839\uc5b4
|
||||
error.splash.port=\uc2a4\ud50c\ub798\uc2dc: \ud3ec\ud2b8\uac00 \uc9c0\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.send=\uc2a4\ud50c\ub798\uc2dc: \ubcf4\ub0b4\uae30 \uc2e4\ud328
|
||||
error.splash.timer=\uc2a4\ud50c\ub798\uc2dc: \uc885\ub8cc \ud0c0\uc774\uba38\ub97c \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.x11.open=\uc2a4\ud50c\ub798\uc2dc: X11 \ub514\uc2a4\ud50c\ub808\uc774\ub97c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
error.splash.x11.connect=\uc2a4\ud50c\ub798\uc2dc: X11 \uc5f0\uacb0 \uc2e4\ud328
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
\uc0ac\uc6a9\ubc95:\tjavaws [\uc2e4\ud589-\uc635\uc158] <jnlp-file> \
|
||||
\tjavaws [\ucee8\ud2b8\ub864-\uc635\uc158] \
|
||||
\
|
||||
\uc5ec\uae30\uc11c \uc2e4\ud589-\uc635\uc158\uc5d0\ub294 \ub2e4\uc74c\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \
|
||||
-verbose \t\ucd94\uac00 \ucd9c\ub825 \ud45c\uc2dc \
|
||||
-offline \t\uc624\ud504\ub77c\uc778 \ubaa8\ub4dc\ub85c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589 \
|
||||
-system \t\uc2dc\uc2a4\ud15c \uce90\uc2dc\uc5d0\uc11c\ub9cc \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\
|
||||
-Xnosplash \t\uc2dc\uc791 \ud654\uba74 \ud45c\uc2dc \uc5c6\uc774 \uc2e4\ud589 \
|
||||
-J<option> \tvm\uc5d0 \uc635\uc158 \uc81c\uacf5 \
|
||||
-wait \tjava \ud504\ub85c\uc138\uc2a4 \uc2dc\uc791 \ubc0f \uc885\ub8cc \ub300\uae30 \
|
||||
\
|
||||
\ucee8\ud2b8\ub864-\uc635\uc158\uc5d0\ub294 \ub2e4\uc74c\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \
|
||||
-viewer \tjava \uc81c\uc5b4\ud310\uc5d0\uc11c \uce90\uc2dc \ubdf0\uc5b4 \ud45c\uc2dc\
|
||||
-uninstall \t\uce90\uc2dc\uc5d0\uc11c \ubaa8\ub4e0 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc81c\uac70\
|
||||
-uninstall <jnlp-file> \t\uce90\uc2dc\uc5d0\uc11c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc81c\uac70 \
|
||||
-import [\uac00\uc838\uc624\uae30-\uc635\uc158] <jnlp-file>\t\uce90\uc2dc\ub85c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uac00\uc838\uc624\uae30 \
|
||||
\
|
||||
\uac00\uc838\uc624\uae30-\uc635\uc158\uc5d0\ub294 \ub2e4\uc74c\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \
|
||||
-silent \t\uc790\ub3d9\uc73c\ub85c \uac00\uc838\uc624\uae30(\uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4 \ud3ec\ud568 \uc548 \ud568) \
|
||||
-system \t\uc2dc\uc2a4\ud15c \uce90\uc2dc\ub85c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uac00\uc838\uc624\uae30 \
|
||||
-codebase <url>\t\uc81c\uacf5\ub41c \ucf54\ub4dc\ubca0\uc774\uc2a4\uc5d0\uc11c \uc790\uc6d0 \uac80\uc0c9 \
|
||||
-shortcut \t\uc0ac\uc6a9\uc790\uac00 \ud504\ub86c\ud504\ud2b8\ub97c \ud5c8\uc6a9\ud55c \uac83\uc73c\ub85c \uac04\uc8fc\ud558\uc5ec \ubc14\ub85c \uac00\uae30 \uc124\uce58 \
|
||||
-association \t\uc0ac\uc6a9\uc790\uac00 \ud504\ub86c\ud504\ud2b8\ub97c \ud5c8\uc6a9\ud55c \uac83\uc73c\ub85c \uac04\uc8fc\ud558\uc5ec \uc5f0\uad00 \uc124\uce58 \
|
||||
\n
|
57
arduino-0018-windows/java/lib/deploy/messages_sv.properties
Normal file
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=internt fel, ok\u00e4nt meddelande
|
||||
error.badinst.nojre=Felaktig installation. Ingen JRE har hittats i konfigurationsfilen
|
||||
error.badinst.execv=Felaktig installation. Fel n\u00e4r Java VM (execv) startades
|
||||
error.badinst.sysexec=Felaktig installation. Fel n\u00e4r Java VM (SysExec) startades
|
||||
error.listener.failed=V\u00e4lkomstsk\u00e4rm: sysCreateListenerSocket misslyckades
|
||||
error.accept.failed=V\u00e4lkomstsk\u00e4rm: accepterande misslyckades
|
||||
error.recv.failed=V\u00e4lkomstsk\u00e4rm: mottagning misslyckades
|
||||
error.invalid.port=V\u00e4lkomstsk\u00e4rm: \u00e5terkallade inte en giltig port
|
||||
error.read=L\u00e4ste f\u00f6rbi slutet av bufferten
|
||||
error.xmlparsing=XML-analysfel: fel typ av nyckel hittades
|
||||
error.splash.exit=Java Web Start - v\u00e4lkomstsk\u00e4rmen avslutas .....\n
|
||||
error.winsock=tLast WinSock-fel:
|
||||
error.winsock.load=Det gick inte att ladda winsock.dll
|
||||
error.winsock.start=WSAStartup misslyckades
|
||||
error.badinst.nohome=Felaktig installation: JAVAWS_HOME har inte st\u00e4llts in
|
||||
error.splash.noimage=V\u00e4lkomstsk\u00e4rm: det gick inte att ladda bilden f\u00f6r v\u00e4lkomstsk\u00e4rmen
|
||||
error.splash.socket=V\u00e4lkomstsk\u00e4rm: serversockel misslyckades
|
||||
error.splash.cmnd=V\u00e4lkomstsk\u00e4rm: ok\u00e4nt kommando
|
||||
error.splash.port=V\u00e4lkomstsk\u00e4rm: porten angavs inte
|
||||
error.splash.send=V\u00e4lkomstsk\u00e4rm: skicka misslyckades
|
||||
error.splash.timer=V\u00e4lkomstsk\u00e4rm: det gick inte att st\u00e4nga av tidtagaren
|
||||
error.splash.x11.open=V\u00e4lkomstsk\u00e4rm: Det g\u00e5r inte att \u00f6ppna X11-visningen
|
||||
error.splash.x11.connect=V\u00e4lkomstsk\u00e4rm: X11-anslutning misslyckades
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
Anv\u00e4ndning:\tjavaws [k\u00f6rningsalternativ] <jnlp-fil> \
|
||||
\tjavaws [kontrollalternativ] \
|
||||
\
|
||||
d\u00e4r k\u00f6rningsalternativen omfattar f\u00f6ljande: \
|
||||
-verbose \tvisa ytterligare text \
|
||||
-offline \tk\u00f6r programmet i offlinel\u00e4ge \
|
||||
-system \tk\u00f6r endast programmet fr\u00e5n systemcachen\
|
||||
-Xnosplash \tk\u00f6r utan att visa n\u00e5got startf\u00f6nster \
|
||||
-J<alternativ> \tange alternativ f\u00f6r VM \
|
||||
-wait \tstarta javaprocessen och v\u00e4nta tills den har slutf\u00f6rts \
|
||||
\
|
||||
kontrollalternativen omfattar f\u00f6ljande: \
|
||||
-viewer \tvisa cache-l\u00e4saren i kontrollpanelen f\u00f6r java\
|
||||
-uninstall \tta bort alla program fr\u00e5n cachen\
|
||||
-uninstall <jnlp-fil> \tta bort programmet fr\u00e5n cachen \
|
||||
-import [importalternativ] <jnlp-fil>\timportera programmet till cachen \
|
||||
\
|
||||
importalternativen omfattar f\u00f6ljande: \
|
||||
-silent \timportera tyst (utan anv\u00e4ndargr\u00e4nssnitt) \
|
||||
-system \timportera programmet till systemcachen \
|
||||
-codebase <webbadress>\th\u00e4mta resurserna fr\u00e5n den angivna kodbasen \
|
||||
-shortcut \tinstallera genv\u00e4gar som om anv\u00e4ndaren till\u00e5tit det \
|
||||
-association \tinstallera associeringar som om anv\u00e4ndaren till\u00e5tit det \
|
||||
\n
|
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=\u5185\u90e8\u9519\u8bef\uff0c\u672a\u77e5\u6d88\u606f
|
||||
error.badinst.nojre=\u9519\u8bef\u5b89\u88c5\u3002\u914d\u7f6e\u6587\u4ef6\u4e2d\u672a\u627e\u5230 JRE
|
||||
error.badinst.execv=\u9519\u8bef\u5b89\u88c5\u3002\u8c03\u7528 Java VM (execv) \u9519\u8bef
|
||||
error.badinst.sysexec=\u9519\u8bef\u5b89\u88c5\u3002\u8c03\u7528 Java VM (SysExec) \u9519\u8bef
|
||||
error.listener.failed=Splash\uff1asysCreateListenerSocket \u5931\u8d25
|
||||
error.accept.failed=Splash\uff1a\u63a5\u53d7\u5931\u8d25
|
||||
error.recv.failed=Splash\uff1a recv \u5931\u8d25
|
||||
error.invalid.port=Splash\uff1a\u6ca1\u6709\u56de\u590d\u5230\u6709\u6548\u7aef\u53e3
|
||||
error.read=\u8bfb\u53d6\u8d85\u51fa\u7f13\u51b2\u533a
|
||||
error.xmlparsing=XML \u89e3\u6790\u9519\u8bef\uff1a\u53d1\u73b0\u9519\u8bef\u6807\u8bb0\u7c7b\u578b
|
||||
error.splash.exit=Java Web Start \u95ea\u73b0\u5c4f\u5e55\u8fdb\u7a0b\u9000\u51fa.....\n
|
||||
error.winsock=tLast WinSock \u9519\u8bef\uff1a
|
||||
error.winsock.load=\u65e0\u6cd5\u52a0\u8f7d winsock.dll
|
||||
error.winsock.start=WSAStartup \u5931\u8d25
|
||||
error.badinst.nohome=\u9519\u8bef\u5b89\u88c5\uff1aJAVAWS_HOME \u672a\u8bbe\u7f6e
|
||||
error.splash.noimage=Splash\uff1a\u65e0\u6cd5\u52a0\u8f7d\u95ea\u73b0\u5c4f\u5e55\u56fe\u50cf
|
||||
error.splash.socket=Splash\uff1a\u670d\u52a1\u5668\u5957\u63a5\u5b57\u5931\u8d25
|
||||
error.splash.cmnd=Splash\uff1a\u65e0\u6cd5\u8bc6\u522b\u7684\u547d\u4ee4
|
||||
error.splash.port=Splash\uff1a\u672a\u6307\u5b9a\u7aef\u53e3
|
||||
error.splash.send=Splash\uff1a\u53d1\u9001\u5931\u8d25
|
||||
error.splash.timer=Splash\uff1a\u65e0\u6cd5\u521b\u5efa\u5173\u673a\u5b9a\u65f6\u5668
|
||||
error.splash.x11.open=Splash\uff1a\u65e0\u6cd5\u6253\u5f00 X11 \u663e\u793a
|
||||
error.splash.x11.connect=Splash\uff1aX11 \u8fde\u63a5\u5931\u8d25
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
\u7528\u6cd5:\tjavaws [\u8fd0\u884c\u9009\u9879] <jnlp \u6587\u4ef6> \
|
||||
\tjavaws [\u63a7\u5236\u9009\u9879] \
|
||||
\
|
||||
\u5176\u4e2d\u8fd0\u884c\u9009\u9879\u5305\u62ec: \
|
||||
-verbose \t\u663e\u793a\u5176\u4ed6\u8f93\u51fa\u5185\u5bb9 \
|
||||
-offline \t\u4ee5\u8131\u673a\u6a21\u5f0f\u8fd0\u884c\u5e94\u7528\u7a0b\u5e8f \
|
||||
-system \t\u4ec5\u4ece\u7cfb\u7edf\u9ad8\u901f\u7f13\u5b58\u8fd0\u884c\u5e94\u7528\u7a0b\u5e8f\
|
||||
-Xnosplash \t\u8fd0\u884c\u65f6\u4e0d\u663e\u793a\u95ea\u73b0\u5c4f\u5e55 \
|
||||
-J<\u9009\u9879> \t\u4e3a vm \u63d0\u4f9b\u9009\u9879 \
|
||||
-wait \t\u542f\u52a8 Java \u8fdb\u7a0b\u5e76\u7b49\u5f85\u5176\u9000\u51fa \
|
||||
\
|
||||
\u63a7\u5236\u9009\u9879\u5305\u62ec: \
|
||||
-viewer \t\u5728 Java \u63a7\u5236\u9762\u677f\u4e2d\u663e\u793a\u9ad8\u901f\u7f13\u5b58\u67e5\u770b\u5668\
|
||||
-uninstall \t\u4ece\u9ad8\u901f\u7f13\u5b58\u5220\u9664\u6240\u6709\u5e94\u7528\u7a0b\u5e8f\
|
||||
-uninstall <jnlp \u6587\u4ef6> \t\u4ece\u9ad8\u901f\u7f13\u5b58\u5220\u9664\u5e94\u7528\u7a0b\u5e8f \
|
||||
-import [\u5bfc\u5165\u9009\u9879] <jnlp \u6587\u4ef6>\t\u5c06\u5e94\u7528\u7a0b\u5e8f\u5bfc\u5165\u9ad8\u901f\u7f13\u5b58 \
|
||||
\
|
||||
\u5bfc\u5165\u9009\u9879\u5305\u62ec: \
|
||||
-silent \t\u4ee5\u65e0\u63d0\u793a\u6a21\u5f0f\uff08\u4e0d\u51fa\u73b0\u7528\u6237\u754c\u9762\uff09\u5bfc\u5165 \
|
||||
-system \t\u5c06\u5e94\u7528\u7a0b\u5e8f\u5bfc\u5165\u7cfb\u7edf\u9ad8\u901f\u7f13\u5b58 \
|
||||
-codebase <url>\t\u4ece\u7ed9\u5b9a\u7684\u4ee3\u7801\u4f4d\u7f6e\u68c0\u7d22\u8d44\u6e90 \
|
||||
-shortcut \t\u4ee5\u7528\u6237\u63a5\u53d7\u63d0\u793a\u7684\u65b9\u5f0f\u5b89\u88c5\u5feb\u6377\u65b9\u5f0f \
|
||||
-association \t\u4ee5\u7528\u6237\u63a5\u53d7\u63d0\u793a\u7684\u65b9\u5f0f\u5b89\u88c5\u5173\u8054 \
|
||||
\n
|
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=\u5167\u90e8\u932f\u8aa4\uff0c\u4e0d\u660e\u7684\u8a0a\u606f
|
||||
error.badinst.nojre=\u5b89\u88dd\u932f\u8aa4\u3002\u5728\u914d\u7f6e\u6a94\u4e2d\u627e\u4e0d\u5230 JRE
|
||||
error.badinst.execv=\u5b89\u88dd\u932f\u8aa4\u3002\u547c\u53eb Java VM (execv) \u6642\u767c\u751f\u932f\u8aa4
|
||||
error.badinst.sysexec=\u5b89\u88dd\u932f\u8aa4\u3002\u547c\u53eb Java VM (SysExec) \u6642\u767c\u751f\u932f\u8aa4
|
||||
error.listener.failed=Splash\uff1asysCreateListenerSocket \u5931\u6557
|
||||
error.accept.failed=Splash\uff1a\u63a5\u53d7\u5931\u6557
|
||||
error.recv.failed=Splash\uff1arecv \u5931\u6557
|
||||
error.invalid.port=Splash\uff1a\u6709\u6548\u7684\u901a\u8a0a\u57e0\u5c1a\u672a\u56de\u5fa9
|
||||
error.read=\u8b80\u53d6\u8d85\u51fa\u7de9\u885d\u5340\u5c3e\u7aef
|
||||
error.xmlparsing=XML \u89e3\u6790\u932f\u8aa4\uff1a\u627e\u5230\u932f\u8aa4\u7684 token \u7a2e\u985e
|
||||
error.splash.exit=Java Web Start \u9583\u73fe\u87a2\u5e55\u7a0b\u5e8f\u7d50\u675f\u4e2d.....\n
|
||||
error.winsock=tLast WinSock \u932f\u8aa4\uff1a
|
||||
error.winsock.load=\u7121\u6cd5\u8f09\u5165 winsock.dll
|
||||
error.winsock.start=WSAStartup \u5931\u6557
|
||||
error.badinst.nohome=\u5b89\u88dd\u932f\u8aa4\uff1a\u672a\u8a2d\u5b9a JAVAWS_HOME
|
||||
error.splash.noimage=Splash\uff1a\u7121\u6cd5\u8f09\u5165\u9583\u73fe\u87a2\u5e55\u5f71\u50cf
|
||||
error.splash.socket=Splash\uff1a\u4f3a\u670d\u5668 socket \u5931\u6557
|
||||
error.splash.cmnd=Splash\uff1a\u7121\u6cd5\u8fa8\u8b58\u6307\u4ee4
|
||||
error.splash.port=Splash\uff1a\u672a\u6307\u5b9a\u901a\u8a0a\u57e0
|
||||
error.splash.send=Splash\uff1a\u9001\u51fa\u5931\u6557
|
||||
error.splash.timer=Splash\uff1a\u7121\u6cd5\u5efa\u7acb\u95dc\u6a5f\u8a08\u6642\u5668
|
||||
error.splash.x11.open=Splash\uff1a\u7121\u6cd5\u958b\u555f X11 \u986f\u793a\u756b\u9762
|
||||
error.splash.x11.connect=Splash\uff1aX11 \u9023\u7dda\u5931\u6557
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
\u7528\u6cd5\uff1a\tjavaws [\u57f7\u884c\u9078\u9805] <jnlp \u6a94\u6848> \
|
||||
\tjavaws [\u63a7\u5236\u9078\u9805] \
|
||||
\
|
||||
\u5176\u4e2d\uff0c\u57f7\u884c\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-verbose \t\u986f\u793a\u66f4\u8a73\u7d30\u7684\u8f38\u51fa \
|
||||
-offline \t\u5728\u96e2\u7dda\u6a21\u5f0f\u4e0b\u57f7\u884c\u61c9\u7528\u7a0b\u5f0f \
|
||||
-system \t\u50c5\u5f9e\u7cfb\u7d71\u5feb\u53d6\u57f7\u884c\u61c9\u7528\u7a0b\u5f0f\
|
||||
-Xnosplash \t\u57f7\u884c\u6642\u4e0d\u986f\u793a\u8edf\u9ad4\u8cc7\u8a0a\u756b\u9762 \
|
||||
-J<\u9078\u9805> \t\u70ba vm \u63d0\u4f9b\u9078\u9805 \
|
||||
-wait \t\u555f\u52d5 Java \u7a0b\u5e8f\u4e26\u7b49\u5f85\u5176\u7d50\u675f \
|
||||
\
|
||||
\u63a7\u5236\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-viewer \t\u5728 Java \u63a7\u5236\u9762\u677f\u4e2d\u986f\u793a\u5feb\u53d6\u6aa2\u8996\u5668\
|
||||
-uninstall \t\u5f9e\u5feb\u53d6\u4e2d\u79fb\u9664\u6240\u6709\u61c9\u7528\u7a0b\u5f0f\
|
||||
-uninstall <jnlp \u6a94\u6848> \t\u5f9e\u5feb\u53d6\u4e2d\u79fb\u9664\u61c9\u7528\u7a0b\u5f0f \
|
||||
-import [\u532f\u5165\u9078\u9805] <jnlp \u6a94\u6848>\t\u5c07\u61c9\u7528\u7a0b\u5f0f\u532f\u5165\u5feb\u53d6 \
|
||||
\
|
||||
\u532f\u5165\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-silent \t\u532f\u5165\u6642\u4e0d\u51fa\u73fe\u8a0a\u606f (\u7121\u4f7f\u7528\u8005\u4ecb\u9762) \
|
||||
-system \t\u5c07\u61c9\u7528\u7a0b\u5f0f\u532f\u5165\u7cfb\u7d71\u5feb\u53d6 \
|
||||
-codebase <url>\t\u5f9e\u6307\u5b9a\u7684\u4ee3\u78bc\u5eab\u64f7\u53d6\u8cc7\u6e90 \
|
||||
-shortcut \t\u4e0d\u8ad6\u4f7f\u7528\u8005\u662f\u5426\u56de\u61c9\u63d0\u793a\u90fd\u5b89\u88dd\u6377\u5f91 \
|
||||
-association \t\u4e0d\u8ad6\u4f7f\u7528\u8005\u662f\u5426\u56de\u61c9\u63d0\u793a\u90fd\u5b89\u88dd\u95dc\u806f \
|
||||
\n
|
|
@ -0,0 +1,57 @@
|
|||
#
|
||||
# @(#)messages.properties 1.6 05/05/18
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
|
||||
error.internal.badmsg=\u5167\u90e8\u932f\u8aa4\uff0c\u4e0d\u660e\u7684\u8a0a\u606f
|
||||
error.badinst.nojre=\u5b89\u88dd\u932f\u8aa4\u3002\u5728\u914d\u7f6e\u6a94\u4e2d\u627e\u4e0d\u5230 JRE
|
||||
error.badinst.execv=\u5b89\u88dd\u932f\u8aa4\u3002\u547c\u53eb Java VM (execv) \u6642\u767c\u751f\u932f\u8aa4
|
||||
error.badinst.sysexec=\u5b89\u88dd\u932f\u8aa4\u3002\u547c\u53eb Java VM (SysExec) \u6642\u767c\u751f\u932f\u8aa4
|
||||
error.listener.failed=Splash\uff1asysCreateListenerSocket \u5931\u6557
|
||||
error.accept.failed=Splash\uff1a\u63a5\u53d7\u5931\u6557
|
||||
error.recv.failed=Splash\uff1arecv \u5931\u6557
|
||||
error.invalid.port=Splash\uff1a\u6709\u6548\u7684\u901a\u8a0a\u57e0\u5c1a\u672a\u56de\u5fa9
|
||||
error.read=\u8b80\u53d6\u8d85\u51fa\u7de9\u885d\u5340\u5c3e\u7aef
|
||||
error.xmlparsing=XML \u89e3\u6790\u932f\u8aa4\uff1a\u627e\u5230\u932f\u8aa4\u7684 token \u7a2e\u985e
|
||||
error.splash.exit=Java Web Start \u9583\u73fe\u87a2\u5e55\u7a0b\u5e8f\u7d50\u675f\u4e2d.....\n
|
||||
error.winsock=tLast WinSock \u932f\u8aa4\uff1a
|
||||
error.winsock.load=\u7121\u6cd5\u8f09\u5165 winsock.dll
|
||||
error.winsock.start=WSAStartup \u5931\u6557
|
||||
error.badinst.nohome=\u5b89\u88dd\u932f\u8aa4\uff1a\u672a\u8a2d\u5b9a JAVAWS_HOME
|
||||
error.splash.noimage=Splash\uff1a\u7121\u6cd5\u8f09\u5165\u9583\u73fe\u87a2\u5e55\u5f71\u50cf
|
||||
error.splash.socket=Splash\uff1a\u4f3a\u670d\u5668 socket \u5931\u6557
|
||||
error.splash.cmnd=Splash\uff1a\u7121\u6cd5\u8fa8\u8b58\u6307\u4ee4
|
||||
error.splash.port=Splash\uff1a\u672a\u6307\u5b9a\u901a\u8a0a\u57e0
|
||||
error.splash.send=Splash\uff1a\u9001\u51fa\u5931\u6557
|
||||
error.splash.timer=Splash\uff1a\u7121\u6cd5\u5efa\u7acb\u95dc\u6a5f\u8a08\u6642\u5668
|
||||
error.splash.x11.open=Splash\uff1a\u7121\u6cd5\u958b\u555f X11 \u986f\u793a\u756b\u9762
|
||||
error.splash.x11.connect=Splash\uff1aX11 \u9023\u7dda\u5931\u6557
|
||||
# Javaws usage: '\' is a joining of two sentence,which are connected including
|
||||
# the invisible character '\n'.
|
||||
message.javaws.usage=\
|
||||
\u7528\u6cd5\uff1a\tjavaws [\u57f7\u884c\u9078\u9805] <jnlp \u6a94\u6848> \
|
||||
\tjavaws [\u63a7\u5236\u9078\u9805] \
|
||||
\
|
||||
\u5176\u4e2d\uff0c\u57f7\u884c\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-verbose \t\u986f\u793a\u66f4\u8a73\u7d30\u7684\u8f38\u51fa \
|
||||
-offline \t\u5728\u96e2\u7dda\u6a21\u5f0f\u4e0b\u57f7\u884c\u61c9\u7528\u7a0b\u5f0f \
|
||||
-system \t\u50c5\u5f9e\u7cfb\u7d71\u5feb\u53d6\u57f7\u884c\u61c9\u7528\u7a0b\u5f0f\
|
||||
-Xnosplash \t\u57f7\u884c\u6642\u4e0d\u986f\u793a\u8edf\u9ad4\u8cc7\u8a0a\u756b\u9762 \
|
||||
-J<\u9078\u9805> \t\u70ba vm \u63d0\u4f9b\u9078\u9805 \
|
||||
-wait \t\u555f\u52d5 Java \u7a0b\u5e8f\u4e26\u7b49\u5f85\u5176\u7d50\u675f \
|
||||
\
|
||||
\u63a7\u5236\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-viewer \t\u5728 Java \u63a7\u5236\u9762\u677f\u4e2d\u986f\u793a\u5feb\u53d6\u6aa2\u8996\u5668\
|
||||
-uninstall \t\u5f9e\u5feb\u53d6\u4e2d\u79fb\u9664\u6240\u6709\u61c9\u7528\u7a0b\u5f0f\
|
||||
-uninstall <jnlp \u6a94\u6848> \t\u5f9e\u5feb\u53d6\u4e2d\u79fb\u9664\u61c9\u7528\u7a0b\u5f0f \
|
||||
-import [\u532f\u5165\u9078\u9805] <jnlp \u6a94\u6848>\t\u5c07\u61c9\u7528\u7a0b\u5f0f\u532f\u5165\u5feb\u53d6 \
|
||||
\
|
||||
\u532f\u5165\u9078\u9805\u5305\u62ec\uff1a \
|
||||
-silent \t\u532f\u5165\u6642\u4e0d\u51fa\u73fe\u8a0a\u606f (\u7121\u4f7f\u7528\u8005\u4ecb\u9762) \
|
||||
-system \t\u5c07\u61c9\u7528\u7a0b\u5f0f\u532f\u5165\u7cfb\u7d71\u5feb\u53d6 \
|
||||
-codebase <url>\t\u5f9e\u6307\u5b9a\u7684\u4ee3\u78bc\u5eab\u64f7\u53d6\u8cc7\u6e90 \
|
||||
-shortcut \t\u4e0d\u8ad6\u4f7f\u7528\u8005\u662f\u5426\u56de\u61c9\u63d0\u793a\u90fd\u5b89\u88dd\u6377\u5f91 \
|
||||
-association \t\u4e0d\u8ad6\u4f7f\u7528\u8005\u662f\u5426\u56de\u61c9\u63d0\u793a\u90fd\u5b89\u88dd\u95dc\u806f \
|
||||
\n
|
BIN
arduino-0018-windows/java/lib/deploy/splash.gif
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
arduino-0018-windows/java/lib/ext/dnsns.jar
Normal file
BIN
arduino-0018-windows/java/lib/ext/localedata.jar
Normal file
22
arduino-0018-windows/java/lib/ext/meta-index
Normal file
|
@ -0,0 +1,22 @@
|
|||
% VERSION 2
|
||||
% WARNING: this file is auto-generated; do not edit
|
||||
% UNSUPPORTED: this file and its format may change and/or
|
||||
% may be removed in a future release
|
||||
# dnsns.jar
|
||||
META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
|
||||
sun/net
|
||||
# localedata.jar
|
||||
sun/text
|
||||
sun/util
|
||||
# sunjce_provider.jar
|
||||
com/sun/crypto/
|
||||
META-INF/JCE_RSA.RSA
|
||||
META-INF/JCE_RSA.SF
|
||||
# sunmscapi.jar
|
||||
sun/security
|
||||
META-INF/JCE_RSA.RSA
|
||||
META-INF/JCE_RSA.SF
|
||||
# sunpkcs11.jar
|
||||
sun/security
|
||||
META-INF/JCE_RSA.RSA
|
||||
META-INF/JCE_RSA.SF
|
BIN
arduino-0018-windows/java/lib/ext/sunjce_provider.jar
Normal file
BIN
arduino-0018-windows/java/lib/ext/sunmscapi.jar
Normal file
BIN
arduino-0018-windows/java/lib/ext/sunpkcs11.jar
Normal file
76
arduino-0018-windows/java/lib/flavormap.properties
Normal file
|
@ -0,0 +1,76 @@
|
|||
# @(#)flavormap.properties 1.14 02/09/05
|
||||
#
|
||||
# This properties file is used to initialize the default
|
||||
# java.awt.datatransfer.SystemFlavorMap. It contains the Win32 platform-
|
||||
# specific, default mappings between common Win32 Clipboard atoms and platform-
|
||||
# independent MIME type strings, which will be converted into
|
||||
# java.awt.datatransfer.DataFlavors.
|
||||
#
|
||||
# These default mappings may be augmented by specifying the
|
||||
#
|
||||
# AWT.DnD.flavorMapFileURL
|
||||
#
|
||||
# property in the appropriate awt.properties file. The specified properties URL
|
||||
# will be loaded into the SystemFlavorMap.
|
||||
#
|
||||
# The standard format is:
|
||||
#
|
||||
# <native>=<MIME type>
|
||||
#
|
||||
# <native> should be a string identifier that the native platform will
|
||||
# recognize as a valid data format. <MIME type> should specify both a MIME
|
||||
# primary type and a MIME subtype separated by a '/'. The MIME type may include
|
||||
# parameters, where each parameter is a key/value pair separated by '=', and
|
||||
# where each parameter to the MIME type is separated by a ';'.
|
||||
#
|
||||
# Because SystemFlavorMap implements FlavorTable, developers are free to
|
||||
# duplicate both native keys and DataFlavor values. If a mapping contains a
|
||||
# duplicate key or value, earlier mappings which included this key or value
|
||||
# will be preferred.
|
||||
#
|
||||
# Mappings whose values specify DataFlavors with primary MIME types of
|
||||
# "text", and which support the charset parameter, should specify the exact
|
||||
# format in which the native platform expects the data. The "charset"
|
||||
# parameter specifies the char to byte encoding, the "eoln" parameter
|
||||
# specifies the end-of-line marker, and the "terminators" parameter specifies
|
||||
# the number of terminating NUL bytes. Note that "eoln" and "terminators"
|
||||
# are not standardized MIME type parameters. They are specific to this file
|
||||
# format ONLY. They will not appear in any of the DataFlavors returned by the
|
||||
# SystemFlavorMap at the Java level.
|
||||
#
|
||||
# If the "charset" parameter is omitted, or has zero length, the platform
|
||||
# default encoding is assumed. If the "eoln" parameter is omitted, or has
|
||||
# zero length, "\n" is assumed. If the "terminators" parameter is omitted,
|
||||
# or has a value less than zero, zero is assumed.
|
||||
#
|
||||
# Upon initialization, the data transfer subsystem will record the specified
|
||||
# details of the native text format, but the default SystemFlavorMap will
|
||||
# present a large set of synthesized DataFlavors which map, in both
|
||||
# directions, to the native. After receiving data from the application in one
|
||||
# of the synthetic DataFlavors, the data transfer subsystem will transform
|
||||
# the data stream into the format specified in this file before passing the
|
||||
# transformed stream to the native system.
|
||||
#
|
||||
# Mappings whose values specify DataFlavors with primary MIME types of
|
||||
# "text", but which do not support the charset parameter, will be treated as
|
||||
# opaque, 8-bit data. They will not undergo any transformation process, and
|
||||
# any "charset", "eoln", or "terminators" parameters specified in this file
|
||||
# will be ignored.
|
||||
#
|
||||
# See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
|
||||
# text flavors which support the charset parameter.
|
||||
|
||||
UNICODE\ TEXT=text/plain;charset=utf-16le;eoln="\r\n";terminators=2
|
||||
TEXT=text/plain;eoln="\r\n";terminators=1
|
||||
HTML\ Format=text/html;charset=utf-8;eoln="\r\n";terminators=1
|
||||
Rich\ Text\ Format=text/rtf
|
||||
HDROP=application/x-java-file-list;class=java.util.List
|
||||
PNG=image/x-java-image;class=java.awt.Image
|
||||
JFIF=image/x-java-image;class=java.awt.Image
|
||||
DIB=image/x-java-image;class=java.awt.Image
|
||||
ENHMETAFILE=image/x-java-image;class=java.awt.Image
|
||||
METAFILEPICT=image/x-java-image;class=java.awt.Image
|
||||
LOCALE=application/x-java-text-encoding;class="[B"
|
||||
UniformResourceLocator=application/x-java-url;class=java.net.URL
|
||||
UniformResourceLocator=text/uri-list;eoln="\r\n";terminators=1
|
||||
UniformResourceLocator=text/plain;eoln="\r\n";terminators=1
|
BIN
arduino-0018-windows/java/lib/fontconfig.98.bfc
Normal file
220
arduino-0018-windows/java/lib/fontconfig.98.properties.src
Normal file
|
@ -0,0 +1,220 @@
|
|||
# @(#)fontconfig.98.properties 1.8 04/02/05
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
|
||||
#
|
||||
|
||||
# Version
|
||||
|
||||
version=1
|
||||
|
||||
# Component Font Mappings
|
||||
|
||||
allfonts.chinese-ms936=SimSun
|
||||
allfonts.dingbats=Wingdings
|
||||
allfonts.lucida=Lucida Sans Regular
|
||||
allfonts.symbol=Symbol
|
||||
allfonts.thai=Lucida Sans Regular
|
||||
|
||||
serif.plain.alphabetic=Times New Roman
|
||||
serif.plain.chinese-ms950=MingLiU
|
||||
serif.plain.hebrew=David
|
||||
serif.plain.japanese=\uff2d\uff33 \u660e\u671d
|
||||
serif.plain.korean=Batang
|
||||
|
||||
serif.bold.alphabetic=Times New Roman Bold
|
||||
serif.bold.chinese-ms950=PMingLiU
|
||||
serif.bold.hebrew=David Bold
|
||||
serif.bold.japanese=\uff2d\uff33 \u660e\u671d
|
||||
serif.bold.korean=Batang
|
||||
|
||||
serif.italic.alphabetic=Times New Roman Italic
|
||||
serif.italic.chinese-ms950=PMingLiU
|
||||
serif.italic.hebrew=David
|
||||
serif.italic.japanese=\uff2d\uff33 \u660e\u671d
|
||||
serif.italic.korean=Batang
|
||||
|
||||
serif.bolditalic.alphabetic=Times New Roman Bold Italic
|
||||
serif.bolditalic.chinese-ms950=PMingLiU
|
||||
serif.bolditalic.hebrew=David Bold
|
||||
serif.bolditalic.japanese=\uff2d\uff33 \u660e\u671d
|
||||
serif.bolditalic.korean=Batang
|
||||
|
||||
sansserif.plain.alphabetic=Arial
|
||||
sansserif.plain.chinese-ms950=MingLiU
|
||||
sansserif.plain.hebrew=David
|
||||
sansserif.plain.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
sansserif.plain.korean=Gulim
|
||||
|
||||
sansserif.bold.alphabetic=Arial Bold
|
||||
sansserif.bold.chinese-ms950=PMingLiU
|
||||
sansserif.bold.hebrew=David Bold
|
||||
sansserif.bold.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
sansserif.bold.korean=Gulim
|
||||
|
||||
sansserif.italic.alphabetic=Arial Italic
|
||||
sansserif.italic.chinese-ms950=PMingLiU
|
||||
sansserif.italic.hebrew=David
|
||||
sansserif.italic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
sansserif.italic.korean=Gulim
|
||||
|
||||
sansserif.bolditalic.alphabetic=Arial Bold Italic
|
||||
sansserif.bolditalic.chinese-ms950=PMingLiU
|
||||
sansserif.bolditalic.hebrew=David Bold
|
||||
sansserif.bolditalic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
sansserif.bolditalic.korean=Gulim
|
||||
|
||||
monospaced.plain.alphabetic=Courier New
|
||||
monospaced.plain.chinese-ms950=MingLiU
|
||||
monospaced.plain.hebrew=David
|
||||
monospaced.plain.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
monospaced.plain.korean=GulimChe
|
||||
|
||||
monospaced.bold.alphabetic=Courier New Bold
|
||||
monospaced.bold.chinese-ms950=PMingLiU
|
||||
monospaced.bold.hebrew=David Bold
|
||||
monospaced.bold.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
monospaced.bold.korean=GulimChe
|
||||
|
||||
monospaced.italic.alphabetic=Courier New Italic
|
||||
monospaced.italic.chinese-ms950=PMingLiU
|
||||
monospaced.italic.hebrew=David
|
||||
monospaced.italic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
monospaced.italic.korean=GulimChe
|
||||
|
||||
monospaced.bolditalic.alphabetic=Courier New Bold Italic
|
||||
monospaced.bolditalic.chinese-ms950=PMingLiU
|
||||
monospaced.bolditalic.hebrew=David Bold
|
||||
monospaced.bolditalic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
monospaced.bolditalic.korean=GulimChe
|
||||
|
||||
dialog.plain.alphabetic=Arial
|
||||
dialog.plain.chinese-ms950=MingLiU
|
||||
dialog.plain.hebrew=David
|
||||
dialog.plain.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialog.plain.korean=Gulim
|
||||
|
||||
dialog.bold.alphabetic=Arial Bold
|
||||
dialog.bold.chinese-ms950=PMingLiU
|
||||
dialog.bold.hebrew=David Bold
|
||||
dialog.bold.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialog.bold.korean=Gulim
|
||||
|
||||
dialog.italic.alphabetic=Arial Italic
|
||||
dialog.italic.chinese-ms950=PMingLiU
|
||||
dialog.italic.hebrew=David
|
||||
dialog.italic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialog.italic.korean=Gulim
|
||||
|
||||
dialog.bolditalic.alphabetic=Arial Bold Italic
|
||||
dialog.bolditalic.chinese-ms950=PMingLiU
|
||||
dialog.bolditalic.hebrew=David Bold
|
||||
dialog.bolditalic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialog.bolditalic.korean=Gulim
|
||||
|
||||
dialoginput.plain.alphabetic=Courier New
|
||||
dialoginput.plain.chinese-ms950=MingLiU
|
||||
dialoginput.plain.hebrew=David
|
||||
dialoginput.plain.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialoginput.plain.korean=Gulim
|
||||
|
||||
dialoginput.bold.alphabetic=Courier New Bold
|
||||
dialoginput.bold.chinese-ms950=PMingLiU
|
||||
dialoginput.bold.hebrew=David Bold
|
||||
dialoginput.bold.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialoginput.bold.korean=Gulim
|
||||
|
||||
dialoginput.italic.alphabetic=Courier New Italic
|
||||
dialoginput.italic.chinese-ms950=PMingLiU
|
||||
dialoginput.italic.hebrew=David
|
||||
dialoginput.italic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialoginput.italic.korean=Gulim
|
||||
|
||||
dialoginput.bolditalic.alphabetic=Courier New Bold Italic
|
||||
dialoginput.bolditalic.chinese-ms950=PMingLiU
|
||||
dialoginput.bolditalic.hebrew=David Bold
|
||||
dialoginput.bolditalic.japanese=\uff2d\uff33 \u30b4\u30b7\u30c3\u30af
|
||||
dialoginput.bolditalic.korean=Gulim
|
||||
|
||||
# Search Sequences
|
||||
|
||||
sequence.allfonts=alphabetic/default,dingbats,symbol
|
||||
|
||||
sequence.serif.GBK=alphabetic/1252,chinese-ms936,dingbats,symbol
|
||||
sequence.sansserif.GBK=alphabetic/1252,chinese-ms936,dingbats,symbol
|
||||
sequence.monospaced.GBK=chinese-ms936,alphabetic/1252,dingbats,symbol
|
||||
sequence.dialog.GBK=alphabetic/1252,chinese-ms936,dingbats,symbol
|
||||
sequence.dialoginput.GBK=alphabetic/1252,chinese-ms936,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-950=alphabetic/1252,chinese-ms950,dingbats,symbol
|
||||
sequence.sansserif.x-windows-950=alphabetic/1252,chinese-ms950,dingbats,symbol
|
||||
sequence.monospaced.x-windows-950=chinese-ms950,alphabetic/1252,dingbats,symbol
|
||||
sequence.dialog.x-windows-950=alphabetic/1252,chinese-ms950,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-950=alphabetic/1252,chinese-ms950,dingbats,symbol
|
||||
|
||||
sequence.allfonts.windows-1255=hebrew,alphabetic/1252,dingbats,symbol
|
||||
|
||||
sequence.serif.windows-31j=alphabetic/1252,japanese,dingbats,symbol
|
||||
sequence.sansserif.windows-31j=alphabetic/1252,japanese,dingbats,symbol
|
||||
sequence.monospaced.windows-31j=japanese,alphabetic/1252,dingbats,symbol
|
||||
sequence.dialog.windows-31j=alphabetic/1252,japanese,dingbats,symbol
|
||||
sequence.dialoginput.windows-31j=alphabetic/1252,japanese,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-949=alphabetic/1252,korean,dingbats,symbol
|
||||
sequence.sansserif.x-windows-949=alphabetic/1252,korean,dingbats,symbol
|
||||
sequence.monospaced.x-windows-949=korean,alphabetic/1252,dingbats,symbol
|
||||
sequence.dialog.x-windows-949=alphabetic/1252,korean,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-949=alphabetic/1252,korean,dingbats,symbol
|
||||
|
||||
sequence.allfonts.x-windows-874=alphabetic/1252,thai,dingbats,symbol
|
||||
|
||||
sequence.fallback=lucida
|
||||
|
||||
# Exclusion Ranges
|
||||
|
||||
exclusion.alphabetic=0700-1e9f,1f00-20ab,20ad-f8ff
|
||||
exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac
|
||||
|
||||
# Monospaced to Proportional width variant mapping
|
||||
# (Experimental private syntax)
|
||||
proportional.\uff2d\uff33_\u30b4\u30b7\u30c3\u30af=\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af
|
||||
proportional.\uff2d\uff33_\u660e\u671d=\uff2d\uff33 \uff30\u660e\u671d
|
||||
proportional.MingLiU=PMingLiU
|
||||
|
||||
# Font File Names
|
||||
|
||||
filename.Arial=ARIAL.TTF
|
||||
filename.Arial_Bold=ARIALBD.TTF
|
||||
filename.Arial_Italic=ARIALI.TTF
|
||||
filename.Arial_Bold_Italic=ARIALBI.TTF
|
||||
|
||||
filename.Courier_New=COUR.TTF
|
||||
filename.Courier_New_Bold=COURBD.TTF
|
||||
filename.Courier_New_Italic=COURI.TTF
|
||||
filename.Courier_New_Bold_Italic=COURBI.TTF
|
||||
|
||||
filename.Times_New_Roman=TIMES.TTF
|
||||
filename.Times_New_Roman_Bold=TIMESBD.TTF
|
||||
filename.Times_New_Roman_Italic=TIMESI.TTF
|
||||
filename.Times_New_Roman_Bold_Italic=TIMESBI.TTF
|
||||
|
||||
filename.SimSun=SIMSUN.TTF
|
||||
|
||||
filename.MingLiU=MINGLIU.TTC
|
||||
filename.PMingLiU=MINGLIU.TTC
|
||||
|
||||
filename.David=DAVID.TTF
|
||||
filename.David_Bold=DAVIDBD.TTF
|
||||
|
||||
filename.\uff2d\uff33_\u660e\u671d=MSMINCHO.TTC
|
||||
filename.\uff2d\uff33_\uff30\u660e\u671d=MSMINCHO.TTC
|
||||
filename.\uff2d\uff33_\u30b4\u30b7\u30c3\u30af=MSGOTHIC.TTC
|
||||
filename.\uff2d\uff33_\uff30\u30b4\u30b7\u30c3\u30af=MSGOTHIC.TTC
|
||||
|
||||
filename.Gulim=gulim.TTC
|
||||
filename.Batang=batang.TTC
|
||||
filename.GulimChe=gulim.TTC
|
||||
|
||||
filename.Lucida_Sans_Regular=LucidaSansRegular.ttf
|
||||
filename.Symbol=SYMBOL.TTF
|
||||
filename.Wingdings=WINGDING.TTF
|
||||
|
BIN
arduino-0018-windows/java/lib/fontconfig.bfc
Normal file
243
arduino-0018-windows/java/lib/fontconfig.properties.src
Normal file
|
@ -0,0 +1,243 @@
|
|||
# @(#)fontconfig.properties 1.5 04/01/28
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
|
||||
#
|
||||
|
||||
# Version
|
||||
|
||||
version=1
|
||||
|
||||
# Component Font Mappings
|
||||
|
||||
allfonts.chinese-ms936=SimSun
|
||||
allfonts.chinese-gb18030=SimSun-18030
|
||||
allfonts.chinese-hkscs=MingLiU_HKSCS
|
||||
allfonts.devanagari=Mangal
|
||||
allfonts.dingbats=Wingdings
|
||||
allfonts.lucida=Lucida Sans Regular
|
||||
allfonts.symbol=Symbol
|
||||
allfonts.thai=Lucida Sans Regular
|
||||
|
||||
serif.plain.alphabetic=Times New Roman
|
||||
serif.plain.chinese-ms950=MingLiU
|
||||
serif.plain.hebrew=David
|
||||
serif.plain.japanese=MS Mincho
|
||||
serif.plain.korean=Batang
|
||||
|
||||
serif.bold.alphabetic=Times New Roman Bold
|
||||
serif.bold.chinese-ms950=PMingLiU
|
||||
serif.bold.hebrew=David Bold
|
||||
serif.bold.japanese=MS Mincho
|
||||
serif.bold.korean=Batang
|
||||
|
||||
serif.italic.alphabetic=Times New Roman Italic
|
||||
serif.italic.chinese-ms950=PMingLiU
|
||||
serif.italic.hebrew=David
|
||||
serif.italic.japanese=MS Mincho
|
||||
serif.italic.korean=Batang
|
||||
|
||||
serif.bolditalic.alphabetic=Times New Roman Bold Italic
|
||||
serif.bolditalic.chinese-ms950=PMingLiU
|
||||
serif.bolditalic.hebrew=David Bold
|
||||
serif.bolditalic.japanese=MS Mincho
|
||||
serif.bolditalic.korean=Batang
|
||||
|
||||
sansserif.plain.alphabetic=Arial
|
||||
sansserif.plain.chinese-ms950=MingLiU
|
||||
sansserif.plain.hebrew=David
|
||||
sansserif.plain.japanese=MS Gothic
|
||||
sansserif.plain.korean=Gulim
|
||||
|
||||
sansserif.bold.alphabetic=Arial Bold
|
||||
sansserif.bold.chinese-ms950=PMingLiU
|
||||
sansserif.bold.hebrew=David Bold
|
||||
sansserif.bold.japanese=MS Gothic
|
||||
sansserif.bold.korean=Gulim
|
||||
|
||||
sansserif.italic.alphabetic=Arial Italic
|
||||
sansserif.italic.chinese-ms950=PMingLiU
|
||||
sansserif.italic.hebrew=David
|
||||
sansserif.italic.japanese=MS Gothic
|
||||
sansserif.italic.korean=Gulim
|
||||
|
||||
sansserif.bolditalic.alphabetic=Arial Bold Italic
|
||||
sansserif.bolditalic.chinese-ms950=PMingLiU
|
||||
sansserif.bolditalic.hebrew=David Bold
|
||||
sansserif.bolditalic.japanese=MS Gothic
|
||||
sansserif.bolditalic.korean=Gulim
|
||||
|
||||
monospaced.plain.alphabetic=Courier New
|
||||
monospaced.plain.chinese-ms950=MingLiU
|
||||
monospaced.plain.hebrew=David
|
||||
monospaced.plain.japanese=MS Gothic
|
||||
monospaced.plain.korean=GulimChe
|
||||
|
||||
monospaced.bold.alphabetic=Courier New Bold
|
||||
monospaced.bold.chinese-ms950=PMingLiU
|
||||
monospaced.bold.hebrew=David Bold
|
||||
monospaced.bold.japanese=MS Gothic
|
||||
monospaced.bold.korean=GulimChe
|
||||
|
||||
monospaced.italic.alphabetic=Courier New Italic
|
||||
monospaced.italic.chinese-ms950=PMingLiU
|
||||
monospaced.italic.hebrew=David
|
||||
monospaced.italic.japanese=MS Gothic
|
||||
monospaced.italic.korean=GulimChe
|
||||
|
||||
monospaced.bolditalic.alphabetic=Courier New Bold Italic
|
||||
monospaced.bolditalic.chinese-ms950=PMingLiU
|
||||
monospaced.bolditalic.hebrew=David Bold
|
||||
monospaced.bolditalic.japanese=MS Gothic
|
||||
monospaced.bolditalic.korean=GulimChe
|
||||
|
||||
dialog.plain.alphabetic=Arial
|
||||
dialog.plain.chinese-ms950=MingLiU
|
||||
dialog.plain.hebrew=David
|
||||
dialog.plain.japanese=MS Gothic
|
||||
dialog.plain.korean=Gulim
|
||||
|
||||
dialog.bold.alphabetic=Arial Bold
|
||||
dialog.bold.chinese-ms950=PMingLiU
|
||||
dialog.bold.hebrew=David Bold
|
||||
dialog.bold.japanese=MS Gothic
|
||||
dialog.bold.korean=Gulim
|
||||
|
||||
dialog.italic.alphabetic=Arial Italic
|
||||
dialog.italic.chinese-ms950=PMingLiU
|
||||
dialog.italic.hebrew=David
|
||||
dialog.italic.japanese=MS Gothic
|
||||
dialog.italic.korean=Gulim
|
||||
|
||||
dialog.bolditalic.alphabetic=Arial Bold Italic
|
||||
dialog.bolditalic.chinese-ms950=PMingLiU
|
||||
dialog.bolditalic.hebrew=David Bold
|
||||
dialog.bolditalic.japanese=MS Gothic
|
||||
dialog.bolditalic.korean=Gulim
|
||||
|
||||
dialoginput.plain.alphabetic=Courier New
|
||||
dialoginput.plain.chinese-ms950=MingLiU
|
||||
dialoginput.plain.hebrew=David
|
||||
dialoginput.plain.japanese=MS Gothic
|
||||
dialoginput.plain.korean=Gulim
|
||||
|
||||
dialoginput.bold.alphabetic=Courier New Bold
|
||||
dialoginput.bold.chinese-ms950=PMingLiU
|
||||
dialoginput.bold.hebrew=David Bold
|
||||
dialoginput.bold.japanese=MS Gothic
|
||||
dialoginput.bold.korean=Gulim
|
||||
|
||||
dialoginput.italic.alphabetic=Courier New Italic
|
||||
dialoginput.italic.chinese-ms950=PMingLiU
|
||||
dialoginput.italic.hebrew=David
|
||||
dialoginput.italic.japanese=MS Gothic
|
||||
dialoginput.italic.korean=Gulim
|
||||
|
||||
dialoginput.bolditalic.alphabetic=Courier New Bold Italic
|
||||
dialoginput.bolditalic.chinese-ms950=PMingLiU
|
||||
dialoginput.bolditalic.hebrew=David Bold
|
||||
dialoginput.bolditalic.japanese=MS Gothic
|
||||
dialoginput.bolditalic.korean=Gulim
|
||||
|
||||
# Search Sequences
|
||||
|
||||
sequence.allfonts=alphabetic/default,dingbats,symbol
|
||||
|
||||
sequence.serif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.sansserif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.monospaced.GBK=chinese-ms936,alphabetic,dingbats,symbol
|
||||
sequence.dialog.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.dialoginput.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
|
||||
sequence.serif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.sansserif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.monospaced.GB18030=chinese-gb18030,alphabetic,dingbats,symbol
|
||||
sequence.dialog.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.dialoginput.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.sansserif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.monospaced.x-windows-950=chinese-ms950,alphabetic,dingbats,symbol
|
||||
sequence.dialog.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
|
||||
sequence.serif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.sansserif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.monospaced.x-MS950-HKSCS=chinese-ms950,alphabetic,chinese-hkscs,dingbats,symbol
|
||||
sequence.dialog.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.dialoginput.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
|
||||
sequence.allfonts.UTF-8.hi=alphabetic/1252,devanagari,dingbats,symbol
|
||||
|
||||
sequence.allfonts.windows-1255=hebrew,alphabetic/1252,dingbats,symbol
|
||||
|
||||
sequence.serif.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.sansserif.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.monospaced.windows-31j=japanese,alphabetic,dingbats,symbol
|
||||
sequence.dialog.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.dialoginput.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.sansserif.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.monospaced.x-windows-949=korean,alphabetic,dingbats,symbol
|
||||
sequence.dialog.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
|
||||
sequence.allfonts.x-windows-874=alphabetic,thai,dingbats,symbol
|
||||
|
||||
sequence.fallback=lucida,\
|
||||
chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030,\
|
||||
japanese,korean
|
||||
|
||||
# Exclusion Ranges
|
||||
|
||||
exclusion.alphabetic=0700-1e9f,1f00-20ab,20ad-f8ff
|
||||
exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be
|
||||
exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac
|
||||
|
||||
# Monospaced to Proportional width variant mapping
|
||||
# (Experimental private syntax)
|
||||
proportional.MS_Gothic=MS PGothic
|
||||
proportional.MS_Mincho=MS PMincho
|
||||
proportional.MingLiU=PMingLiU
|
||||
|
||||
# Font File Names
|
||||
|
||||
filename.Arial=ARIAL.TTF
|
||||
filename.Arial_Bold=ARIALBD.TTF
|
||||
filename.Arial_Italic=ARIALI.TTF
|
||||
filename.Arial_Bold_Italic=ARIALBI.TTF
|
||||
|
||||
filename.Courier_New=COUR.TTF
|
||||
filename.Courier_New_Bold=COURBD.TTF
|
||||
filename.Courier_New_Italic=COURI.TTF
|
||||
filename.Courier_New_Bold_Italic=COURBI.TTF
|
||||
|
||||
filename.Times_New_Roman=TIMES.TTF
|
||||
filename.Times_New_Roman_Bold=TIMESBD.TTF
|
||||
filename.Times_New_Roman_Italic=TIMESI.TTF
|
||||
filename.Times_New_Roman_Bold_Italic=TIMESBI.TTF
|
||||
|
||||
filename.SimSun=SIMSUN.TTC
|
||||
filename.SimSun-18030=SIMSUN18030.TTC
|
||||
|
||||
filename.MingLiU=MINGLIU.TTC
|
||||
filename.PMingLiU=MINGLIU.TTC
|
||||
filename.MingLiU_HKSCS=hkscsm3u.ttf
|
||||
|
||||
filename.David=DAVID.TTF
|
||||
filename.David_Bold=DAVIDBD.TTF
|
||||
|
||||
filename.MS_Mincho=MSMINCHO.TTC
|
||||
filename.MS_PMincho=MSMINCHO.TTC
|
||||
filename.MS_Gothic=MSGOTHIC.TTC
|
||||
filename.MS_PGothic=MSGOTHIC.TTC
|
||||
|
||||
filename.Gulim=gulim.TTC
|
||||
filename.Batang=batang.TTC
|
||||
filename.GulimChe=gulim.TTC
|
||||
|
||||
filename.Lucida_Sans_Regular=LucidaSansRegular.ttf
|
||||
filename.Mangal=MANGAL.TTF
|
||||
filename.Symbol=SYMBOL.TTF
|
||||
filename.Wingdings=WINGDING.TTF
|
||||
|
BIN
arduino-0018-windows/java/lib/fonts/LucidaBrightDemiBold.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaBrightDemiItalic.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaBrightItalic.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaBrightRegular.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaSansDemiBold.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaSansRegular.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaTypewriterBold.ttf
Normal file
BIN
arduino-0018-windows/java/lib/fonts/LucidaTypewriterRegular.ttf
Normal file
24
arduino-0018-windows/java/lib/i386/jvm.cfg
Normal file
|
@ -0,0 +1,24 @@
|
|||
#
|
||||
# @(#)jvm.cfg 1.8 05/11/17
|
||||
#
|
||||
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# List of JVMs that can be used as an option to java, javac, etc.
|
||||
# Order is important -- first in this list is the default JVM.
|
||||
# NOTE that this both this file and its format are UNSUPPORTED and
|
||||
# WILL GO AWAY in a future release.
|
||||
#
|
||||
# You may also select a JVM in an arbitrary location with the
|
||||
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
|
||||
# and may not be available in a future release.
|
||||
#
|
||||
-client KNOWN
|
||||
-server KNOWN
|
||||
-hotspot ALIASED_TO -client
|
||||
-classic WARN
|
||||
-native ERROR
|
||||
-green ERROR
|
BIN
arduino-0018-windows/java/lib/im/indicim.jar
Normal file
BIN
arduino-0018-windows/java/lib/im/thaiim.jar
Normal file
|
@ -0,0 +1,41 @@
|
|||
#
|
||||
# @(#)cursors.properties 1.5 99/07/12
|
||||
#
|
||||
# Cursors Properties file
|
||||
#
|
||||
# Names GIF89 sources for Custom Cursors and their associated HotSpots
|
||||
#
|
||||
# Note: the syntax of the property name is significant and is parsed
|
||||
# by java.awt.Cursor
|
||||
#
|
||||
# The syntax is: Cursor.<name>.<geom>.File=win32_<filename>
|
||||
# Cursor.<name>.<geom>.HotSpot=<x>,<y>
|
||||
# Cursor.<name>.<geom>.Name=<localized name>
|
||||
#
|
||||
Cursor.CopyDrop.32x32.File=win32_CopyDrop32x32.gif
|
||||
Cursor.CopyDrop.32x32.HotSpot=0,0
|
||||
Cursor.CopyDrop.32x32.Name=CopyDrop32x32
|
||||
#
|
||||
Cursor.MoveDrop.32x32.File=win32_MoveDrop32x32.gif
|
||||
Cursor.MoveDrop.32x32.HotSpot=0,0
|
||||
Cursor.MoveDrop.32x32.Name=MoveDrop32x32
|
||||
#
|
||||
Cursor.LinkDrop.32x32.File=win32_LinkDrop32x32.gif
|
||||
Cursor.LinkDrop.32x32.HotSpot=0,0
|
||||
Cursor.LinkDrop.32x32.Name=LinkDrop32x32
|
||||
#
|
||||
Cursor.CopyNoDrop.32x32.File=win32_CopyNoDrop32x32.gif
|
||||
Cursor.CopyNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
|
||||
#
|
||||
Cursor.MoveNoDrop.32x32.File=win32_MoveNoDrop32x32.gif
|
||||
Cursor.MoveNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
|
||||
#
|
||||
Cursor.LinkNoDrop.32x32.File=win32_LinkNoDrop32x32.gif
|
||||
Cursor.LinkNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32
|
||||
#
|
||||
Cursor.Invalid.32x32.File=invalid32x32.gif
|
||||
Cursor.Invalid.32x32.HotSpot=6,2
|
||||
Cursor.Invalid.32x32.Name=Invalid32x32
|
BIN
arduino-0018-windows/java/lib/images/cursors/invalid32x32.gif
Normal file
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 153 B |
BIN
arduino-0018-windows/java/lib/javaws.jar
Normal file
BIN
arduino-0018-windows/java/lib/jce.jar
Normal file
BIN
arduino-0018-windows/java/lib/jsse.jar
Normal file
60
arduino-0018-windows/java/lib/jvm.hprof.txt
Normal file
|
@ -0,0 +1,60 @@
|
|||
Header for -agentlib:hprof (or -Xrunhprof) ASCII Output (JDK 5.0 JVMTI based)
|
||||
|
||||
@(#)jvm.hprof.txt 1.5 06/01/28
|
||||
|
||||
Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
|
||||
|
||||
WARNING! This file format is under development, and is subject to
|
||||
change without notice.
|
||||
|
||||
This file contains the following types of records:
|
||||
|
||||
THREAD START
|
||||
THREAD END mark the lifetime of Java threads
|
||||
|
||||
TRACE represents a Java stack trace. Each trace consists
|
||||
of a series of stack frames. Other records refer to
|
||||
TRACEs to identify (1) where object allocations have
|
||||
taken place, (2) the frames in which GC roots were
|
||||
found, and (3) frequently executed methods.
|
||||
|
||||
HEAP DUMP is a complete snapshot of all live objects in the Java
|
||||
heap. Following distinctions are made:
|
||||
|
||||
ROOT root set as determined by GC
|
||||
CLS classes
|
||||
OBJ instances
|
||||
ARR arrays
|
||||
|
||||
SITES is a sorted list of allocation sites. This identifies
|
||||
the most heavily allocated object types, and the TRACE
|
||||
at which those allocations occurred.
|
||||
|
||||
CPU SAMPLES is a statistical profile of program execution. The VM
|
||||
periodically samples all running threads, and assigns
|
||||
a quantum to active TRACEs in those threads. Entries
|
||||
in this record are TRACEs ranked by the percentage of
|
||||
total quanta they consumed; top-ranked TRACEs are
|
||||
typically hot spots in the program.
|
||||
|
||||
CPU TIME is a profile of program execution obtained by measuring
|
||||
the time spent in individual methods (excluding the time
|
||||
spent in callees), as well as by counting the number of
|
||||
times each method is called. Entries in this record are
|
||||
TRACEs ranked by the percentage of total CPU time. The
|
||||
"count" field indicates the number of times each TRACE
|
||||
is invoked.
|
||||
|
||||
MONITOR TIME is a profile of monitor contention obtained by measuring
|
||||
the time spent by a thread waiting to enter a monitor.
|
||||
Entries in this record are TRACEs ranked by the percentage
|
||||
of total monitor contention time and a brief description
|
||||
of the monitor. The "count" field indicates the number of
|
||||
times the monitor was contended at that TRACE.
|
||||
|
||||
MONITOR DUMP is a complete snapshot of all the monitors and threads in
|
||||
the System.
|
||||
|
||||
HEAP DUMP, SITES, CPU SAMPLES|TIME and MONITOR DUMP|TIME records are generated
|
||||
at program exit. They can also be obtained during program execution by typing
|
||||
Ctrl-\ (on Solaris) or by typing Ctrl-Break (on Win32).
|
BIN
arduino-0018-windows/java/lib/launcher.exe
Normal file
54
arduino-0018-windows/java/lib/logging.properties
Normal file
|
@ -0,0 +1,54 @@
|
|||
############################################################
|
||||
# Default Logging Configuration File
|
||||
#
|
||||
# You can use a different file by specifying a filename
|
||||
# with the java.util.logging.config.file system property.
|
||||
# For example java -Djava.util.logging.config.file=myfile
|
||||
############################################################
|
||||
|
||||
############################################################
|
||||
# Global properties
|
||||
############################################################
|
||||
|
||||
# "handlers" specifies a comma separated list of log Handler
|
||||
# classes. These handlers will be installed during VM startup.
|
||||
# Note that these classes must be on the system classpath.
|
||||
# By default we only configure a ConsoleHandler, which will only
|
||||
# show messages at the INFO and above levels.
|
||||
handlers= java.util.logging.ConsoleHandler
|
||||
|
||||
# To also add the FileHandler, use the following line instead.
|
||||
#handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
|
||||
|
||||
# Default global logging level.
|
||||
# This specifies which kinds of events are logged across
|
||||
# all loggers. For any given facility this global level
|
||||
# can be overriden by a facility specific level
|
||||
# Note that the ConsoleHandler also has a separate level
|
||||
# setting to limit messages printed to the console.
|
||||
.level= INFO
|
||||
|
||||
############################################################
|
||||
# Handler specific properties.
|
||||
# Describes specific configuration info for Handlers.
|
||||
############################################################
|
||||
|
||||
# default file output is in user's home directory.
|
||||
java.util.logging.FileHandler.pattern = %h/java%u.log
|
||||
java.util.logging.FileHandler.limit = 50000
|
||||
java.util.logging.FileHandler.count = 1
|
||||
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
|
||||
|
||||
# Limit the message that are printed on the console to INFO and above.
|
||||
java.util.logging.ConsoleHandler.level = INFO
|
||||
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
|
||||
|
||||
|
||||
############################################################
|
||||
# Facility specific properties.
|
||||
# Provides extra control for each logger.
|
||||
############################################################
|
||||
|
||||
# For example, set the com.xyz.foo logger to only log SEVERE
|
||||
# messages:
|
||||
com.xyz.foo.level = SEVERE
|
BIN
arduino-0018-windows/java/lib/management-agent.jar
Normal file
79
arduino-0018-windows/java/lib/management/jmxremote.access
Normal file
|
@ -0,0 +1,79 @@
|
|||
######################################################################
|
||||
# Default Access Control File for Remote JMX(TM) Monitoring
|
||||
######################################################################
|
||||
#
|
||||
# Access control file for Remote JMX API access to monitoring.
|
||||
# This file defines the allowed access for different roles. The
|
||||
# password file (jmxremote.password by default) defines the roles and their
|
||||
# passwords. To be functional, a role must have an entry in
|
||||
# both the password and the access files.
|
||||
#
|
||||
# The default location of this file is $JRE/lib/management/jmxremote.access
|
||||
# You can specify an alternate location by specifying a property in
|
||||
# the management config file $JRE/lib/management/management.properties
|
||||
# (See that file for details)
|
||||
#
|
||||
# The file format for password and access files is syntactically the same
|
||||
# as the Properties file format. The syntax is described in the Javadoc
|
||||
# for java.util.Properties.load.
|
||||
# A typical access file has multiple lines, where each line is blank,
|
||||
# a comment (like this one), or an access control entry.
|
||||
#
|
||||
# An access control entry consists of a role name, and an
|
||||
# associated access level. The role name is any string that does not
|
||||
# itself contain spaces or tabs. It corresponds to an entry in the
|
||||
# password file (jmxremote.password). The access level is one of the
|
||||
# following:
|
||||
# "readonly" grants access to read attributes of MBeans.
|
||||
# For monitoring, this means that a remote client in this
|
||||
# role can read measurements but cannot perform any action
|
||||
# that changes the environment of the running program.
|
||||
# "readwrite" grants access to read and write attributes of MBeans,
|
||||
# to invoke operations on them, and optionally
|
||||
# to create or remove them. This access should be granted
|
||||
# only to trusted clients, since they can potentially
|
||||
# interfere with the smooth operation of a running program.
|
||||
#
|
||||
# The "readwrite" access level can optionally be followed by the "create" and/or
|
||||
# "unregister" keywords. The "unregister" keyword grants access to unregister
|
||||
# (delete) MBeans. The "create" keyword grants access to create MBeans of a
|
||||
# particular class or of any class matching a particular pattern. Access
|
||||
# should only be granted to create MBeans of known and trusted classes.
|
||||
#
|
||||
# For example, the following entry would grant readwrite access
|
||||
# to "controlRole", as well as access to create MBeans of the class
|
||||
# javax.management.monitor.CounterMonitor and to unregister any MBean:
|
||||
# controlRole readwrite \
|
||||
# create javax.management.monitor.CounterMonitorMBean \
|
||||
# unregister
|
||||
# or equivalently:
|
||||
# controlRole readwrite unregister create javax.management.monitor.CounterMBean
|
||||
#
|
||||
# The following entry would grant readwrite access as well as access to create
|
||||
# MBeans of any class in the packages javax.management.monitor and
|
||||
# javax.management.timer:
|
||||
# controlRole readwrite \
|
||||
# create javax.management.monitor.*,javax.management.timer.* \
|
||||
# unregister
|
||||
#
|
||||
# The \ character is defined in the Properties file syntax to allow continuation
|
||||
# lines as shown here. A * in a class pattern matches a sequence of characters
|
||||
# other than dot (.), so javax.management.monitor.* matches
|
||||
# javax.management.monitor.CounterMonitor but not
|
||||
# javax.management.monitor.foo.Bar.
|
||||
#
|
||||
# A given role should have at most one entry in this file. If a role
|
||||
# has no entry, it has no access.
|
||||
# If multiple entries are found for the same role name, then the last
|
||||
# access entry is used.
|
||||
#
|
||||
#
|
||||
# Default access control entries:
|
||||
# o The "monitorRole" role has readonly access.
|
||||
# o The "controlRole" role has readwrite access and can create the standard
|
||||
# Timer and Monitor MBeans defined by the JMX API.
|
||||
|
||||
monitorRole readonly
|
||||
controlRole readwrite \
|
||||
create javax.management.monitor.*,javax.management.timer.* \
|
||||
unregister
|
|
@ -0,0 +1,64 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# Template for jmxremote.password
|
||||
#
|
||||
# o Copy this template to jmxremote.password
|
||||
# o Set the user/password entries in jmxremote.password
|
||||
# o Change the permission of jmxremote.password to read-only
|
||||
# by the owner.
|
||||
#
|
||||
# See below for the location of jmxremote.password file.
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
##############################################################
|
||||
# Password File for Remote JMX Monitoring
|
||||
##############################################################
|
||||
#
|
||||
# Password file for Remote JMX API access to monitoring. This
|
||||
# file defines the different roles and their passwords. The access
|
||||
# control file (jmxremote.access by default) defines the allowed
|
||||
# access for each role. To be functional, a role must have an entry
|
||||
# in both the password and the access files.
|
||||
#
|
||||
# Default location of this file is $JRE/lib/management/jmxremote.password
|
||||
# You can specify an alternate location by specifying a property in
|
||||
# the management config file $JRE/lib/management/management.properties
|
||||
# or by specifying a system property (See that file for details).
|
||||
|
||||
|
||||
##############################################################
|
||||
# File permissions of the jmxremote.password file
|
||||
##############################################################
|
||||
# Since there are cleartext passwords stored in this file,
|
||||
# this file must be readable by ONLY the owner,
|
||||
# otherwise the program will exit with an error.
|
||||
#
|
||||
# The file format for password and access files is syntactically the same
|
||||
# as the Properties file format. The syntax is described in the Javadoc
|
||||
# for java.util.Properties.load.
|
||||
# Typical password file has multiple lines, where each line is blank,
|
||||
# a comment (like this one), or a password entry.
|
||||
#
|
||||
#
|
||||
# A password entry consists of a role name and an associated
|
||||
# password. The role name is any string that does not itself contain
|
||||
# spaces or tabs. The password is again any string that does not
|
||||
# contain spaces or tabs. Note that passwords appear in the clear in
|
||||
# this file, so it is a good idea not to use valuable passwords.
|
||||
#
|
||||
# A given role should have at most one entry in this file. If a role
|
||||
# has no entry, it has no access.
|
||||
# If multiple entries are found for the same role name, then the last one
|
||||
# is used.
|
||||
#
|
||||
# In a typical installation, this file can be read by anybody on the
|
||||
# local machine, and possibly by people on other machines.
|
||||
# For # security, you should either restrict the access to this file,
|
||||
# or specify another, less accessible file in the management config file
|
||||
# as described above.
|
||||
#
|
||||
# Following are two commented-out entries. The "measureRole" role has
|
||||
# password "QED". The "controlRole" role has password "R&D".
|
||||
#
|
||||
# monitorRole QED
|
||||
# controlRole R&D
|
||||
|
318
arduino-0018-windows/java/lib/management/management.properties
Normal file
|
@ -0,0 +1,318 @@
|
|||
#####################################################################
|
||||
# Default Configuration File for Java Platform Management
|
||||
#####################################################################
|
||||
#
|
||||
# The Management Configuration file (in java.util.Properties format)
|
||||
# will be read if one of the following system properties is set:
|
||||
# -Dcom.sun.management.jmxremote.port=<port-number>
|
||||
# or -Dcom.sun.management.snmp.port=<port-number>
|
||||
# or -Dcom.sun.management.config.file=<this-file>
|
||||
#
|
||||
# The default Management Configuration file is:
|
||||
#
|
||||
# $JRE/lib/management/management.properties
|
||||
#
|
||||
# Another location for the Management Configuration File can be specified
|
||||
# by the following property on the Java command line:
|
||||
#
|
||||
# -Dcom.sun.management.config.file=<this-file>
|
||||
#
|
||||
# If -Dcom.sun.management.config.file=<this-file> is set, the port
|
||||
# number for the management agent can be specified in the config file
|
||||
# using the following lines:
|
||||
#
|
||||
# ################ Management Agent Port #########################
|
||||
#
|
||||
# For setting the JMX RMI agent port use the following line
|
||||
# com.sun.management.jmxremote.port=<port-number>
|
||||
#
|
||||
# For setting the SNMP agent port use the following line
|
||||
# com.sun.management.snmp.port=<port-number>
|
||||
|
||||
#####################################################################
|
||||
# Optional Instrumentation
|
||||
#####################################################################
|
||||
#
|
||||
# By default only the basic instrumentation with low overhead is on.
|
||||
# The following properties allow to selectively turn on optional
|
||||
# instrumentation which are off by default and may have some
|
||||
# additional overhead.
|
||||
#
|
||||
# com.sun.management.enableThreadContentionMonitoring
|
||||
#
|
||||
# This option enables thread contention monitoring if the
|
||||
# Java virtual machine supports such instrumentation.
|
||||
# Refer to the specification for the java.lang.management.ThreadMBean
|
||||
# interface - see isThreadContentionMonitoringSupported() method.
|
||||
#
|
||||
|
||||
# To enable thread contention monitoring, uncomment the following line
|
||||
# com.sun.management.enableThreadContentionMonitoring
|
||||
|
||||
#####################################################################
|
||||
# SNMP Management Properties
|
||||
#####################################################################
|
||||
#
|
||||
# If the system property -Dcom.sun.management.snmp.port=<port-number>
|
||||
# is set then
|
||||
# - The SNMP agent (with the Java virtual machine MIB) is started
|
||||
# that listens on the specified port for incoming SNMP requests.
|
||||
# - the following properties for read for SNMP management.
|
||||
#
|
||||
# The configuration can be specified only at startup time.
|
||||
# Later changes to the above system property (e.g. via setProperty method), this
|
||||
# config file, or the ACL file has no effect to the running SNMP agent.
|
||||
#
|
||||
|
||||
#
|
||||
# ##################### SNMP Trap Port #########################
|
||||
#
|
||||
# com.sun.management.snmp.trap=<trap-destination-port-number>
|
||||
# Specifies the remote port number at which managers are expected
|
||||
# to listen for trap. For each host defined in the ACL file,
|
||||
# the SNMP agent will send traps at <host>:<trap-destination-port-number>
|
||||
# Default for this property is 162.
|
||||
#
|
||||
|
||||
# To set port for sending traps to a different port use the following line
|
||||
# com.sun.management.snmp.trap=<trap-destination-port-number>
|
||||
|
||||
#
|
||||
# ################ SNMP listen interface #########################
|
||||
#
|
||||
# com.sun.management.snmp.interface=<InetAddress>
|
||||
# Specifies the local interface on which the SNMP agent will bind.
|
||||
# This is useful when running on machines which have several
|
||||
# interfaces defined. It makes it possible to listen to a specific
|
||||
# subnet accessible through that interface.
|
||||
# Default for this property is "localhost".
|
||||
#
|
||||
# The format of the value for that property is any string accepted
|
||||
# by java.net.InetAddress.getByName(String).
|
||||
#
|
||||
|
||||
# For restricting the port on which SNMP agent listens use the following line
|
||||
# com.sun.management.snmp.interface=<InetAddress>
|
||||
|
||||
#
|
||||
# #################### SNMP ACL file #########################
|
||||
#
|
||||
# com.sun.management.snmp.acl=true|false
|
||||
# Default for this property is true. (Case for true/false ignored)
|
||||
# If this property is specified as false then the ACL file
|
||||
# is not checked: all manager hosts are allowed all access.
|
||||
#
|
||||
|
||||
# For SNMP without checking ACL file uncomment the following line
|
||||
# com.sun.management.snmp.acl=false
|
||||
|
||||
#
|
||||
# com.sun.management.snmp.acl.file=filepath
|
||||
# Specifies location for ACL file
|
||||
# This is optional - default location is
|
||||
# $JRE/lib/management/snmp.acl
|
||||
#
|
||||
# If the property "com.sun.management.snmp.acl" is set to false,
|
||||
# then this property and the ACL file are ignored.
|
||||
# Otherwise the ACL file must exist and be in the valid format.
|
||||
# If the ACL file is empty or non existent then no access is allowed.
|
||||
#
|
||||
# The SNMP agent will read the ACL file at startup time.
|
||||
# Modification to the ACL file has no effect to any running SNMP
|
||||
# agents which read that ACL file at startup.
|
||||
#
|
||||
|
||||
# For a non-default acl file location use the following line
|
||||
# com.sun.management.snmp.acl.file=filepath
|
||||
|
||||
#####################################################################
|
||||
# RMI Management Properties
|
||||
#####################################################################
|
||||
#
|
||||
# If system property -Dcom.sun.management.jmxremote.port=<port-number>
|
||||
# is set then
|
||||
# - A MBean server is started
|
||||
# - JRE Platform MBeans are registered in the MBean server
|
||||
# - RMI connector is published in a private readonly registry at
|
||||
# specified port using a well known name, "jmxrmi"
|
||||
# - the following properties are read for JMX remote management.
|
||||
#
|
||||
# The configuration can be specified only at startup time.
|
||||
# Later changes to above system property (e.g. via setProperty method),
|
||||
# this config file, the password file, or the access file have no effect to the
|
||||
# running MBean server, the connector, or the registry.
|
||||
#
|
||||
|
||||
#
|
||||
# ########## RMI connector settings for local management ##########
|
||||
#
|
||||
# com.sun.management.jmxremote.local.only=true|false
|
||||
# Default for this property is true. (Case for true/false ignored)
|
||||
# If this property is specified as true then the local JMX RMI connector
|
||||
# server will only accept connection requests from clients running on
|
||||
# the host where the out-of-the-box JMX management agent is running.
|
||||
# In order to ensure backwards compatibility this property could be
|
||||
# set to false. However, deploying the local management agent in this
|
||||
# way is discouraged because the local JMX RMI connector server will
|
||||
# accept connection requests from any client either local or remote.
|
||||
# For remote management the remote JMX RMI connector server should
|
||||
# be used instead with authentication and SSL/TLS encryption enabled.
|
||||
#
|
||||
|
||||
# For allowing the local management agent accept local
|
||||
# and remote connection requests use the following line
|
||||
# com.sun.management.jmxremote.local.only=false
|
||||
|
||||
#
|
||||
# ###################### RMI SSL #############################
|
||||
#
|
||||
# com.sun.management.jmxremote.ssl=true|false
|
||||
# Default for this property is true. (Case for true/false ignored)
|
||||
# If this property is specified as false then SSL is not used.
|
||||
#
|
||||
|
||||
# For RMI monitoring without SSL use the following line
|
||||
# com.sun.management.jmxremote.ssl=false
|
||||
|
||||
# com.sun.management.jmxremote.ssl.config.file=filepath
|
||||
# Specifies the location of the SSL configuration file. A properties
|
||||
# file can be used to supply the keystore and truststore location and
|
||||
# password settings thus avoiding to pass them as cleartext in the
|
||||
# command-line.
|
||||
#
|
||||
# The current implementation of the out-of-the-box management agent will
|
||||
# look up and use the properties specified below to configure the SSL
|
||||
# keystore and truststore, if present:
|
||||
# javax.net.ssl.keyStore=<keystore-location>
|
||||
# javax.net.ssl.keyStorePassword=<keystore-password>
|
||||
# javax.net.ssl.trustStore=<truststore-location>
|
||||
# javax.net.ssl.trustStorePassword=<truststore-password>
|
||||
# Any other properties in the file will be ignored. This will allow us
|
||||
# to extend the property set in the future if required by the default
|
||||
# SSL implementation.
|
||||
#
|
||||
# If the property "com.sun.management.jmxremote.ssl" is set to false,
|
||||
# then this property is ignored.
|
||||
#
|
||||
|
||||
# For supplying the keystore settings in a file use the following line
|
||||
# com.sun.management.jmxremote.ssl.config.file=filepath
|
||||
|
||||
# com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
|
||||
# The value of this property is a string that is a comma-separated list
|
||||
# of SSL/TLS cipher suites to enable. This property can be specified in
|
||||
# conjunction with the previous property "com.sun.management.jmxremote.ssl"
|
||||
# in order to control which particular SSL/TLS cipher suites are enabled
|
||||
# for use by accepted connections. If this property is not specified then
|
||||
# the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
|
||||
# are enabled by default.
|
||||
#
|
||||
|
||||
# com.sun.management.jmxremote.ssl.enabled.protocols=<protocol-versions>
|
||||
# The value of this property is a string that is a comma-separated list
|
||||
# of SSL/TLS protocol versions to enable. This property can be specified in
|
||||
# conjunction with the previous property "com.sun.management.jmxremote.ssl"
|
||||
# in order to control which particular SSL/TLS protocol versions are
|
||||
# enabled for use by accepted connections. If this property is not
|
||||
# specified then the SSL/TLS RMI Server Socket Factory uses the SSL/TLS
|
||||
# protocol versions that are enabled by default.
|
||||
#
|
||||
|
||||
# com.sun.management.jmxremote.ssl.need.client.auth=true|false
|
||||
# Default for this property is false. (Case for true/false ignored)
|
||||
# If this property is specified as true in conjunction with the previous
|
||||
# property "com.sun.management.jmxremote.ssl" then the SSL/TLS RMI Server
|
||||
# Socket Factory will require client authentication.
|
||||
#
|
||||
|
||||
# For RMI monitoring with SSL client authentication use the following line
|
||||
# com.sun.management.jmxremote.ssl.need.client.auth=true
|
||||
|
||||
# com.sun.management.jmxremote.registry.ssl=true|false
|
||||
# Default for this property is false. (Case for true/false ignored)
|
||||
# If this property is specified as true then the RMI registry used
|
||||
# to bind the RMIServer remote object is protected with SSL/TLS
|
||||
# RMI Socket Factories that can be configured with the properties:
|
||||
# com.sun.management.jmxremote.ssl.config.file
|
||||
# com.sun.management.jmxremote.ssl.enabled.cipher.suites
|
||||
# com.sun.management.jmxremote.ssl.enabled.protocols
|
||||
# com.sun.management.jmxremote.ssl.need.client.auth
|
||||
# If the two properties below are true at the same time, i.e.
|
||||
# com.sun.management.jmxremote.ssl=true
|
||||
# com.sun.management.jmxremote.registry.ssl=true
|
||||
# then the RMIServer remote object and the RMI registry are
|
||||
# both exported with the same SSL/TLS RMI Socket Factories.
|
||||
#
|
||||
|
||||
# For using an SSL/TLS protected RMI registry use the following line
|
||||
# com.sun.management.jmxremote.registry.ssl=true
|
||||
|
||||
#
|
||||
# ################ RMI User authentication ################
|
||||
#
|
||||
# com.sun.management.jmxremote.authenticate=true|false
|
||||
# Default for this property is true. (Case for true/false ignored)
|
||||
# If this property is specified as false then no authentication is
|
||||
# performed and all users are allowed all access.
|
||||
#
|
||||
|
||||
# For RMI monitoring without any checking use the following line
|
||||
# com.sun.management.jmxremote.authenticate=false
|
||||
|
||||
#
|
||||
# ################ RMI Login configuration ###################
|
||||
#
|
||||
# com.sun.management.jmxremote.login.config=<config-name>
|
||||
# Specifies the name of a JAAS login configuration entry to use when
|
||||
# authenticating users of RMI monitoring.
|
||||
#
|
||||
# Setting this property is optional - the default login configuration
|
||||
# specifies a file-based authentication that uses the password file.
|
||||
#
|
||||
# When using this property to override the default login configuration
|
||||
# then the named configuration entry must be in a file that gets loaded
|
||||
# by JAAS. In addition, the login module(s) specified in the configuration
|
||||
# should use the name and/or password callbacks to acquire the user's
|
||||
# credentials. See the NameCallback and PasswordCallback classes in the
|
||||
# javax.security.auth.callback package for more details.
|
||||
#
|
||||
# If the property "com.sun.management.jmxremote.authenticate" is set to
|
||||
# false, then this property and the password & access files are ignored.
|
||||
#
|
||||
|
||||
# For a non-default login configuration use the following line
|
||||
# com.sun.management.jmxremote.login.config=<config-name>
|
||||
|
||||
#
|
||||
# ################ RMI Password file location ##################
|
||||
#
|
||||
# com.sun.management.jmxremote.password.file=filepath
|
||||
# Specifies location for password file
|
||||
# This is optional - default location is
|
||||
# $JRE/lib/management/jmxremote.password
|
||||
#
|
||||
# If the property "com.sun.management.jmxremote.authenticate" is set to
|
||||
# false, then this property and the password & access files are ignored.
|
||||
# Otherwise the password file must exist and be in the valid format.
|
||||
# If the password file is empty or non-existent then no access is allowed.
|
||||
#
|
||||
|
||||
# For a non-default password file location use the following line
|
||||
# com.sun.management.jmxremote.password.file=filepath
|
||||
|
||||
#
|
||||
# ################ RMI Access file location #####################
|
||||
#
|
||||
# com.sun.management.jmxremote.access.file=filepath
|
||||
# Specifies location for access file
|
||||
# This is optional - default location is
|
||||
# $JRE/lib/management/jmxremote.access
|
||||
#
|
||||
# If the property "com.sun.management.jmxremote.authenticate" is set to
|
||||
# false, then this property and the password & access files are ignored.
|
||||
# Otherwise, the access file must exist and be in the valid format.
|
||||
# If the access file is empty or non-existent then no access is allowed.
|
||||
#
|
||||
|
||||
# For a non-default password file location use the following line
|
||||
# com.sun.management.jmxremote.access.file=filepath
|
110
arduino-0018-windows/java/lib/management/snmp.acl.template
Normal file
|
@ -0,0 +1,110 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# Template for SNMP Access Control List File
|
||||
#
|
||||
# o Copy this template to snmp.acl
|
||||
# o Set access control for SNMP support
|
||||
# o Change the permission of snmp.acl to be read-only
|
||||
# by the owner.
|
||||
#
|
||||
# See below for the location of snmp.acl file.
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
############################################################
|
||||
# SNMP Access Control List File
|
||||
############################################################
|
||||
#
|
||||
# Default location of this file is $JRE/lib/management/snmp.acl.
|
||||
# You can specify an alternate location by specifying a property in
|
||||
# the management config file $JRE/lib/management/management.properties
|
||||
# or by specifying a system property (See that file for details).
|
||||
#
|
||||
|
||||
|
||||
##############################################################
|
||||
# File permissions of the snmp.acl file
|
||||
##############################################################
|
||||
#
|
||||
# Since there are cleartext community strings stored in this file,
|
||||
# this ACL file must be readable by ONLY the owner,
|
||||
# otherwise the program will exit with an error.
|
||||
#
|
||||
##############################################################
|
||||
# Format of the acl group
|
||||
##############################################################
|
||||
#
|
||||
# communities: a list of SNMP community strings to which the
|
||||
# access control applies separated by commas.
|
||||
#
|
||||
# access: either "read-only" or "read-write".
|
||||
#
|
||||
# managers: a list of hosts to be granted the access rights.
|
||||
# Each can be expressed as any one of the following:
|
||||
# - hostname: hubble
|
||||
# - ip v4 and v6 addresses: 123.456.789.12 , fe80::a00:20ff:fe9b:ea82
|
||||
# - ip v4 and v6 netmask prefix notation: 123.456.789.0/24,
|
||||
# fe80::a00:20ff:fe9b:ea82/64
|
||||
# see RFC 2373 (http://www.ietf.org/rfc/rfc2373.txt)
|
||||
#
|
||||
# An example of two community groups for multiple hosts:
|
||||
# acl = {
|
||||
# {
|
||||
# communities = public, private
|
||||
# access = read-only
|
||||
# managers = hubble, snowbell, nanak
|
||||
# }
|
||||
# {
|
||||
# communities = jerry
|
||||
# access = read-write
|
||||
# managers = hubble, telescope
|
||||
# }
|
||||
# }
|
||||
#
|
||||
##############################################################
|
||||
# Format of the trap group
|
||||
##############################################################
|
||||
#
|
||||
# trap-community: a single SNMP community string that will be included
|
||||
# in the traps sent to the hosts.
|
||||
#
|
||||
# hosts: a list of hosts to which the SNMP agent will send traps.
|
||||
#
|
||||
# An example of two trap community definitions for multiple hosts:
|
||||
# trap = {
|
||||
# {
|
||||
# trap-community = public
|
||||
# hosts = hubble, snowbell
|
||||
# }
|
||||
# {
|
||||
# trap-community = private
|
||||
# hosts = telescope
|
||||
# }
|
||||
# }
|
||||
#
|
||||
############################################################
|
||||
#
|
||||
# Update the community strings (public and private) below
|
||||
# before copying this template file
|
||||
#
|
||||
# Common SNMP ACL Example
|
||||
# ------------------------
|
||||
#
|
||||
# o Only localhost can connect, and access rights
|
||||
# are limited to read-only
|
||||
# o Traps are sent to localhost only
|
||||
#
|
||||
#
|
||||
# acl = {
|
||||
# {
|
||||
# communities = public, private
|
||||
# access = read-only
|
||||
# managers = localhost
|
||||
# }
|
||||
# }
|
||||
#
|
||||
#
|
||||
# trap = {
|
||||
# {
|
||||
# trap-community = public
|
||||
# hosts = localhost
|
||||
# }
|
||||
# }
|
93
arduino-0018-windows/java/lib/meta-index
Normal file
|
@ -0,0 +1,93 @@
|
|||
% VERSION 2
|
||||
% WARNING: this file is auto-generated; do not edit
|
||||
% UNSUPPORTED: this file and its format may change and/or
|
||||
% may be removed in a future release
|
||||
! alt-rt.jar
|
||||
java/util
|
||||
java/lang
|
||||
# charsets.jar
|
||||
META-INF/services/java.nio.charset.spi.CharsetProvider
|
||||
sun/nio
|
||||
sun/io
|
||||
# jce.jar
|
||||
javax/crypto
|
||||
sun/security
|
||||
META-INF/JCE_RSA.RSA
|
||||
META-INF/JCE_RSA.SF
|
||||
! jsse.jar
|
||||
com/sun/security/
|
||||
sun/net
|
||||
javax/security
|
||||
javax/net
|
||||
com/sun/net/
|
||||
! management-agent.jar
|
||||
@ resources.jar
|
||||
com/sun/java/util/jar/pack/
|
||||
META-INF/services/javax.print.PrintServiceLookup
|
||||
com/sun/corba/
|
||||
META-INF/services/javax.sound.midi.spi.SoundbankReader
|
||||
sun/print
|
||||
META-INF/services/javax.sound.midi.spi.MidiFileReader
|
||||
javax/swing
|
||||
META-INF/services/javax.sound.sampled.spi.AudioFileReader
|
||||
META-INF/services/javax.sound.midi.spi.MidiDeviceProvider
|
||||
sun/net
|
||||
META-INF/services/javax.sound.sampled.spi.AudioFileWriter
|
||||
com/sun/imageio/
|
||||
com/sun/servicetag/
|
||||
META-INF/services/java.sql.Driver
|
||||
META-INF/mimetypes.default
|
||||
sun/org
|
||||
META-INF/services/javax.sound.midi.spi.MidiFileWriter
|
||||
sun/rmi
|
||||
javax/sql
|
||||
META-INF/services/javax.script.ScriptEngineFactory
|
||||
com/sun/rowset/
|
||||
META-INF/services/javax.print.StreamPrintServiceFactory
|
||||
META-INF/mailcap.default
|
||||
sun/text
|
||||
javax/xml
|
||||
META-INF/services/javax.sound.sampled.spi.MixerProvider
|
||||
com/sun/java/swing/
|
||||
com/sun/jndi/
|
||||
com/sun/xml/
|
||||
com/sun/org/
|
||||
META-INF/services/javax.sound.sampled.spi.FormatConversionProvider
|
||||
! rt.jar
|
||||
com/sun/java/util/jar/pack/
|
||||
java/
|
||||
org/ietf/
|
||||
com/sun/beans/
|
||||
com/sun/java/browser/
|
||||
com/sun/corba/
|
||||
com/sun/media/
|
||||
com/sun/awt/
|
||||
com/sun/management/
|
||||
sun/
|
||||
com/sun/jmx/
|
||||
com/sun/demo/
|
||||
com/sun/imageio/
|
||||
com/sun/servicetag/
|
||||
com/sun/net/
|
||||
com/sun/rmi/
|
||||
org/w3c/
|
||||
com/sun/swing/
|
||||
com/sun/activation/
|
||||
com/sun/script/
|
||||
com/sun/rowset/
|
||||
org/jcp/
|
||||
com/sun/istack/
|
||||
com/sun/naming/
|
||||
org/xml/
|
||||
org/omg/
|
||||
com/sun/security/
|
||||
com/sun/image/
|
||||
sunw/util/
|
||||
sunw/io/
|
||||
com/sun/xml/
|
||||
com/sun/java_cup/
|
||||
com/sun/java/swing/
|
||||
com/sun/jndi/
|
||||
com/sun/accessibility/
|
||||
com/sun/org/
|
||||
javax/
|
74
arduino-0018-windows/java/lib/net.properties
Normal file
|
@ -0,0 +1,74 @@
|
|||
############################################################
|
||||
# Default Networking Configuration File
|
||||
#
|
||||
# This file may contain default values for the networking system properties.
|
||||
# These values are only used when the system properties are not specified
|
||||
# on the command line or set programatically.
|
||||
# For now, only the various proxy settings can be configured here.
|
||||
############################################################
|
||||
|
||||
# Whether or not the DefaultProxySelector will default to System Proxy
|
||||
# settings when they do exist.
|
||||
# Set it to 'true' to enable this feature and check for platform
|
||||
# specific proxy settings
|
||||
# Note that the system properties that do explicitely set proxies
|
||||
# (like http.proxyHost) do take precedence over the system settings
|
||||
# even if java.net.useSystemProxies is set to true.
|
||||
|
||||
java.net.useSystemProxies=false
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Proxy configuration for the various protocol handlers.
|
||||
# DO NOT uncomment these lines if you have set java.net.useSystemProxies
|
||||
# to true as the protocol specific properties will take precedence over
|
||||
# system settings.
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
# HTTP Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
|
||||
# should be accessed directly, ignoring the proxy server (default value is
|
||||
# localhost & 127.0.0.1).
|
||||
#
|
||||
# http.proxyHost=
|
||||
# http.proxyPort=80
|
||||
# http.nonProxyHosts=localhost|127.0.0.1
|
||||
#
|
||||
# HTTPS Proxy Settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
|
||||
#
|
||||
# https.proxyHost=
|
||||
# https.proxyPort=443
|
||||
#
|
||||
# FTP Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
|
||||
# should be accessed directly, ignoring the proxy server (default value is
|
||||
# localhost & 127.0.0.1).
|
||||
#
|
||||
# ftp.proxyHost=
|
||||
# ftp.proxyPort=80
|
||||
# ftp.nonProxyHosts=localhost|127.0.0.1
|
||||
#
|
||||
# Gopher Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80)
|
||||
#
|
||||
# gopher.proxyHost=
|
||||
# gopher.proxyPort=80
|
||||
#
|
||||
# Socks proxy settings. socksProxyHost is the name of the proxy server
|
||||
# (e.g. socks.domain.com), socksProxyPort is the port number to use
|
||||
# (default value is 1080)
|
||||
#
|
||||
# socksProxyHost=
|
||||
# socksProxyPort=1080
|
||||
#
|
||||
# HTTP Keep Alive settings. remainingData is the maximum amount of data
|
||||
# in kilobytes that will be cleaned off the underlying socket so that it
|
||||
# can be reused (default value is 512K), queuedConnections is the maximum
|
||||
# number of Keep Alive connections to be on the queue for clean up (default
|
||||
# value is 10).
|
||||
# http.KeepAlive.remainingData=512
|
||||
# http.KeepAlive.queuedConnections=10
|
BIN
arduino-0018-windows/java/lib/plugin.jar
Normal file
107
arduino-0018-windows/java/lib/psfont.properties.ja
Normal file
|
@ -0,0 +1,107 @@
|
|||
#
|
||||
# @(#)psfont.properties.ja 1.4 00/10/27
|
||||
#
|
||||
# Copyright 1996, 1997 by Sun Microsystems, Inc.,
|
||||
# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the confidential and proprietary information
|
||||
# of Sun Microsystems, Inc. ("Confidential Information"). You
|
||||
# shall not disclose such Confidential Information and shall use
|
||||
# it only in accordance with the terms of the license agreement
|
||||
# you entered into with Sun.
|
||||
#
|
||||
|
||||
#
|
||||
# Japanese PostScript printer property file
|
||||
#
|
||||
font.num=16
|
||||
#
|
||||
serif=serif
|
||||
timesroman=serif
|
||||
sansserif=sansserif
|
||||
helvetica=sansserif
|
||||
monospaced=monospaced
|
||||
courier=monospaced
|
||||
dialog=sansserif
|
||||
dialoginput=monospaced
|
||||
#
|
||||
serif.latin1.plain=Times-Roman
|
||||
serif.latin1.italic=Times-Italic
|
||||
serif.latin1.bolditalic=Times-BoldItalic
|
||||
serif.latin1.bold=Times-Bold
|
||||
#
|
||||
sansserif.latin1.plain=Helvetica
|
||||
sansserif.latin1.italic=Helvetica-Oblique
|
||||
sansserif.latin1.bolditalic=Helvetica-BoldOblique
|
||||
sansserif.latin1.bold=Helvetica-Bold
|
||||
#
|
||||
monospaced.latin1.plain=Courier
|
||||
monospaced.latin1.italic=Courier-Oblique
|
||||
monospaced.latin1.bolditalic=Courier-BoldOblique
|
||||
monospaced.latin1.bold=Courier-Bold
|
||||
#
|
||||
serif.x11jis0208.plain=Ryumin-Light-H
|
||||
serif.x11jis0208.italic=Ryumin-Light-H
|
||||
serif.x11jis0208.bolditalic=Ryumin-Light-H
|
||||
serif.x11jis0208.bold=Ryumin-Light-H
|
||||
#
|
||||
sansserif.x11jis0208.plain=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.italic=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.bolditalic=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.bold=GothicBBB-Medium-H
|
||||
#
|
||||
monospaced.x11jis0208.plain=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.italic=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.bolditalic=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.bold=GothicBBB-Medium-H
|
||||
#
|
||||
serif.x11jis0201.plain=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.italic=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.bolditalic=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.bold=Ryumin-Light.Hankaku
|
||||
#
|
||||
sansserif.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
||||
#
|
||||
monospaced.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
||||
#
|
||||
Helvetica=0
|
||||
Helvetica-Bold=1
|
||||
Helvetica-Oblique=2
|
||||
Helvetica-BoldOblique=3
|
||||
Times-Roman=4
|
||||
Times-Bold=5
|
||||
Times-Italic=6
|
||||
Times-BoldItalic=7
|
||||
Courier=8
|
||||
Courier-Bold=9
|
||||
Courier-Oblique=10
|
||||
Courier-BoldOblique=11
|
||||
GothicBBB-Medium-H=12
|
||||
Ryumin-Light-H=13
|
||||
GothicBBB-Medium.Hankaku=14
|
||||
Ryumin-Light.Hankaku=15
|
||||
#
|
||||
font.0=Helvetica ISOF
|
||||
font.1=Helvetica-Bold ISOF
|
||||
font.2=Helvetica-Oblique ISOF
|
||||
font.3=Helvetica-BoldOblique ISOF
|
||||
font.4=Times-Roman ISOF
|
||||
font.5=Times-Bold ISOF
|
||||
font.6=Times-Italic ISOF
|
||||
font.7=Times-BoldItalic ISOF
|
||||
font.8=Courier ISOF
|
||||
font.9=Courier-Bold ISOF
|
||||
font.10=Courier-Oblique ISOF
|
||||
font.11=Courier-BoldOblique ISOF
|
||||
font.12=GothicBBB-Medium-H findfont
|
||||
font.13=Ryumin-Light-H findfont
|
||||
font.14=GothicBBB-Medium.Hankaku findfont
|
||||
font.15=Ryumin-Light.Hankaku findfont
|
||||
#
|
312
arduino-0018-windows/java/lib/psfontj2d.properties
Normal file
|
@ -0,0 +1,312 @@
|
|||
#
|
||||
# @(#)psfontj2d.properties 1.1 99/11/04
|
||||
#
|
||||
# Copyright 1999 by Sun Microsystems, Inc.,
|
||||
# 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the confidential and proprietary information
|
||||
# of Sun Microsystems, Inc. ("Confidential Information"). You
|
||||
# shall not disclose such Confidential Information and shall use
|
||||
# it only in accordance with the terms of the license agreement
|
||||
# you entered into with Sun.
|
||||
#
|
||||
|
||||
#
|
||||
# PostScript printer property file for Java 2D printing.
|
||||
#
|
||||
# WARNING: This is an internal implementation file, not a public file.
|
||||
# Any customisation or reliance on the existence of this file and its
|
||||
# contents or syntax is discouraged and unsupported.
|
||||
# It may be incompatibly changed or removed without any notice.
|
||||
#
|
||||
#
|
||||
font.num=35
|
||||
#
|
||||
# Legacy logical font family names and logical font aliases should all
|
||||
# map to the primary logical font names.
|
||||
#
|
||||
serif=serif
|
||||
times=serif
|
||||
timesroman=serif
|
||||
sansserif=sansserif
|
||||
helvetica=sansserif
|
||||
dialog=sansserif
|
||||
dialoginput=monospaced
|
||||
monospaced=monospaced
|
||||
courier=monospaced
|
||||
#
|
||||
# Next, physical fonts which can be safely mapped to standard postscript fonts
|
||||
# These keys generally map to a value which is the same as the key, so
|
||||
# the key/value is just a way to say the font has a mapping.
|
||||
# Sometimes however we map more than one screen font to the same PS font.
|
||||
#
|
||||
avantgarde=avantgarde_book
|
||||
avantgarde_book=avantgarde_book
|
||||
avantgarde_demi=avantgarde_demi
|
||||
avantgarde_book_oblique=avantgarde_book_oblique
|
||||
avantgarde_demi_oblique=avantgarde_demi_oblique
|
||||
#
|
||||
itcavantgarde=avantgarde_book
|
||||
itcavantgarde=avantgarde_book
|
||||
itcavantgarde_demi=avantgarde_demi
|
||||
itcavantgarde_oblique=avantgarde_book_oblique
|
||||
itcavantgarde_demi_oblique=avantgarde_demi_oblique
|
||||
#
|
||||
bookman=bookman_light
|
||||
bookman_light=bookman_light
|
||||
bookman_demi=bookman_demi
|
||||
bookman_light_italic=bookman_light_italic
|
||||
bookman_demi_italic=bookman_demi_italic
|
||||
#
|
||||
# Exclude "helvetica" on its own as that's a legacy name for a logical font
|
||||
helvetica_bold=helvetica_bold
|
||||
helvetica_oblique=helvetica_oblique
|
||||
helvetica_bold_oblique=helvetica_bold_oblique
|
||||
#
|
||||
itcbookman_light=bookman_light
|
||||
itcbookman_demi=bookman_demi
|
||||
itcbookman_light_italic=bookman_light_italic
|
||||
itcbookman_demi_italic=bookman_demi_italic
|
||||
#
|
||||
# Exclude "courier" on its own as that's a legacy name for a logical font
|
||||
courier_bold=courier_bold
|
||||
courier_oblique=courier_oblique
|
||||
courier_bold_oblique=courier_bold_oblique
|
||||
#
|
||||
courier_new=courier
|
||||
courier_new_bold=courier_bold
|
||||
#
|
||||
monotype_century_schoolbook=newcenturyschoolbook
|
||||
monotype_century_schoolbook_bold=newcenturyschoolbook_bold
|
||||
monotype_century_schoolbook_italic=newcenturyschoolbook_italic
|
||||
monotype_century_schoolbook_bold_italic=newcenturyschoolbook_bold_italic
|
||||
#
|
||||
newcenturyschoolbook=newcenturyschoolbook
|
||||
newcenturyschoolbook_bold=newcenturyschoolbook_bold
|
||||
newcenturyschoolbook_italic=newcenturyschoolbook_italic
|
||||
newcenturyschoolbook_bold_italic=newcenturyschoolbook_bold_italic
|
||||
#
|
||||
palatino=palatino
|
||||
palatino_bold=palatino_bold
|
||||
palatino_italic=palatino_italic
|
||||
palatino_bold_italic=palatino_bold_italic
|
||||
#
|
||||
# Exclude "times" on its own as that's a legacy name for a logical font
|
||||
times_bold=times_roman_bold
|
||||
times_italic=times_roman_italic
|
||||
times_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
times_roman=times_roman
|
||||
times_roman_bold=times_roman_bold
|
||||
times_roman_italic=times_roman_italic
|
||||
times_roman_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
times_new_roman=times_roman
|
||||
times_new_roman_bold=times_roman_bold
|
||||
times_new_roman_italic=times_roman_italic
|
||||
times_new_roman_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
zapfchancery_italic=zapfchancery_italic
|
||||
itczapfchancery_italic=zapfchancery_italic
|
||||
#
|
||||
# Next the mapping of the font name + charset + style to Postscript font name
|
||||
# for the logical fonts.
|
||||
#
|
||||
serif.latin1.plain=Times-Roman
|
||||
serif.latin1.bold=Times-Bold
|
||||
serif.latin1.italic=Times-Italic
|
||||
serif.latin1.bolditalic=Times-BoldItalic
|
||||
serif.symbol.plain=Symbol
|
||||
serif.dingbats.plain=ZapfDingbats
|
||||
serif.symbol.bold=Symbol
|
||||
serif.dingbats.bold=ZapfDingbats
|
||||
serif.symbol.italic=Symbol
|
||||
serif.dingbats.italic=ZapfDingbats
|
||||
serif.symbol.bolditalic=Symbol
|
||||
serif.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
sansserif.latin1.plain=Helvetica
|
||||
sansserif.latin1.bold=Helvetica-Bold
|
||||
sansserif.latin1.italic=Helvetica-Oblique
|
||||
sansserif.latin1.bolditalic=Helvetica-BoldOblique
|
||||
sansserif.symbol.plain=Symbol
|
||||
sansserif.dingbats.plain=ZapfDingbats
|
||||
sansserif.symbol.bold=Symbol
|
||||
sansserif.dingbats.bold=ZapfDingbats
|
||||
sansserif.symbol.italic=Symbol
|
||||
sansserif.dingbats.italic=ZapfDingbats
|
||||
sansserif.symbol.bolditalic=Symbol
|
||||
sansserif.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
monospaced.latin1.plain=Courier
|
||||
monospaced.latin1.bold=Courier-Bold
|
||||
monospaced.latin1.italic=Courier-Oblique
|
||||
monospaced.latin1.bolditalic=Courier-BoldOblique
|
||||
monospaced.symbol.plain=Symbol
|
||||
monospaced.dingbats.plain=ZapfDingbats
|
||||
monospaced.symbol.bold=Symbol
|
||||
monospaced.dingbats.bold=ZapfDingbats
|
||||
monospaced.symbol.italic=Symbol
|
||||
monospaced.dingbats.italic=ZapfDingbats
|
||||
monospaced.symbol.bolditalic=Symbol
|
||||
monospaced.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
# Next the mapping of the font name + charset + style to Postscript font name
|
||||
# for the physical fonts. Since these always report style as plain, the
|
||||
# style key is always plain. So we map using the face name to the correct
|
||||
# style for the postscript font. This is possible since the face names can
|
||||
# be replied upon to be different for each style.
|
||||
# However an application may try to create a Font applying a style to an
|
||||
# physical name. We want to map to the correct Postscript font there too
|
||||
# if possible but we do not map cases where the application tries to
|
||||
# augment a style (eg ask for a bold version of a bold font)
|
||||
# Defer to the 2D package to attempt create an artificially styled version
|
||||
#
|
||||
avantgarde_book.latin1.plain=AvantGarde-Book
|
||||
avantgarde_demi.latin1.plain=AvantGarde-Demi
|
||||
avantgarde_book_oblique.latin1.plain=AvantGarde-BookOblique
|
||||
avantgarde_demi_oblique.latin1.plain=AvantGarde-DemiOblique
|
||||
#
|
||||
avantgarde_book.latin1.bold=AvantGarde-Demi
|
||||
avantgarde_book.latin1.italic=AvantGarde-BookOblique
|
||||
avantgarde_book.latin1.bolditalic=AvantGarde-DemiOblique
|
||||
avantgarde_demi.latin1.italic=AvantGarde-DemiOblique
|
||||
avantgarde_book_oblique.latin1.bold=AvantGarde-DemiOblique
|
||||
#
|
||||
bookman_light.latin1.plain=Bookman-Light
|
||||
bookman_demi.latin1.plain=Bookman-Demi
|
||||
bookman_light_italic.latin1.plain=Bookman-LightItalic
|
||||
bookman_demi_italic.latin1.plain=Bookman-DemiItalic
|
||||
#
|
||||
bookman_light.latin1.bold=Bookman-Demi
|
||||
bookman_light.latin1.italic=Bookman-LightItalic
|
||||
bookman_light.latin1.bolditalic=Bookman-DemiItalic
|
||||
bookman_light_bold.latin1.italic=Bookman-DemiItalic
|
||||
bookman_light_italic.latin1.bold=Bookman-DemiItalic
|
||||
#
|
||||
courier.latin1.plain=Courier
|
||||
courier_bold.latin1.plain=Courier-Bold
|
||||
courier_oblique.latin1.plain=Courier-Oblique
|
||||
courier_bold_oblique.latin1.plain=Courier-BoldOblique
|
||||
courier.latin1.bold=Courier-Bold
|
||||
courier.latin1.italic=Courier-Oblique
|
||||
courier.latin1.bolditalic=Courier-BoldOblique
|
||||
courier_bold.latin1.italic=Courier-BoldOblique
|
||||
courier_italic.latin1.bold=Courier-BoldOblique
|
||||
#
|
||||
helvetica_bold.latin1.plain=Helvetica-Bold
|
||||
helvetica_oblique.latin1.plain=Helvetica-Oblique
|
||||
helvetica_bold_oblique.latin1.plain=Helvetica-BoldOblique
|
||||
helvetica.latin1.bold=Helvetica-Bold
|
||||
helvetica.latin1.italic=Helvetica-Oblique
|
||||
helvetica.latin1.bolditalic=Helvetica-BoldOblique
|
||||
helvetica_bold.latin1.italic=Helvetica-BoldOblique
|
||||
helvetica_italic.latin1.bold=Helvetica-BoldOblique
|
||||
#
|
||||
newcenturyschoolbook.latin1.plain=NewCenturySchlbk-Roman
|
||||
newcenturyschoolbook_bold.latin1.plain=NewCenturySchlbk-Bold
|
||||
newcenturyschoolbook_italic.latin1.plain=NewCenturySchlbk-Italic
|
||||
newcenturyschoolbook_bold_italic.latin1.plain=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook.latin1.bold=NewCenturySchlbk-Bold
|
||||
newcenturyschoolbook.latin1.italic=NewCenturySchlbk-Italic
|
||||
newcenturyschoolbook.latin1.bolditalic=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook_bold.latin1.italic=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook_italic.latin1.bold=NewCenturySchlbk-BoldItalic
|
||||
#
|
||||
palatino.latin1.plain=Palatino-Roman
|
||||
palatino_bold.latin1.plain=Palatino-Bold
|
||||
palatino_italic.latin1.plain=Palatino-Italic
|
||||
palatino_bold_italic.latin1.plain=Palatino-BoldItalic
|
||||
palatino.latin1.bold=Palatino-Bold
|
||||
palatino.latin1.italic=Palatino-Italic
|
||||
palatino.latin1.bolditalic=Palatino-BoldItalic
|
||||
palatino_bold.latin1.italic=Palatino-BoldItalic
|
||||
palatino_italic.latin1.bold=Palatino-BoldItalic
|
||||
#
|
||||
times_roman.latin1.plain=Times-Roman
|
||||
times_roman_bold.latin1.plain=Times-Bold
|
||||
times_roman_italic.latin1.plain=Times-Italic
|
||||
times_roman_bold_italic.latin1.plain=Times-BoldItalic
|
||||
times_roman.latin1.bold=Times-Bold
|
||||
times_roman.latin1.italic=Times-Italic
|
||||
times_roman.latin1.bolditalic=Times-BoldItalic
|
||||
times_roman_bold.latin1.italic=Times-BoldItalic
|
||||
times_roman_italic.latin1.bold=Times-BoldItalic
|
||||
#
|
||||
zapfchancery_italic.latin1.plain=ZapfChancery-MediumItalic
|
||||
#
|
||||
# Finally the mappings of PS font names to indexes.
|
||||
#
|
||||
AvantGarde-Book=0
|
||||
AvantGarde-BookOblique=1
|
||||
AvantGarde-Demi=2
|
||||
AvantGarde-DemiOblique=3
|
||||
Bookman-Demi=4
|
||||
Bookman-DemiItalic=5
|
||||
Bookman-Light=6
|
||||
Bookman-LightItalic=7
|
||||
Courier=8
|
||||
Courier-Bold=9
|
||||
Courier-BoldOblique=10
|
||||
Courier-Oblique=11
|
||||
Helvetica=12
|
||||
Helvetica-Bold=13
|
||||
Helvetica-BoldOblique=14
|
||||
Helvetica-Narrow=15
|
||||
Helvetica-Narrow-Bold=16
|
||||
Helvetica-Narrow-BoldOblique=17
|
||||
Helvetica-Narrow-Oblique=18
|
||||
Helvetica-Oblique=19
|
||||
NewCenturySchlbk-Bold=20
|
||||
NewCenturySchlbk-BoldItalic=21
|
||||
NewCenturySchlbk-Italic=22
|
||||
NewCenturySchlbk-Roman=23
|
||||
Palatino-Bold=24
|
||||
Palatino-BoldItalic=25
|
||||
Palatino-Italic=26
|
||||
Palatino-Roman=27
|
||||
Symbol=28
|
||||
Times-Bold=29
|
||||
Times-BoldItalic=30
|
||||
Times-Italic=31
|
||||
Times-Roman=32
|
||||
ZapfDingbats=33
|
||||
ZapfChancery-MediumItalic=34
|
||||
#
|
||||
font.0=AvantGarde-Book ISOF
|
||||
font.1=AvantGarde-BookOblique ISOF
|
||||
font.2=AvantGarde-Demi ISOF
|
||||
font.3=AvantGarde-DemiOblique ISOF
|
||||
font.4=Bookman-Demi ISOF
|
||||
font.5=Bookman-DemiItalic ISOF
|
||||
font.6=Bookman-Light ISOF
|
||||
font.7=Bookman-LightItalic ISOF
|
||||
font.8=Courier ISOF
|
||||
font.9=Courier-Bold ISOF
|
||||
font.10=Courier-BoldOblique ISOF
|
||||
font.11=Courier-Oblique ISOF
|
||||
font.12=Helvetica ISOF
|
||||
font.13=Helvetica-Bold ISOF
|
||||
font.14=Helvetica-BoldOblique ISOF
|
||||
font.15=Helvetica-Narrow ISOF
|
||||
font.16=Helvetica-Narrow-Bold ISOF
|
||||
font.17=Helvetica-Narrow-BoldOblique ISOF
|
||||
font.18=Helvetica-Narrow-Oblique ISOF
|
||||
font.19=Helvetica-Oblique ISOF
|
||||
font.20=NewCenturySchlbk-Bold ISOF
|
||||
font.21=NewCenturySchlbk-BoldItalic ISOF
|
||||
font.22=NewCenturySchlbk-Italic ISOF
|
||||
font.23=NewCenturySchlbk-Roman ISOF
|
||||
font.24=Palatino-Bold ISOF
|
||||
font.25=Palatino-BoldItalic ISOF
|
||||
font.26=Palatino-Italic ISOF
|
||||
font.27=Palatino-Roman ISOF
|
||||
font.28=Symbol findfont
|
||||
font.29=Times-Bold ISOF
|
||||
font.30=Times-BoldItalic ISOF
|
||||
font.31=Times-Italic ISOF
|
||||
font.32=Times-Roman ISOF
|
||||
font.33=ZapfDingbats findfont
|
||||
font.34=ZapfChancery-MediumItalic ISOF
|
||||
#
|
BIN
arduino-0018-windows/java/lib/resources.jar
Normal file
BIN
arduino-0018-windows/java/lib/rt.jar
Normal file
BIN
arduino-0018-windows/java/lib/security/US_export_policy.jar
Normal file
2
arduino-0018-windows/java/lib/security/blacklist
Normal file
|
@ -0,0 +1,2 @@
|
|||
# JNLPAppletLauncher applet-launcher.jar
|
||||
SHA1-Digest-Manifest: 5Bo5/eg892hQ9mgbUW56iDmsp1k=
|
BIN
arduino-0018-windows/java/lib/security/cacerts
Normal file
48
arduino-0018-windows/java/lib/security/java.policy
Normal file
|
@ -0,0 +1,48 @@
|
|||
|
||||
// Standard extensions get all permissions by default
|
||||
|
||||
grant codeBase "file:${{java.ext.dirs}}/*" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
||||
// default permissions granted to all domains
|
||||
|
||||
grant {
|
||||
// Allows any thread to stop itself using the java.lang.Thread.stop()
|
||||
// method that takes no argument.
|
||||
// Note that this permission is granted by default only to remain
|
||||
// backwards compatible.
|
||||
// It is strongly recommended that you either remove this permission
|
||||
// from this policy file or further restrict it to code sources
|
||||
// that you specify, because Thread.stop() is potentially unsafe.
|
||||
// See "http://java.sun.com/notes" for more information.
|
||||
permission java.lang.RuntimePermission "stopThread";
|
||||
|
||||
// allows anyone to listen on un-privileged ports
|
||||
permission java.net.SocketPermission "localhost:1024-", "listen";
|
||||
|
||||
// "standard" properies that can be read by anyone
|
||||
|
||||
permission java.util.PropertyPermission "java.version", "read";
|
||||
permission java.util.PropertyPermission "java.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.vendor.url", "read";
|
||||
permission java.util.PropertyPermission "java.class.version", "read";
|
||||
permission java.util.PropertyPermission "os.name", "read";
|
||||
permission java.util.PropertyPermission "os.version", "read";
|
||||
permission java.util.PropertyPermission "os.arch", "read";
|
||||
permission java.util.PropertyPermission "file.separator", "read";
|
||||
permission java.util.PropertyPermission "path.separator", "read";
|
||||
permission java.util.PropertyPermission "line.separator", "read";
|
||||
|
||||
permission java.util.PropertyPermission "java.specification.version", "read";
|
||||
permission java.util.PropertyPermission "java.specification.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.specification.name", "read";
|
||||
|
||||
permission java.util.PropertyPermission "java.vm.specification.version", "read";
|
||||
permission java.util.PropertyPermission "java.vm.specification.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.vm.specification.name", "read";
|
||||
permission java.util.PropertyPermission "java.vm.version", "read";
|
||||
permission java.util.PropertyPermission "java.vm.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.vm.name", "read";
|
||||
};
|
||||
|
261
arduino-0018-windows/java/lib/security/java.security
Normal file
|
@ -0,0 +1,261 @@
|
|||
#
|
||||
# This is the "master security properties file".
|
||||
#
|
||||
# In this file, various security properties are set for use by
|
||||
# java.security classes. This is where users can statically register
|
||||
# Cryptography Package Providers ("providers" for short). The term
|
||||
# "provider" refers to a package or set of packages that supply a
|
||||
# concrete implementation of a subset of the cryptography aspects of
|
||||
# the Java Security API. A provider may, for example, implement one or
|
||||
# more digital signature algorithms or message digest algorithms.
|
||||
#
|
||||
# Each provider must implement a subclass of the Provider class.
|
||||
# To register a provider in this master security properties file,
|
||||
# specify the Provider subclass name and priority in the format
|
||||
#
|
||||
# security.provider.<n>=<className>
|
||||
#
|
||||
# This declares a provider, and specifies its preference
|
||||
# order n. The preference order is the order in which providers are
|
||||
# searched for requested algorithms (when no specific provider is
|
||||
# requested). The order is 1-based; 1 is the most preferred, followed
|
||||
# by 2, and so on.
|
||||
#
|
||||
# <className> must specify the subclass of the Provider class whose
|
||||
# constructor sets the values of various properties that are required
|
||||
# for the Java Security API to look up the algorithms or other
|
||||
# facilities implemented by the provider.
|
||||
#
|
||||
# There must be at least one provider specification in java.security.
|
||||
# There is a default provider that comes standard with the JDK. It
|
||||
# is called the "SUN" provider, and its Provider subclass
|
||||
# named Sun appears in the sun.security.provider package. Thus, the
|
||||
# "SUN" provider is registered via the following:
|
||||
#
|
||||
# security.provider.1=sun.security.provider.Sun
|
||||
#
|
||||
# (The number 1 is used for the default provider.)
|
||||
#
|
||||
# Note: Providers can be dynamically registered instead by calls to
|
||||
# either the addProvider or insertProviderAt method in the Security
|
||||
# class.
|
||||
|
||||
#
|
||||
# List of providers and their preference orders (see above):
|
||||
#
|
||||
security.provider.1=sun.security.provider.Sun
|
||||
security.provider.2=sun.security.rsa.SunRsaSign
|
||||
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
|
||||
security.provider.4=com.sun.crypto.provider.SunJCE
|
||||
security.provider.5=sun.security.jgss.SunProvider
|
||||
security.provider.6=com.sun.security.sasl.Provider
|
||||
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
|
||||
security.provider.8=sun.security.smartcardio.SunPCSC
|
||||
security.provider.9=sun.security.mscapi.SunMSCAPI
|
||||
|
||||
#
|
||||
# Select the source of seed data for SecureRandom. By default an
|
||||
# attempt is made to use the entropy gathering device specified by
|
||||
# the securerandom.source property. If an exception occurs when
|
||||
# accessing the URL then the traditional system/thread activity
|
||||
# algorithm is used.
|
||||
#
|
||||
# On Solaris and Linux systems, if file:/dev/urandom is specified and it
|
||||
# exists, a special SecureRandom implementation is activated by default.
|
||||
# This "NativePRNG" reads random bytes directly from /dev/urandom.
|
||||
#
|
||||
# On Windows systems, the URLs file:/dev/random and file:/dev/urandom
|
||||
# enables use of the Microsoft CryptoAPI seed functionality.
|
||||
#
|
||||
securerandom.source=file:/dev/urandom
|
||||
#
|
||||
# The entropy gathering device is described as a URL and can also
|
||||
# be specified with the system property "java.security.egd". For example,
|
||||
# -Djava.security.egd=file:/dev/urandom
|
||||
# Specifying this system property will override the securerandom.source
|
||||
# setting.
|
||||
|
||||
#
|
||||
# Class to instantiate as the javax.security.auth.login.Configuration
|
||||
# provider.
|
||||
#
|
||||
login.configuration.provider=com.sun.security.auth.login.ConfigFile
|
||||
|
||||
#
|
||||
# Default login configuration file
|
||||
#
|
||||
#login.config.url.1=file:${user.home}/.java.login.config
|
||||
|
||||
#
|
||||
# Class to instantiate as the system Policy. This is the name of the class
|
||||
# that will be used as the Policy object.
|
||||
#
|
||||
policy.provider=sun.security.provider.PolicyFile
|
||||
|
||||
# The default is to have a single system-wide policy file,
|
||||
# and a policy file in the user's home directory.
|
||||
policy.url.1=file:${java.home}/lib/security/java.policy
|
||||
policy.url.2=file:${user.home}/.java.policy
|
||||
|
||||
# whether or not we expand properties in the policy file
|
||||
# if this is set to false, properties (${...}) will not be expanded in policy
|
||||
# files.
|
||||
policy.expandProperties=true
|
||||
|
||||
# whether or not we allow an extra policy to be passed on the command line
|
||||
# with -Djava.security.policy=somefile. Comment out this line to disable
|
||||
# this feature.
|
||||
policy.allowSystemProperty=true
|
||||
|
||||
# whether or not we look into the IdentityScope for trusted Identities
|
||||
# when encountering a 1.1 signed JAR file. If the identity is found
|
||||
# and is trusted, we grant it AllPermission.
|
||||
policy.ignoreIdentityScope=false
|
||||
|
||||
#
|
||||
# Default keystore type.
|
||||
#
|
||||
keystore.type=jks
|
||||
|
||||
#
|
||||
# Class to instantiate as the system scope:
|
||||
#
|
||||
system.scope=sun.security.provider.IdentityDatabase
|
||||
|
||||
#
|
||||
# List of comma-separated packages that start with or equal this string
|
||||
# will cause a security exception to be thrown when
|
||||
# passed to checkPackageAccess unless the
|
||||
# corresponding RuntimePermission ("accessClassInPackage."+package) has
|
||||
# been granted.
|
||||
package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
|
||||
|
||||
#
|
||||
# List of comma-separated packages that start with or equal this string
|
||||
# will cause a security exception to be thrown when
|
||||
# passed to checkPackageDefinition unless the
|
||||
# corresponding RuntimePermission ("defineClassInPackage."+package) has
|
||||
# been granted.
|
||||
#
|
||||
# by default, no packages are restricted for definition, and none of
|
||||
# the class loaders supplied with the JDK call checkPackageDefinition.
|
||||
#
|
||||
#package.definition=
|
||||
|
||||
#
|
||||
# Determines whether this properties file can be appended to
|
||||
# or overridden on the command line via -Djava.security.properties
|
||||
#
|
||||
security.overridePropertiesFile=true
|
||||
|
||||
#
|
||||
# Determines the default key and trust manager factory algorithms for
|
||||
# the javax.net.ssl package.
|
||||
#
|
||||
ssl.KeyManagerFactory.algorithm=SunX509
|
||||
ssl.TrustManagerFactory.algorithm=PKIX
|
||||
|
||||
#
|
||||
# The Java-level namelookup cache policy for successful lookups:
|
||||
#
|
||||
# any negative value: caching forever
|
||||
# any positive value: the number of seconds to cache an address for
|
||||
# zero: do not cache
|
||||
#
|
||||
# default value is forever (FOREVER). For security reasons, this
|
||||
# caching is made forever when a security manager is set. When a security
|
||||
# manager is not set, the default behavior is to cache for 30 seconds.
|
||||
#
|
||||
# NOTE: setting this to anything other than the default value can have
|
||||
# serious security implications. Do not set it unless
|
||||
# you are sure you are not exposed to DNS spoofing attack.
|
||||
#
|
||||
#networkaddress.cache.ttl=-1
|
||||
|
||||
# The Java-level namelookup cache policy for failed lookups:
|
||||
#
|
||||
# any negative value: cache forever
|
||||
# any positive value: the number of seconds to cache negative lookup results
|
||||
# zero: do not cache
|
||||
#
|
||||
# In some Microsoft Windows networking environments that employ
|
||||
# the WINS name service in addition to DNS, name service lookups
|
||||
# that fail may take a noticeably long time to return (approx. 5 seconds).
|
||||
# For this reason the default caching policy is to maintain these
|
||||
# results for 10 seconds.
|
||||
#
|
||||
#
|
||||
networkaddress.cache.negative.ttl=10
|
||||
|
||||
#
|
||||
# Properties to configure OCSP for certificate revocation checking
|
||||
#
|
||||
|
||||
# Enable OCSP
|
||||
#
|
||||
# By default, OCSP is not used for certificate revocation checking.
|
||||
# This property enables the use of OCSP when set to the value "true".
|
||||
#
|
||||
# NOTE: SocketPermission is required to connect to an OCSP responder.
|
||||
#
|
||||
# Example,
|
||||
# ocsp.enable=true
|
||||
|
||||
#
|
||||
# Location of the OCSP responder
|
||||
#
|
||||
# By default, the location of the OCSP responder is determined implicitly
|
||||
# from the certificate being validated. This property explicitly specifies
|
||||
# the location of the OCSP responder. The property is used when the
|
||||
# Authority Information Access extension (defined in RFC 3280) is absent
|
||||
# from the certificate or when it requires overriding.
|
||||
#
|
||||
# Example,
|
||||
# ocsp.responderURL=http://ocsp.example.net:80
|
||||
|
||||
#
|
||||
# Subject name of the OCSP responder's certificate
|
||||
#
|
||||
# By default, the certificate of the OCSP responder is that of the issuer
|
||||
# of the certificate being validated. This property identifies the certificate
|
||||
# of the OCSP responder when the default does not apply. Its value is a string
|
||||
# distinguished name (defined in RFC 2253) which identifies a certificate in
|
||||
# the set of certificates supplied during cert path validation. In cases where
|
||||
# the subject name alone is not sufficient to uniquely identify the certificate
|
||||
# then both the "ocsp.responderCertIssuerName" and
|
||||
# "ocsp.responderCertSerialNumber" properties must be used instead. When this
|
||||
# property is set then those two properties are ignored.
|
||||
#
|
||||
# Example,
|
||||
# ocsp.responderCertSubjectName="CN=OCSP Responder, O=XYZ Corp"
|
||||
|
||||
#
|
||||
# Issuer name of the OCSP responder's certificate
|
||||
#
|
||||
# By default, the certificate of the OCSP responder is that of the issuer
|
||||
# of the certificate being validated. This property identifies the certificate
|
||||
# of the OCSP responder when the default does not apply. Its value is a string
|
||||
# distinguished name (defined in RFC 2253) which identifies a certificate in
|
||||
# the set of certificates supplied during cert path validation. When this
|
||||
# property is set then the "ocsp.responderCertSerialNumber" property must also
|
||||
# be set. When the "ocsp.responderCertSubjectName" property is set then this
|
||||
# property is ignored.
|
||||
#
|
||||
# Example,
|
||||
# ocsp.responderCertIssuerName="CN=Enterprise CA, O=XYZ Corp"
|
||||
|
||||
#
|
||||
# Serial number of the OCSP responder's certificate
|
||||
#
|
||||
# By default, the certificate of the OCSP responder is that of the issuer
|
||||
# of the certificate being validated. This property identifies the certificate
|
||||
# of the OCSP responder when the default does not apply. Its value is a string
|
||||
# of hexadecimal digits (colon or space separators may be present) which
|
||||
# identifies a certificate in the set of certificates supplied during cert path
|
||||
# validation. When this property is set then the "ocsp.responderCertIssuerName"
|
||||
# property must also be set. When the "ocsp.responderCertSubjectName" property
|
||||
# is set then this property is ignored.
|
||||
#
|
||||
# Example,
|
||||
# ocsp.responderCertSerialNumber=2A:FF:00
|
||||
|
6
arduino-0018-windows/java/lib/security/javaws.policy
Normal file
|
@ -0,0 +1,6 @@
|
|||
// @(#)javaws.policy 1.7 00/09/18
|
||||
|
||||
grant codeBase "file:${jnlpx.home}/javaws.jar" {
|
||||
permission java.security.AllPermission;
|
||||
};
|
||||
|
BIN
arduino-0018-windows/java/lib/security/local_policy.jar
Normal file
BIN
arduino-0018-windows/java/lib/servicetag/jdk_header.png
Normal file
After Width: | Height: | Size: 19 KiB |
31
arduino-0018-windows/java/lib/servicetag/registration.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<registration_data version="1.0">
|
||||
<environment>
|
||||
<hostname>fryf1fa</hostname>
|
||||
<hostId/>
|
||||
<osName>Windows XP</osName>
|
||||
<osVersion>5.1</osVersion>
|
||||
<osArchitecture>x86</osArchitecture>
|
||||
<systemModel>Parallels Virtual Platform</systemModel>
|
||||
<systemManufacturer>Parallels Software International Inc.</systemManufacturer>
|
||||
<cpuManufacturer>GenuineIntel</cpuManufacturer>
|
||||
<serialNumber>Parallels-D2 C9 5C 4F 09 34 42 62 A5 89 88 B6 D2 65 CC CF</serialNumber>
|
||||
</environment>
|
||||
<registry urn="urn:st:839bc5de-a574-476f-bff2-b6ed1bdde62f" version="1.0">
|
||||
<service_tag>
|
||||
<instance_urn>urn:st:e59fbc60-4b34-4d8b-8f9c-44e213372c5e</instance_urn>
|
||||
<product_name>Java SE 6 Development Kit</product_name>
|
||||
<product_version>1.6.0_16</product_version>
|
||||
<product_urn>urn:uuid:b58ef9a8-5ae8-11db-a023-080020a9ed93</product_urn>
|
||||
<product_parent_urn>urn:uuid:fdc90b21-018d-4cab-b866-612c7c119ed3</product_parent_urn>
|
||||
<product_parent>Java Platform Standard Edition 6 (Java SE 6)</product_parent>
|
||||
<product_defined_inst_id>id=1.6.0_16-b01 x86,dir=C:\jdk-1.6.0_16\jre</product_defined_inst_id>
|
||||
<product_vendor>Sun Microsystems</product_vendor>
|
||||
<platform_arch>x86</platform_arch>
|
||||
<timestamp>2009-10-18 13:57:51 GMT</timestamp>
|
||||
<container>global</container>
|
||||
<source>Windows JDK i586 installer</source>
|
||||
<installer_uid>-1</installer_uid>
|
||||
</service_tag>
|
||||
</registry>
|
||||
</registration_data>
|
39
arduino-0018-windows/java/lib/sound.properties
Normal file
|
@ -0,0 +1,39 @@
|
|||
############################################################
|
||||
# Sound Configuration File
|
||||
############################################################
|
||||
#
|
||||
# This properties file is used to specify default service
|
||||
# providers for javax.sound.midi.MidiSystem and
|
||||
# javax.sound.sampled.AudioSystem.
|
||||
#
|
||||
# The following keys are recognized by MidiSystem methods:
|
||||
#
|
||||
# javax.sound.midi.Receiver
|
||||
# javax.sound.midi.Sequencer
|
||||
# javax.sound.midi.Synthesizer
|
||||
# javax.sound.midi.Transmitter
|
||||
#
|
||||
# The following keys are recognized by AudioSystem methods:
|
||||
#
|
||||
# javax.sound.sampled.Clip
|
||||
# javax.sound.sampled.Port
|
||||
# javax.sound.sampled.SourceDataLine
|
||||
# javax.sound.sampled.TargetDataLine
|
||||
#
|
||||
# The values specify the full class name of the service
|
||||
# provider, or the device name.
|
||||
#
|
||||
# See the class descriptions for details.
|
||||
#
|
||||
# Example 1:
|
||||
# Use MyDeviceProvider as default for SourceDataLines:
|
||||
# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider
|
||||
#
|
||||
# Example 2:
|
||||
# Specify the default Synthesizer by its name "InternalSynth".
|
||||
# javax.sound.midi.Synthesizer=#InternalSynth
|
||||
#
|
||||
# Example 3:
|
||||
# Specify the default Receiver by provider and name:
|
||||
# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1
|
||||
#
|
BIN
arduino-0018-windows/java/lib/tools.jar
Normal file
185
arduino-0018-windows/java/lib/tzmappings
Normal file
|
@ -0,0 +1,185 @@
|
|||
#
|
||||
# @(#)tzmappings 1.12 08/12/10
|
||||
#
|
||||
# This file describes mapping information between Windows and Java
|
||||
# time zones.
|
||||
# Format: Each line should include a colon separated fields of Windows
|
||||
# time zone registry key, time zone mapID, locale (which is most
|
||||
# likely used in the time zone), and Java time zone ID. Blank lines
|
||||
# and lines that start with '#' are ignored. Data lines must be sorted
|
||||
# by mapID (ASCII order).
|
||||
#
|
||||
# NOTE
|
||||
# This table format is not a public interface of any Java
|
||||
# platforms. No applications should depend on this file in any form.
|
||||
#
|
||||
# This table has been generated by a program and should not be edited
|
||||
# manually.
|
||||
#
|
||||
Romance:-1,64::Europe/Paris:
|
||||
Romance Standard Time:-1,64::Europe/Paris:
|
||||
Warsaw:-1,65::Europe/Warsaw:
|
||||
Central Europe:-1,66::Europe/Prague:
|
||||
Central Europe Standard Time:-1,66::Europe/Prague:
|
||||
Prague Bratislava:-1,66::Europe/Prague:
|
||||
W. Central Africa Standard Time:-1,66:AO:Africa/Luanda:
|
||||
FLE:-1,67:FI:Europe/Helsinki:
|
||||
FLE Standard Time:-1,67:FI:Europe/Helsinki:
|
||||
GFT:-1,67::Europe/Athens:
|
||||
GFT Standard Time:-1,67::Europe/Athens:
|
||||
GTB:-1,67::Europe/Athens:
|
||||
GTB Standard Time:-1,67::Europe/Athens:
|
||||
Israel:-1,70::Asia/Jerusalem:
|
||||
Israel Standard Time:-1,70::Asia/Jerusalem:
|
||||
Arab:-1,71::Asia/Riyadh:
|
||||
Arab Standard Time:-1,71::Asia/Riyadh:
|
||||
Arabic Standard Time:-1,71:IQ:Asia/Baghdad:
|
||||
E. Africa:-1,71:KE:Africa/Nairobi:
|
||||
E. Africa Standard Time:-1,71:KE:Africa/Nairobi:
|
||||
Saudi Arabia:-1,71::Asia/Riyadh:
|
||||
Saudi Arabia Standard Time:-1,71::Asia/Riyadh:
|
||||
Iran:-1,72::Asia/Tehran:
|
||||
Iran Standard Time:-1,72::Asia/Tehran:
|
||||
Afghanistan:-1,73::Asia/Kabul:
|
||||
Afghanistan Standard Time:-1,73::Asia/Kabul:
|
||||
India:-1,74::Asia/Calcutta:
|
||||
India Standard Time:-1,74::Asia/Calcutta:
|
||||
Myanmar Standard Time:-1,74::Asia/Rangoon:
|
||||
Nepal Standard Time:-1,74::Asia/Katmandu:
|
||||
Sri Lanka:-1,74:LK:Asia/Colombo:
|
||||
Sri Lanka Standard Time:-1,74:LK:Asia/Colombo:
|
||||
Beijing:-1,75::Asia/Shanghai:
|
||||
China:-1,75::Asia/Shanghai:
|
||||
China Standard Time:-1,75::Asia/Shanghai:
|
||||
AUS Central:-1,76::Australia/Darwin:
|
||||
AUS Central Standard Time:-1,76::Australia/Darwin:
|
||||
Cen. Australia:-1,76::Australia/Adelaide:
|
||||
Cen. Australia Standard Time:-1,76::Australia/Adelaide:
|
||||
Vladivostok:-1,77::Asia/Vladivostok:
|
||||
Vladivostok Standard Time:-1,77::Asia/Vladivostok:
|
||||
West Pacific:-1,77:GU:Pacific/Guam:
|
||||
West Pacific Standard Time:-1,77:GU:Pacific/Guam:
|
||||
E. South America:-1,80::America/Sao_Paulo:
|
||||
E. South America Standard Time:-1,80::America/Sao_Paulo:
|
||||
Greenland Standard Time:-1,80:GL:America/Godthab:
|
||||
Newfoundland:-1,81::America/St_Johns:
|
||||
Newfoundland Standard Time:-1,81::America/St_Johns:
|
||||
Pacific SA:-1,82::America/Santiago:
|
||||
Pacific SA Standard Time:-1,82::America/Santiago:
|
||||
SA Western:-1,82:BO:America/La_Paz:
|
||||
SA Western Standard Time:-1,82:BO:America/La_Paz:
|
||||
SA Pacific:-1,83::America/Bogota:
|
||||
SA Pacific Standard Time:-1,83::America/Bogota:
|
||||
US Eastern:-1,84::America/Indianapolis:
|
||||
US Eastern Standard Time:-1,84::America/Indianapolis:
|
||||
Central America Standard Time:-1,85::America/Regina:
|
||||
Mexico:-1,85::America/Mexico_City:
|
||||
Mexico Standard Time:-1,85::America/Mexico_City:
|
||||
Canada Central:-1,86::America/Regina:
|
||||
Canada Central Standard Time:-1,86::America/Regina:
|
||||
US Mountain:-1,87::America/Phoenix:
|
||||
US Mountain Standard Time:-1,87::America/Phoenix:
|
||||
GMT:0,1::Europe/London:
|
||||
GMT Standard Time:0,1::Europe/London:
|
||||
Ekaterinburg:10,11::Asia/Yekaterinburg:
|
||||
Ekaterinburg Standard Time:10,11::Asia/Yekaterinburg:
|
||||
West Asia:10,11:UZ:Asia/Tashkent:
|
||||
West Asia Standard Time:10,11:UZ:Asia/Tashkent:
|
||||
Central Asia:12,13::Asia/Dhaka:
|
||||
Central Asia Standard Time:12,13::Asia/Dhaka:
|
||||
N. Central Asia Standard Time:12,13::Asia/Novosibirsk:
|
||||
Bangkok:14,15::Asia/Bangkok:
|
||||
Bangkok Standard Time:14,15::Asia/Bangkok:
|
||||
North Asia Standard Time:14,15::Asia/Krasnoyarsk:
|
||||
SE Asia:14,15::Asia/Bangkok:
|
||||
SE Asia Standard Time:14,15::Asia/Bangkok:
|
||||
North Asia East Standard Time:16,17::Asia/Ulaanbaatar:
|
||||
Singapore:16,17:SG:Asia/Singapore:
|
||||
Singapore Standard Time:16,17:SG:Asia/Singapore:
|
||||
Taipei:16,17::Asia/Taipei:
|
||||
Taipei Standard Time:16,17::Asia/Taipei:
|
||||
W. Australia:16,17:AU:Australia/Perth:
|
||||
W. Australia Standard Time:16,17:AU:Australia/Perth:
|
||||
Korea:18,19:KR:Asia/Seoul:
|
||||
Korea Standard Time:18,19:KR:Asia/Seoul:
|
||||
Tokyo:18,19::Asia/Tokyo:
|
||||
Tokyo Standard Time:18,19::Asia/Tokyo:
|
||||
Yakutsk:18,19:RU:Asia/Yakutsk:
|
||||
Yakutsk Standard Time:18,19:RU:Asia/Yakutsk:
|
||||
Central European:2,3:CS:Europe/Belgrade:
|
||||
Central European Standard Time:2,3:CS:Europe/Belgrade:
|
||||
W. Europe:2,3::Europe/Berlin:
|
||||
W. Europe Standard Time:2,3::Europe/Berlin:
|
||||
Tasmania:20,-1::Australia/Hobart:
|
||||
Tasmania Standard Time:20,-1::Australia/Hobart:
|
||||
AUS Eastern:20,21::Australia/Sydney:
|
||||
AUS Eastern Standard Time:20,21::Australia/Sydney:
|
||||
E. Australia:20,21::Australia/Brisbane:
|
||||
E. Australia Standard Time:20,21::Australia/Brisbane:
|
||||
Sydney Standard Time:20,21::Australia/Sydney:
|
||||
Tasmania Standard Time:20,65::Australia/Hobart:
|
||||
Central Pacific:22,23::Pacific/Guadalcanal:
|
||||
Central Pacific Standard Time:22,23::Pacific/Guadalcanal:
|
||||
Dateline:24,25::GMT-1200:
|
||||
Dateline Standard Time:24,25::GMT-1200:
|
||||
Fiji:24,25::Pacific/Fiji:
|
||||
Fiji Standard Time:24,25::Pacific/Fiji:
|
||||
Samoa:26,27::Pacific/Apia:
|
||||
Samoa Standard Time:26,27::Pacific/Apia:
|
||||
Hawaiian:28,29::Pacific/Honolulu:
|
||||
Hawaiian Standard Time:28,29::Pacific/Honolulu:
|
||||
Alaskan:30,31::America/Anchorage:
|
||||
Alaskan Standard Time:30,31::America/Anchorage:
|
||||
Pacific:32,33::America/Los_Angeles:
|
||||
Pacific Standard Time:32,33::America/Los_Angeles:
|
||||
Mexico Standard Time 2:34,35:MX:America/Chihuahua:
|
||||
Mountain:34,35::America/Denver:
|
||||
Mountain Standard Time:34,35::America/Denver:
|
||||
Central:36,37::America/Chicago:
|
||||
Central Standard Time:36,37::America/Chicago:
|
||||
Eastern:38,39::America/New_York:
|
||||
Eastern Standard Time:38,39::America/New_York:
|
||||
E. Europe:4,5:BY:Europe/Minsk:
|
||||
E. Europe Standard Time:4,5:BY:Europe/Minsk:
|
||||
Egypt:4,68::Africa/Cairo:
|
||||
Egypt Standard Time:4,68::Africa/Cairo:
|
||||
South Africa:4,69::Africa/Harare:
|
||||
South Africa Standard Time:4,69::Africa/Harare:
|
||||
Atlantic:40,41::America/Halifax:
|
||||
Atlantic Standard Time:40,41::America/Halifax:
|
||||
SA Eastern:42,43:GY:America/Guyana:
|
||||
SA Eastern Standard Time:42,43:GY:America/Guyana:
|
||||
Mid-Atlantic:44,45::Atlantic/South_Georgia:
|
||||
Mid-Atlantic Standard Time:44,45::Atlantic/South_Georgia:
|
||||
Azores:46,47::Atlantic/Azores:
|
||||
Azores Standard Time:46,47::Atlantic/Azores:
|
||||
Cape Verde Standard Time:46,47::Atlantic/Cape_Verde:
|
||||
Russian:6,7::Europe/Moscow:
|
||||
Russian Standard Time:6,7::Europe/Moscow:
|
||||
New Zealand:78,79::Pacific/Auckland:
|
||||
New Zealand Standard Time:78,79::Pacific/Auckland:
|
||||
Tonga Standard Time:78,79::Pacific/Tongatapu:
|
||||
Arabian:8,9::Asia/Muscat:
|
||||
Arabian Standard Time:8,9::Asia/Muscat:
|
||||
Caucasus:8,9::GMT+0400:
|
||||
Caucasus Standard Time:8,9::GMT+0400:
|
||||
GMT Standard Time:88,89::GMT:
|
||||
Greenwich:88,89::GMT:
|
||||
Greenwich Standard Time:88,89::GMT:
|
||||
Central Brazilian Standard Time:900,900:BR:America/Manaus:
|
||||
Central Standard Time (Mexico):901,901::America/Mexico_City:
|
||||
Georgian Standard Time:902,902:GE:Asia/Tbilisi:
|
||||
Mountain Standard Time (Mexico):903,903:MX:America/Chihuahua:
|
||||
Namibia Standard Time:904,904:NA:Africa/Windhoek:
|
||||
Pacific Standard Time (Mexico):905,905:MX:America/Tijuana:
|
||||
Western Brazilian Standard Time:906,906:BR:America/Rio_Branco:
|
||||
Azerbaijan Standard Time:907,907:AZ:Asia/Baku:
|
||||
Jordan Standard Time:908,908:JO:Asia/Amman:
|
||||
Middle East Standard Time:909,909:LB:Asia/Beirut:
|
||||
Montevideo Standard Time:910,910:UY:America/Montevideo:
|
||||
Venezuela Standard Time:911,911::America/Caracas:
|
||||
Armenian Standard Time:912,912:AM:Asia/Yerevan:
|
||||
Argentina Standard Time:913,913::America/Buenos_Aires:
|
||||
Morocco Standard Time:914,914:MA:Africa/Casablanca:
|
||||
Pakistan Standard Time:915,915::Asia/Karachi:
|
||||
Mauritius Standard Time:916,916:MU:Indian/Mauritius:
|