hi-
 
i am attempting to learn java.  i tried to install the sqlite jdbc and
ran into these messages.
can someone who knows java better (especially all the make and
configuration stuff) offer some advice
as to what might be going wrong? 
 
C:\sqlite-2.8.15>make test
MAKE Version 5.2  Copyright (c) 1987, 1998 Inprise Corp.
        "C:\Program Files\Java\jdk1.5.0_01"\bin\javac test.java
test.java:62: cannot find symbol
symbol  : variable Constants
location: class test
        return Constants.SQLITE_OK;
               ^
test.java:84: cannot find symbol
symbol  : variable Constants
location: class test
            db.function_type("myregfunc", Constants.SQLITE_TEXT);
                                          ^
test.java:86: cannot find symbol
symbol  : variable Constants
location: class test
            db.function_type("myaggfunc", Constants.SQLITE_TEXT);
                                          ^
3 errors
 
** error 1 ** deleting test
 
C:\sqlite-2.8.15>java test
Exception in thread "main" java.lang.NoClassDefFoundError: test
 
C:\sqlite-2.8.15>

Reply via email to