laptop and a wrench

漏洞

The ArcGIS Visual Java Beans samples must be updated to avoid using the MToolkit command line because as per the oracle documentation, "MToolkit is no longer supported in JDK7", ss such, our samples will fail to run against a machine that uses JDK 7 or higher.

上次发布: August 31, 2014 ArcGIS Engine
漏洞 ID 编号 NIM102910
已提交June 25, 2014
上次修改时间June 5, 2024
适用范围ArcGIS Engine
找到的版本10.2
编程语言Java
操作系统Red Hat Enterprise Linux
操作系统版本6 64 Bit
状态Will Not Be Addressed

附加信息

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

解决办法

Change the Look and Feel to GTK instead of Motif to ensure the samples work. Place the following code within the main method of the application:try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel"); } catch (ClassNotFoundException e) { e.printStackTrace(); } catch (InstantiationException e) { e.printStackTrace(); } catch (IllegalAccessException e) { e.printStackTrace(); } catch (UnsupportedLookAndFeelException e) { e.printStackTrace(); }

重现步骤

漏洞 ID: NIM102910

软件:

  • ArcGIS Engine

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项