RE: Could not initialize class com.liferay.portal.kernel.util.ParamUtil

Gayathri M, modified 5 Years ago. New Member Posts: 13 Join Date: 12/22/16 Recent Posts
Hi,I am using spring maven portlets in liferay 7.2. In that while running the testcases am getting the belowCould not initialize class com.liferay.portal.kernel.util.ParamUtil
Kernel version: 4.49.1when am using the version in portlet am not getting any error. while running the junit am facing the above error for all the classes.
thumbnail
David H Nebinger, modified 5 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
Why are you trying to initialize or instantiate one? It is merely a container of public static methods, you just invoke them...