Gephi上载csv文件或在Gephi的打开页面上选择sample Les Miserables.gexf会引发java.util.MissingResourceException错误

Gephi上载csv文件或在Gephi的打开页面上选择sample Les Miserables.gexf会引发java.util.MissingResourceException错误,csv,upload,gephi,Csv,Upload,Gephi,下面是Gephi给我的完整错误消息-当我尝试上载csv文件时 我有java版本:java版本“1.8.0_221”和gephi版本0.9.2。 我的java工作得很好,我设置了环境变量并对其进行了测试 jdkhome="C:\Program Files\Java\jdk1.8.0_221" // in gephi.conf file. "C:\Program Files\Gephi-0.9.2\bin\gephi64.exe" --jdkhome "C:\Program Files\Java\

下面是Gephi给我的完整错误消息-当我尝试上载csv文件时

我有java版本:java版本“1.8.0_221”和gephi版本0.9.2。 我的java工作得很好,我设置了环境变量并对其进行了测试

jdkhome="C:\Program Files\Java\jdk1.8.0_221" // in gephi.conf file.
"C:\Program Files\Gephi-0.9.2\bin\gephi64.exe" --jdkhome "C:\Program Files\Java\jdk1.8.0_221"
但这对我不起作用。之后,我尝试右键单击Gephi图标,选择属性,编辑目标,如下所示

jdkhome="C:\Program Files\Java\jdk1.8.0_221" // in gephi.conf file.
"C:\Program Files\Gephi-0.9.2\bin\gephi64.exe" --jdkhome "C:\Program Files\Java\jdk1.8.0_221"
我在Gephi.com上也读到了这句话:“Java与应用程序捆绑在一起,因此不必单独安装。在Windows和Linux上,系统必须配备Java。”这是什么意思

但这也不起作用。任何帮助都将不胜感激

我搜索了所有的互联网,通常人们会得到错误:“Java还没有找到”。但这不是我的问题,我的打开没有任何错误。然后,当我尝试上载例如Nodes1.csv文件时,它会给出以下错误

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ReportPanel.mergeStrategy.mın
    at java.util.ResourceBundle.getObject(Unknown Source)
    at java.util.ResourceBundle.getString(Unknown Source)
    at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
    at org.gephi.desktop.importer.EdgesMergeStrategyWrapper.toString(EdgesMergeStrategyWrapper.java:90)
    at javax.swing.plaf.basic.BasicComboBoxRenderer.getListCellRendererComponent(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$WindowsComboBoxRenderer.getListCellRendererComponent(Unknown Source)
    at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(Unknown Source)
    at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsComboBoxUI.getMinimumSize(Unknown Source)
    at javax.swing.plaf.basic.BasicComboBoxUI.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at java.awt.GridBagLayout.GetLayoutInfo(Unknown Source)
    at java.awt.GridBagLayout.getLayoutInfo(Unknown Source)
    at java.awt.GridBagLayout.ArrangeGrid(Unknown Source)
    at java.awt.GridBagLayout.arrangeGrid(Unknown Source)
    at java.awt.GridBagLayout.layoutContainer(Unknown Source)
    at java.awt.Container.layout(Unknown Source)
    at java.awt.Container.doLayout(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validateTree(Unknown Source)
    at java.awt.Container.validate(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
[catch] at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

我有一个java版本1.8,程序文件中有JDK和JRE。我刚刚删除了java并下载了JRE 1.8运行时环境,它工作了。请注意,当多个JRE或JDK安装在同一台机器上时,您可以指定Gephi使用特定路径。如上一节所述编辑gephi.conf,取消对jdkhome行的注释并设置JRE或JDK路径。

您对此有什么问题。请使您的问题易于阅读。听起来您应该向从事gephi工作的人员询问一些事情,但您应该尽可能多地告诉他们您是如何安装的,从何处安装的,以及您为获得该错误所采取的确切步骤。提供CSV文件也非常有用。