Je viens de commencer à utiliser swt (version compatible avec Windows x86_x64). Quand je lance un extrait de code d'exemple dans Eclipse, je reçois l'erreur suivante ...java.lang.UnsatisfiedLinkError: Impossible de charger les bibliothèques SWT 64 bits sur une machine JVM 32 bits dans une machine Windows x86
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at Snippets.main
J'ai Windows Vista sur ma machine. Je crois que cette version swt devrait supporter les OS 32 bits et 64 bits. Qu'est-ce qui me manque pour que les choses fonctionnent pour 32 bits?
Si j'ai une mauvaise version de JVM, comment la changer?