Now makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary...
[zxing.git] / build.properties
1 version=0.1.2
2
3 # Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
4 WTK-home=/usr/local/WTK2.5.2
5
6 # Set this to a location where the platform classes included with Java SDK version 1.4 (not later)
7 # have been installed. This is typically the installation root of the JDK followed by
8 # 'jre/lib/rt.jar'
9 # Mac users, this should be set to:
10 # JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar
11 JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar