From: <mag...@st...> - 2006-01-30 19:35:40
|
it's as simple as this, but "Topic cannot be resolved to a type" /*****************************************/ import org.tm4j.*; public class MyClass { Topic tp; /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub }//main }//class /*****************************************/ Lars Heuer wrote: > Hi Magnus, > > >>thx for the reply! alas, I still don't get it rigth: > > >>I'm not quite sure which .jar to add in the build-path, so I just added >>the lot. But I'm not able to use classes like TopicMap [TopicMap cannot >>be resolved to a type] > > [...] > >>$ cat tm4j_test/.classpath > > [...] > > Cannot see a failure here. > > Are you trying to work with TMAPI? > > What kind of imports do you have in "MyClass.java"? > > Can you post an excerpt of your class? > > Best regards, > Lars |