-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@hellyzh
Description
Get error "Could not initialize class com.sun.jna.Native" running arduino_debug.exe for Arduino IDE 1.8.11 on Windows 10
C:\>"C:\Program Files (x86)\Arduino\arduino_debug.exe"
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.platform.win32.Shell32.<clinit>(Shell32.java:32)
at com.sun.jna.platform.win32.Shell32Util.getFolderPath(Shell32Util.java:44)
at com.sun.jna.platform.win32.Shell32Util.getFolderPath(Shell32Util.java:61)
at cc.arduino.os.windows.Win32KnownFolders.getLocalAppDataFolder(Win32KnownFolders.java:53)
at processing.app.windows.Platform.recoverSettingsFolderPath(Platform.java:64)
at processing.app.windows.Platform.init(Platform.java:54)
at processing.app.Base.<init>(Base.java:207)
at processing.app.Base.main(Base.java:150)