Seems the tellurium core jar file is not in your project class path. Which version of Tellurium are you using? What build system are you using, Maven or Ant? You can try to run your build script from command line to see if the build works fine. If it is, then it is your project configuration problem in Eclipse.
Thanks, Jian On Jun 7, 7:55 pm, kamundse <[email protected]> wrote: > Hi, > > I am new to using Tellurium and was following the how to > athttp://code.google.com/p/aost/wiki/CustomTelluriumEclipseProject. > Everything was going ok (a few places where the instructions are > possibly out of date) until I tried to make > GoogleStartPageJavaTestCase.java. Eclipse is telling me it cannot > resolve org.tellurium.text.java.* on the first import line. The > groovy class has no problems with seeing it. I am not familiar enough > with Groovy to know why this would work in that class and not in my > java class. > > Any ideas? > > Thanks! -- You received this message because you are subscribed to the Google Groups "tellurium-users" 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/tellurium-users?hl=en.
