java导入jar包的问题。
PHPz
PHPz 2017-04-17 17:45:44
0
4
340

我网上下载了一个stdlib.jar文件,然后通过Bulid Path加入项目里面。
现在我要调用这个jar文件下的类,不知道为什么抱错? 新手求指点!

PHPz
PHPz

学习是最好的投资!

reply all(4)
刘奇

If it can be imported, it means it is already on the classpath.
You can try restarting eclipse.

Ty80

It is estimated that it is not compiled properly. Because the error reported is "StdOut" not found, not "com.algs.stdlib.StdOut" not found.

迷茫

Check automatic compilation and then clean the project

洪涛

1, refresh the project, clean the project and then build it
2, if it still doesn’t work, re-import the jar package and repeat the above steps

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template