I am new to Eclipse, Java and Linux. I searched for this problem but cannot answer. I want to write a program that manages HBase tables. Therefore, I have some Jar files that they are associated with HBase. In a regular Java application, I add Jar files through the following command
Assembly path → Configuration assembly path → Add external banks
So, in Dynamic Web Project it sounds like different. after some searching, I understand that Jar files must be added to WEB-INF / lib or to% TOMCAT_HOME% / lib. so I get a response from% TOMCAT_HOME% / lib, but really fixated on how to add jar files to WEB-INF / lib. I copy all jar files to folders, but this does not work.
please help me more.
source
share