标签: java classpath
我尝试通过终端在我的项目中导入stdlib.jar。程序是这样的:
import bin.stdlib.*
src> javac -cp '../bin/:stdlib.jar' MyClass.java