Eclipse: Adding all the jars from a folder in java classpath

前端 未结 3 1225
北海茫月
北海茫月 2020-12-29 21:44

Is there a way to include all the jar files within a directory in the classpath using Eclipse?

It can be done by using command line by the following command:

3条回答
  •  长发绾君心
    2020-12-29 22:43

    Not without a Plug-in. I do not know why this feature is not a basic part of eclipse.

    https://github.com/benjchristensen/SimpleDirectoryContainer_EclipsePlugin

提交回复
热议问题