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 7 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:/java7/jre/lib/resources.jar;C:/java7/jre/lib/rt.jar;\ 29# C:/java7/jre/lib/sunrsasign.jar;C:/java7/jre/lib/jsse.jar;\ 30# C:/java7/jre/lib/jce.jar;C:/java7/jre/lib/charsets.jar; 31# C:/java7/jre/lib/jfr.jar;C:/java7/jre/classes 32# 33# NOTE: slashes must be forward slashes. Backslashes will NOT work as path separator. 34# 35# IF java.rt variable has embedded space(s)... 36# ...each element containing an embedded space java.rt must individually quoted and the elements separated by a semi-colon. 37# ex. "C:/Program Files/IBM/JDK7/jre/lib/vm.jar";"C:/Program Files/IBM/JDK7/jre/lib/core.jar" 38# ^^^ 39#java.rt= 40