On Mar 22, 4:06 am, tuc70899 <[email protected]> wrote: > These steps work very well. I can running tests cases, though only > several resources have some import issues. > > Description Resource Path Location Type > Analyzer cannot be resolved to a type FullTextLucene.java h2/h2/ > src/main/org/h2/fulltext line 281 Java Problem > Description Resource Path Location Type > BundleContext cannot be resolved to a type > DbDriverActivator.java h2/h2/src/main/org/h2/util line 32 Java > Problem > ClassDoc cannot be resolved to a type Doclet.java h2/h2/src/ > tools/org/h2/build/doclet line 56 Java Problem > > Could this be because my project entitled, h2 contains folders: > > /h2/src/main > /h2/src/test > etc.?
I really don't think so. Quite probably you only need to do refresh in eclipse. There should be a directory "h2/h2/ext" containing 4 jar files, check it. Your eclipse project should use them, check it too. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
