java - Is there a way to add a 'libs' folder to my project in Eclipse -
the way know adding additional libraries in java project (in eclipse) manually adding them project's build path.
is there way in create folder, , inside (.jars, more precise) added classpath? can in eclipse?
create new classpath variable ( preferences)which points directory , add build path.
use in project ( build path - add variable)
for ex: if want have c:\mydev\libs in build path
eclipse-windows-preferences-java-buildpath-classpath variables- new create new entry calls mydevlibs pointing c:\mydev\libs
in project-build path- configure build path - libraries (tab) - add variable
this should do.
Comments
Post a Comment