gephi-toolkit icon indicating copy to clipboard operation
gephi-toolkit copied to clipboard

gephi-toolkit-0.9.2-all.jar couldn't be added into current netbeans' module project

Open askua opened this issue 3 years ago • 0 comments

Dear Gephi Group, I'm develping a netbeans module project that need use toolkit to draw a graph ! I only added open source code package org.gephi.toolkit.demos; When I add gephi-toolkit-0.9.2.jar into my netbeans module project, I could successfully compile the project, image

But I failed to run it, the IDE told me: java.lang.ClassNotFoundException

Error Note: java.lang.ClassNotFoundException: org.netbeans.modules.masterfs.watcher.Watcher@ModuleCL@1b5dab8b[com.ml.predict]:jar:file:/D:/JavaProjects/CIF-DL/build/cluster/modules/ext/gephi-toolkit-0.9.2-all.jar!/ not a subclass of org.netbeans.modules.masterfs.watcher.Watcher@ModuleCL@1f1c9b7a[org.netbeans.modules.masterfs]:jar:file:/E:/CIFLog/platform/modules/org-netbeans-modules-masterfs.jar!/ image

My IDE Environment has jdk1.8.0_192,Netbeans 8.2, apache-maven-3.6.0

I didn't know how to solve it, I recompile the gephi-toolkit.jar , but it doesn't work

What should I do?

askua avatar May 17 '21 09:05 askua