Hello everybody, I am new here and new to Java, so please be patient if you can. I am trying to make a java project that will make use of a JAR file. The JAR file is called javaanpr.jar and is available in this package
JavaANPR - Automatic number plate recognition system
What I want to do should be pretty simple, I write my own java program that will send a jpeg to that JAR and get the result from it.
Sadly, as I am a PHP coder, I do not have much java experience.
From what I have seen on example programs, I need to reference the JAR in my build path and import the JAR, I have done both of these.
I am now lost, so maybe somebody can give me some pointers?
Thanks in advance