• General
  • Java import - package does not exist

Hi,

I'am trying to build the HelloWorld example from here http://cometdaily.com/2008/02/12/%E2%80%9Chello-world%E2%80%9D-with-lightstreamer/.

I've downloaded the sources zip file. When I open the file "HelloWorldDataAdapter.java" in the IDE I get an error message on the line "import com.lightstreamer.interfaces.data.*;" that means the package does not exist.

What's wrong? Where can I find this package? :confused:

Edit: Okay, I've found the solution. Now it works perfect. This post can be deleted.

Thanks in advance.

Best regards!
  • kimi replied to this.
    5 years later
    UweF states that he found the solution but does not explain the solution, what is it? I am having the same error messages.
    a month later
    Keeping the jar file in the same folder or package does not add it to the class path. You are required to mention the path of the jar in your class path when running your java program.