From 0d402a1858adfdf1540dde659c6767a18b4f6c28 Mon Sep 17 00:00:00 2001 From: alexandra <83598143+gorillagripcore@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:38:20 +0200 Subject: [PATCH] Delete Error-UnsatisfiedLinkError-when-launching-Arduino-IDE.md --- ...nsatisfiedLinkError-when-launching-Arduino-IDE.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 content/Software Support/IDE Settings/Error-UnsatisfiedLinkError-when-launching-Arduino-IDE.md diff --git a/content/Software Support/IDE Settings/Error-UnsatisfiedLinkError-when-launching-Arduino-IDE.md b/content/Software Support/IDE Settings/Error-UnsatisfiedLinkError-when-launching-Arduino-IDE.md deleted file mode 100644 index ca7ee594..00000000 --- a/content/Software Support/IDE Settings/Error-UnsatisfiedLinkError-when-launching-Arduino-IDE.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Error UnsatisfiedLinkError when launching Arduino IDE" -id: 360018412860 ---- - -If you get this error when launching Arduino: - -``` - Uncaught exception in main method: java.lang.UnsatisfiedLinkError: Native Library /Users/anu/Desktop/arduino-0002/librxtxSerial.jnilib already loaded in another classloader -``` - -you probably have an old version of the communications library lying around. Search for `comm.jar` or `jcl.jar` in `/System/Library/Frameworks/JavaVM.framework/` or in directories in your `CLASSPATH` or `PATH` environment variables.