Fixed location of RIM files

git-svn-id: https://zxing.googlecode.com/svn/trunk@138 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-01-07 21:19:03 +00:00
parent d8ef9bc275
commit 0f47cc6380
2 changed files with 10 additions and 4 deletions

View file

@ -13,7 +13,13 @@ version=0.2
# Set this to the location where you have installed RIM's BlackBerry JDE in order to
# create the 'rim' client. There is no Mac or Linux version, but, these platforms can still
# build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation,
# and simply pointing to the directory containing them both here:
# and creating a fake mini installation home somewhere with the following files:
# [your home]/
# bin/
# rapc.jar
# lib/
# net_rim_api.jar
# Uncomment and set appropriately
#BB-JDK-home=.
#BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
#BB-JDK-home=bb-home

View file

@ -33,8 +33,8 @@
<target name="build" depends="init,clean">
<copy file="../javame/ZXingReaderBasic.jad" todir="."/>
<java jar="${BB-JDK-home}/rapc.jar" fork="true">
<arg value="import=${BB-JDK-home}/net_rim_api.jar"/>
<java jar="${BB-JDK-home}/bin/rapc.jar" fork="true">
<arg value="import=${BB-JDK-home}/lib/net_rim_api.jar"/>
<arg value="codename=ZXingReaderBasic"/>
<arg value="-midlet"/>
<arg value="jad=ZXingReaderBasic.jad"/>