0

I have Java server, but I know really a little about Java. I develop to company in HTML, CSS, JS and JS libraries, but from today I am unable to start server again. Each file has error, for example, first one on the 5 line, where is that code

 import org.jongo.MongoCollection; 

and it says error

`The import org.jongo cannot be resolved` 

and I dont know what now. It worked yesterday and a lot of time before, so I have no need to know more about Java and so on. We are little company, everyone works from its home, another developer, who created this Java server have no time till afternoon, so I will try ask here, if something similiar happens to someone else.

4

1 回答 1

0

只是您的应用程序没有获得所需的类,原因是您的 lib 文件不存在于类路径中。检查您的课程路径。然后清理应用程序。

于 2014-12-16T09:09:57.493 回答