salim
unread,Nov 4, 2011, 2:42:36 PM11/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zx...@googlegroups.com
I encountered this of problem, I give these few steps, and I'm certainly confident that you 'll find it useful.
1: you need ZXing package (including source).
2: download Apache Ant Project Binary to build core.jar and javase.jar
3: set your Ant binary in PATH variable, and set your JAVA_HOME varaible to the java JDK. not to java JRE.
4: unzip your ZXing package
5: in the command line: type cd Zxing\core
6: type Ant
7: do the same for javase.jar, go in Zxing\javase
8: type Ant
9: copy core.jar and javase.jar to your project build folder.
10: import these two jar files to you netbeans java project for coding.