laptop and a wrench

Error

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.

Última publicación: August 31, 2014 ArcGIS Engine
Número de ID del error NIM102910
EnviadoJune 25, 2014
Última modificaciónJune 5, 2024
Relacionado conArcGIS Engine
Versión encontrada10.2
Lenguaje del programaJava
Sistema operativoRed Hat Enterprise Linux
Versión de sistema operativo6 64 Bit
EstadoWill Not Be Addressed

Información adicional

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.

Solución alternativa

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

Pasos para reproducir

ID del error: NIM102910

Software:

  • ArcGIS Engine

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga