Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
TheMadse
Contributor
Contributor

Unable to create new project with IntelliJ Plugin

Hello there,

i just installed IntelliJ 2020.2.1 CE as well as Talend Component Kit plugin (1.1.23). Unfortunately as I would like to create a new Project I get the following Error

Exception in

Talend Component Kit plugin

java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel

at org.talend.sdk.component.intellij.module.TalendModuleBuilder.createWizardSteps(TalendModuleBuilder.java:78)

at com.intellij.ide.util.newProjectWizard.StepSequence.addStepsForBuilder(StepSequence.java:47)

at com.intellij.ide.projectWizard.ProjectTypeStep.<init>(ProjectTypeStep.java:191)

at com.intellij.ide.projectWizard.NewProjectWizard.init(NewProjectWizard.java:51)

at com.intellij.ide.projectWizard.NewProjectWizard.<init>(NewProjectWizard.java:40)

at com.intellij.ide.actions.NewProjectAction.actionPerformed(NewProjectAction.java:23)

at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:282)

at com.intellij.openapi.actionSystem.ex.ActionUtil.invokeAction(ActionUtil.java:446)

at com.intellij.openapi.actionSystem.ex.ActionUtil.invokeAction(ActionUtil.java:431)

at com.intellij.ui.components.labels.ActionLink$1.linkSelected(ActionLink.java:47)

at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:138)

at com.intellij.ui.components.labels.ActionLink.doClick(ActionLink.java:56)

at com.intellij.ui.components.labels.LinkLabel$MyMouseHandler.mouseReleased(LinkLabel.java:322)

at java.desktop/java.awt.Component.processMouseEvent(Component.java:6654)

at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)

at java.desktop/java.awt.Component.processEvent(Component.java:6419)

at java.desktop/java.awt.Container.processEvent(Container.java:2263)

at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5029)

at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)

at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)

at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)

at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)

at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)

at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)

at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2773)

at java.desktop/java.awt.Component.dispatchEvent(Component.java:4861)

at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)

at java.base/java.security.AccessController.doPrivileged(Native Method)

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)

at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:751)

at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:749)

at java.base/java.security.AccessController.doPrivileged(Native Method)

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)

at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)

at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:971)

at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:906)

at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:838)

at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:452)

at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744)

at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:451)

at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802)

at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:505)

at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel PluginClassLoader[PluginDescriptor(name=Talend Component Kit, id=org.talend.sdk.component.intellij.plugin, path=C:\Users\mlaufer\AppData\Roaming\JetBrains\IdeaIC2020.2\plugins\talend-component-kit-intellij-plugin, version=1.1.23)] com.intellij.ide.plugins.cl.PluginClassLoader@52d4ccd5

at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:95)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)

... 51 more

Using Java JDK: jdk1.8.0_251

thanks for your help

Labels (3)
1 Reply
undx
Creator
Creator

Hi @Matthias Laufer​ ,

 

Try installing the javafx plugin https://plugins.jetbrains.com/plugin/14250-javafx-runtime-for-plugins

 

br