• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# © 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html#License
3################################################################################
4# Copyright (C) 2014-2015, International Business Machines Corporation and
5# others. All Rights Reserved.
6################################################################################
7
8# Eclipse installation location
9# Specify the folder that contains eclipse.exe, for example: eclipse.home=C:/eclipse
10#
11# Note:
12#      By default, this value is set by an environment variable 'ECLIPSE_HOME'.
13#      You could uncomment below and specify the path in this file alternatively (recommended).
14#
15#eclipse.home=
16
17#
18# Java 6 runtime jar location
19# Specify jar file path(es) including Java runtime classes.
20#
21# Note:
22#   Java runtime classes are stored in multiple jar files in modern JREs.
23#   To get the full list of jar files included in JRE, you can write a simple
24#   code printing system property "sun.boot.class.path".
25#
26# For example:
27#
28# java.rt=C:/ibmjre6/bin/default/jclSC160/vm.jar;C:/ibmjre6/lib/annotation.jar;C:/ibmjre6/lib/beans.jar;\
29#   C:/ibmjre6/lib/java.util.jar;C:/ibmjre6/lib/jndi.jar;C:/ibmjre6/lib/logging.jar;C:/ibmjre6/lib/security.jar;\
30#   C:/ibmjre6/lib/sql.jar;C:/ibmjre6/lib/ibmorb.jar;C:/ibmjre6/lib/ibmorbapi.jar;C:/ibmjre6/lib/ibmcfw.jar;\
31#   C:/ibmjre6/lib/rt.jar;C:/ibmjre6/lib/charsets.jar;C:/ibmjre6/lib/resources.jar;C:/ibmjre6/lib/ibmpkcs.jar;\
32#   C:/ibmjre6/lib/ibmcertpathfw.jar;C:/ibmjre6/lib/ibmjgssfw.jar;C:/ibmjre6/lib/ibmjssefw.jar;\
33#   C:/ibmjre6/lib/ibmsaslfw.jar;C:/ibmjre6/lib/ibmjcefw.jar;C:/ibmjre6/lib/ibmjgssprovider.jar;\
34#   C:/ibmjre6/lib/ibmjsseprovider2.jar;C:/ibmjre6/lib/ibmcertpathprovider.jar;C:/ibmjre6/lib/management-agent.jar;\
35#   C:/ibmjre6/lib/xml.jar;C:/ibmjre6/lib/jlm.jar;C:/ibmjre6/lib/javascript.jar
36#
37# NOTE: slashes must be forward slashes. Backslashes will NOT work as path separator.
38#
39# IF java.rt variable has embedded space(s)...
40#   ...each element containing an embedded space java.rt must individually quoted and the elements separated by a semi-colon.
41#   ex. "C:/Program Files/IBM/Java50JDK/jre/lib/vm.jar";"C:/Program Files/IBM/Java50JDK/jre/lib/core.jar"
42#                                                     ^^^
43#java.rt=
44