Results 1 to 1 of 1
Thread: Struggling to import JAR
- 01-12-2012, 10:53 AM #1
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
Struggling to import JAR
I'm trying to see if I can make use of this project here:
JavaANPR - Automatic number plate recognition system
Which is targetted at general java more than Android.
I made a JAR file out of the class build files by using the JAR command.
A copy of which I've made available here:
javaanpr.jar
Now I've added this to the package into my project using the instructions here:
java - Correct way to add lib/*.jar to an IntelliJ IDEA project? - Stack Overflow
Which has worked for an Apache JAR i've imported.
But for some reason it's absolutley refusing to see any javaanpr pacakage to import
import javaanpr.intelligence.*;
returns the error message
package javaanpr.intelligence does not exist
Yet from within IntelliJ I can look into the JAR File and see classes with package names that seem to match what I'm trying to do here?
Any help appreciated!
Thanks,
Chris.
Similar Threads
-
Struggling with this code
By Shimless12 in forum New To JavaReplies: 5Last Post: 07-14-2011, 06:06 PM -
Struggling with enum!
By XmisterIS in forum New To JavaReplies: 4Last Post: 09-03-2010, 12:23 PM -
Struggling with AlphaComposite .. please help me
By jeshmal4u in forum Java 2DReplies: 3Last Post: 03-08-2010, 05:11 AM -
Struggling with java .ini files
By Camzie in forum NetBeansReplies: 6Last Post: 11-24-2009, 03:13 PM -
struggling with creating a GUI
By tuwannu in forum Advanced JavaReplies: 2Last Post: 12-01-2008, 02:53 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks