Results 1 to 1 of 1
Thread: xBaseJ - Missing Type Error
- 07-07-2012, 10:13 AM #1
Member
- Join Date
- Jul 2012
- Posts
- 1
- Rep Power
- 0
xBaseJ - Missing Type Error
Hey Everyone,
I'm trying to read a .dbf File into Java so i added the xBaseJ-20120119.bin.zip to my project and tried to create a DBF object via "DBF dbf = new DBF("path");". However, although i imported "classes.org.xBaseJ.*" i'm getting the following error:
The constructor DBF(String) refers to the missing type xBaseJException
When i try to run it the following:
The type org.xBaseJ.xBaseJException cannot be resolved. It is indirectly referenced from required .class files
The constructor DBF(String) refers to the missing type xBaseJException
What am i doing wrong?
Pascal
Similar Threads
-
error in compiler missing (.m) files
By raj.mscking@gmail.com in forum New To JavaReplies: 2Last Post: 02-07-2012, 09:40 AM -
Missing return statement error.
By Fortu in forum New To JavaReplies: 2Last Post: 12-11-2010, 09:15 PM -
Class is raw type warning missing?
By Syntastic in forum Advanced JavaReplies: 1Last Post: 12-03-2010, 09:16 PM -
Missing Return Statement Error
By darkblue24 in forum New To JavaReplies: 13Last Post: 02-16-2010, 08:22 PM -
Missing Return Statement error
By anilanar in forum New To JavaReplies: 2Last Post: 08-20-2009, 01:02 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks