1#******************************************************************************* 2#* Copyright (C) 2014, International Business Machines Corporation and * 3#* others. All Rights Reserved. * 4#******************************************************************************* 5 6# 7# Eclipse installation location 8# Specify the folder that contains eclipse.exe, for example: eclipse.home=C:/eclipse 9# 10# Note: 11# By default, this value is set by an environment variable 'ECLIPSE_HOME'. 12# You could uncomment below and specify the path in this file alternatively (recommended). 13# 14#eclipse.home= 15 16# 17# Java 5 runtime jar location 18# Specify jar file path(es) including J2SE runtime classes 19# 20# Note: 21# 22# [Oracle JDK] All of J2SE runtime classes are in <JRE dir>/lib/rt.jar 23# 24# [IBM JDK] J2SE runtime classes are in multiple jar files. To build ICU4J 25# plug-in, you need followings: 26# - <JRE dir>/lib/vm.jar 27# - <JRE dir>/lib/core.jar 28# - <JRE dir>/lib/graphics.jar 29# - <JRE dir>/lib/xml.jar 30# 31# For example: java.rt=C:/ibmjava5/jre/lib/vm.jar;C:/ibmjava5/jre/lib/core.jar;C:/ibmjava5/jre/lib/graphics.jar;C:/ibmjava5/jre/lib/xml.jar 32# 33# NOTE: slashes must be forward slashes. Backslashes will NOT work. 34# 35# IF java.rt variable has embedded space(s)... 36# ...each element containing an embedded space java.rt must indivudually quoated and the elements separated by a semi-colon. 37# ex. "C:/Program Files/IBM/Java50JDK/jre/lib/vm.jar";"C:/Program Files/IBM/Java50JDK/jre/lib/core.jar" 38# ^^^ 39java.rt= 40