Skip to main content
Question

java.lang.NoClassDefFoundError: com/eclipsesource/json/Json

  • May 23, 2025
  • 2 replies
  • 14 views

Forum|alt.badge.img

I am facing issue while reading config during runtime with JAVA application

At line: BoxConfig boxConfig = BoxConfig.readFrom(reader);

ERROR:   java.lang.NoClassDefFoundError: com/eclipsesource/json/Json  javax.servlet.ServletException: com.liferay.portal.kernel.portlet.PortletContainerException: 

2 replies

Forum|alt.badge.img

Hi Fazil,

Could you be missing one of the dependencies?

Check them out here.

Best regards


Forum|alt.badge.img

Thanks Rui Barbosa !!

Resolved few issues by this solution able to move further.

 

NOTE: while adding dependency to your project Please make sure the jar version should be compatible with JAVA JDK version.