laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: August 31, 2014 ArcGIS Engine
Bug-ID-Nummer NIM102910
EingereichtJune 25, 2014
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Engine
Gefunden in Version10.2
ProgrammspracheJava
BetriebssystemRed Hat Enterprise Linux
Betriebssystemversion6 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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.

Workaround

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(); }

Schritte zur Reproduzierung

Bug-ID: NIM102910

Software:

  • ArcGIS Engine

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln