Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
first time open up demo project TIS 4 gives me below error , why?
java.lang.NoClassDefFoundError: Could not initialize class org.talend.designer.components.model.ComponentsFactory
at org.talend.designer.components.model.ComponentsService.getComponentsFactory(Unknown Source)
at org.talend.repository.model.ComponentsFactoryProvider.getInstance(Unknown Source)
at org.talend.core.CoreService.componentsReset(Unknown Source)
at org.talend.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source)
at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)