Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Arduino IDE 1.8.13 menu bar and icon options text missing in Archlinux LXQt

Open severnaside opened this issue 3 years ago • 24 comments

Arduino 1.8.13 (using your Software Download) was working ok until I did an Arch system upgrade. See screenshot below. The options are there, but not visible. If I click on "Open", for example, and blindly follow down and click on something - a sketch will open.

I did a system downgrade (rollback) using the Arch Archive to the previous upgrade date, and the IDE worked correctly again. I don't know which package(s) caused the problem as there were 124 packages upgraded after a 3-week interval (remiss of me). So, I brought my system back up-to-date and tried something else:

In the IDE download folder there is a folder named 'java'. I renamed it to something different and launched the IDE - everything working ok. This is my solution for now.

Being curious, I also installed the Arch Arduino 1:1.8.13-2 package using pacman package manager . I note that the 'arduino' folder /usr/share/arduino does not contain a folder 'java'. I prefer to use your Arduino Software, so I will stay with that.

I have another machine running Archlinux, it behaved the same way as above.

You may not consider this to be an arduino.cc issue, but I just wanted to make you aware.

OS: Archlinux 64-bit Desktop: LXQt Java Environment: java-14-openjdk

ss1

severnaside avatar Jan 10 '21 16:01 severnaside

Same issue here on Fedora 5.9.16-200.fc33.x86_64 openjdk version "11.0.9.1" 2020-11-04 OpenJDK Runtime Environment 18.9 (build 11.0.9.1+11)

Installing the latest java with sudo dnf install java-latest-openjdk (and setting it as default with sudo alternatives --config java), in addition to renaming the java folder inside the arduino directory solves the issue for now.

lefeverd avatar Jan 11 '21 18:01 lefeverd

As @lefeverd reported, it's likely to be a mismatch between the installed java version and the one used to build the IDE. The distribution from arduino.cc should be unaffected (uses the provided java folder as base jre installation) but there could be issues with other components (gtk bindings or similar). Can any of you run the full IDE from arduino.cc (keeping the java folder) from the commandline and paste the console log here? Thanks!

facchinm avatar Jan 12 '21 08:01 facchinm

@facchinm, see my console output:

[chris@crt2 ~]$ arduino
Picked up JAVA_TOOL_OPTIONS:
Set log4j store directory /home/chris/.arduino15

It is the same, with or without the java folder. The "Picked up JAVA_TOOL_OPTIONS:" message is just what java (openjdk) writes to stderr, according to ArchWiki -Java.

If I wait approx. 1 minute, there is further output which also goes to the .arduino15 log, but this only seems to be application/url checks, see extract below:

2021-01-12T12:25:03.229Z INFO c.a.c.p.ContributionInstaller:305 [Timer-0] Start download and signature check of=[http://drazzy.com/package_drazzy.com_index.json, https://downloads.arduino.cc/packages/package_index.json]
2021-01-12T12:25:03.251Z INFO c.a.u.n.FileDownloaderCache:92 [Timer-0] Cache folder /home/chris/.arduino15/cache
2021-01-12T12:25:03.305Z INFO c.a.u.n.FileDownloaderCache:112 [Timer-0] Number of file already in the cache 4
2021-01-12T12:25:03.347Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire true, exist false, info FileCached{eTag='null', lastETag='null', remoteURL='http://drazzy.com/package_drazzy.com_index.json', localPath='/home/chris/.arduino15/cache/drazzy.com/package_drazzy.com_index.json', md5='null', createdAt='2021-01-12T12:25:03.32', cacheControl=null} 
2021-01-12T12:25:03.357Z INFO c.a.u.n.HttpConnectionManager:153 [Timer-0] Connect to http://drazzy.com/package_drazzy.com_index.json, method=HEAD, request id=86FDEF1223A141E4
2021-01-12T12:25:03.569Z INFO c.a.u.n.HttpConnectionManager:157 [Timer-0] Request complete URL="http://drazzy.com/package_drazzy.com_index.json", method=HEAD, response code=206, request id=86FDEF1223A141E4, headers={Accept-Ranges=[bytes], null=[HTTP/1.1 206 Partial Content], Server=[Apache/2.2.34 (Amazon)], Content-Range=[bytes 0-102310/102311], ETag=["1ea-18fa7-5b8a8b457c91b"], Connection=[close], Last-Modified=[Tue, 12 Jan 2021 00:00:03 GMT], Content-Length=[102311], Date=[Tue, 12 Jan 2021 12:25:04 GMT], Content-Type=[application/json]}
..............................

I will mention that prior to opening this issue, I had installed ttf-ms-fonts from the AUR, and also installed OpenJDK Java 7, 8 and 11, setting them to default in turn - problem remained.

severnaside avatar Jan 12 '21 13:01 severnaside

Same issue me too. Achlinux,Gnome I try with portable versions and from pacman with java 1.8 /1.15 is a same problems. image

Mimich-FR avatar Jan 21 '21 17:01 Mimich-FR

I have got the same issue (Majaro KDE). This also appeared after the latest global update of the system. But in my case, it only appears when I run downloaded Arduino IDE via 'sudo'. If I run it from my normal user or from root all is ok. Also no problem with Arduino IDE installed via pacman/pamac.

igivis7 avatar Jan 22 '21 22:01 igivis7

Had the same problem. after trying mods to the java file, severnaside's workaround: "In the IDE download folder there is a folder named 'java'. I renamed it to something different and launched the IDE - everything working ok. ..." was sufficient to make it usable for me. Arduino IDE 1.8.13 5.10.10-200.fc33.x86_64 (inside KVM/QEMU on 5.10.10-200.fc33.x86_64)

ajmbelford avatar Jan 31 '21 11:01 ajmbelford

I am running Fedora Core 33 (FC33) with Arduino 1.8.13. I experienced the same issue with the Menu Bar missing as well as the drop down only showing the black arrows when i started Arduino using the Activities screen pinned apps or via the search option. I resolved the issue by going to the terminal window and running SUDO ARDUINO. Some messages went by and Arduino came up with the Menu Bar showing as it should. I then shut down the app and restarted it again at the command line using just ARDUINO and all worked as well. Then I started it again as I had been and the issue was resolved. So, it appears that the SUDO run of Arduino may have fixed what was causing the issue. HTH.

mr-vb avatar Feb 01 '21 04:02 mr-vb

@facchinm When running with the JRE shipped with version 1.8.3, I get the following error message:

Gtk-Message: 22:40:58.924: Failed to load module "pk-gtk-module"

Although, when upgrading Java as suggested by @lefeverd , I could see that xorg-x11-fonts-Type1 was installed at the same time. Maybe that's related?

For the next readers:

# cd in your arduino IDE extracted folder
sudo dnf install java-latest-openjdk
sudo alternatives --config java # select the number with java-latest-openjdk.x86_64
mv java{,_old}

jstoja avatar Feb 01 '21 21:02 jstoja

Same issue on FC33.x86_64 with arduino 1.8.13 and 1.8.14 When sudoing arduino , the menu font is ok But it do not solve the issue with current user

and changing java with @lefeverd proposal does not solve the problem too

i ve got the message Failed to load module "pk-gtk-module" ...

kerauzen avatar Feb 07 '21 19:02 kerauzen

By moving arduino/java to arduino/old-java, the menu are OK

kerauzen avatar Feb 07 '21 19:02 kerauzen

Same on Tumbleweed. @kerauzen , thanks, moving away the internal Java solves it.

CreaValix avatar Feb 25 '21 14:02 CreaValix

On Fedora 33: with a local install (ie. No root, No sudo)

Downloaded the latest openjdk from: https://github.com/AdoptOpenJDK/openjdk11-binaries/releases extract to a local folder (eg. ~/dev/openjdk/latest) cd ~/.local/.../arduino-1.8.13 mv java{,_old} ln -s (extracted openjdk-folder ^^) java

It works fine after that.

Eontech avatar Mar 28 '21 11:03 Eontech

Same issue on ArchLinux with both gtk2 and gtk3 packages installed, Arduino IDE 1.8.13 (64-bit). Uninstalled gtk2 package and problem was resolved.

It might be that the bundled Java gets confused about which L&F to use. Full support for mixed GTK2, GTK3 environments wasn't ironed out until JDK 9 with JEP 283 which set the default to GTK2 for all the various components (AWT/Swing, JavaFX, SWT). Oracle backported a pair of patches to use GTK3 as default L&F for client-libs and javafx in its 8u implementation but maybe the bundled implementation doesn't have similar patches and so experiences an "application failure" as mentioned in JEP 283.

echd avatar Jun 18 '21 17:06 echd

Same issue here, ArchLinux (up to date as of today), I3 with a basic custom installation, renaming the java folder works.

Arduino 1.8.15 (downloaded today from arduino.cc) Logs from running it from the terminal with arudino's java (menus do not work), I added a set -ex at the top of the arduino script to have more details:

+++ readlink -f -- ./arduino
++ dirname -- /home/belimawr/Software/arduino-1.8.15/arduino
+ APPDIR=/home/belimawr/Software/arduino-1.8.15
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar                                                                                             
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Softw
are/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar                                                                                                                                                                                                                   
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar                                                                                                                                                                                                                                
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-ext-1.3.04.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-ext-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xmlgraphics-commons-2.0.jar
+ export CLASSPATH
+ LD_LIBRARY_PATH=/home/belimawr/Software/arduino-1.8.15/lib
+ export LD_LIBRARY_PATH
+ export PATH=/home/belimawr/Software/arduino-1.8.15/java/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/home/belimawr/.local/bin
+ PATH=/home/belimawr/Software/arduino-1.8.15/java/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/home/belimawr/.local/bin
++ echo
++ sed 's|-javaagent:/usr/share/java/jayatanaag.jar||g'
+ export JAVA_TOOL_OPTIONS=
+ JAVA_TOOL_OPTIONS=
+ JAVA=java
+ '[' -x /home/belimawr/Software/arduino-1.8.15/java/bin/java ']'
+ JAVA=/home/belimawr/Software/arduino-1.8.15/java/bin/java
+ JAVA_OPTIONS=("-DAPP_DIR=$APPDIR")
+ [[ '' != *\-\-* ]]
+ JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
+ /home/belimawr/Software/arduino-1.8.15/java/bin/java -DAPP_DIR=/home/belimawr/Software/arduino-1.8.15 -splash:/home/belimawr/Software/arduino-1.8.15/lib/splash.png processing.app.Base
Picked up JAVA_TOOL_OPTIONS: 
Set log4j store directory /home/belimawr/.arduino15
2021-06-21T09:15:30.086Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x2CB7/0x0210, method=GET, request id=E510F0F388D84ABD
2021-06-21T09:15:30.675Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x2CB7/0x0210", method=GET, response code=404, request id=E510F0F388D84ABD, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Mon, 21 Jun 2021 09:15:30 GMT]}
2021-06-21T09:15:30.675Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404
2021-06-21T09:15:30.680Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x043E/0x9A39, method=GET, request id=028E972381FC44DA
2021-06-21T09:15:30.788Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x043E/0x9A39", method=GET, response code=404, request id=028E972381FC44DA, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Mon, 21 Jun 2021 09:15:30 GMT]}
2021-06-21T09:15:30.789Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404

After renaming the java folder to java-old, aka forcing arudiono ide to use the system's java:

+++ readlink -f -- ./arduino
++ dirname -- /home/belimawr/Software/arduino-1.8.15/arduino
+ APPDIR=/home/belimawr/Software/arduino-1.8.15
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar                   
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/
lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar                               
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-ext-1.3.04.jar
+ for LIB in "$APPDIR"/java/lib/rt.jar "$APPDIR"/java/lib/tools.jar "$APPDIR"/lib/*.jar
+ CLASSPATH=:/home/belimawr/Software/arduino-1.8.15/java/lib/rt.jar:/home/belimawr/Software/arduino-1.8.15/java/lib/tools.jar:/home/belimawr/Software/arduino-1.8.15/lib/apple.jar:/home/belimawr/Software/arduino-1.8.15/lib/arduino-core.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-anim-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-awt-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-bridge-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-codec-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-css-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-ext-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-gvt-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-parser-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-rasterizer-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-script-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-squiggle-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svg-dom-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-svgpp-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-transcoder-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-util-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/batik-xml-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcpg-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/bcprov-jdk15on-152.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-codec-1.7.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-compress-1.8.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-exec-1.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-httpclient-3.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-io-2.6.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-lang3-3.8.1.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-logging-1.0.4.jar:/home/belimawr/Software/arduino-1.8.15/lib/commons-net-3.3.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-annotations-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-core-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jackson-databind-2.9.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/java-semver-0.8.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/jmdns-3.5.5.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jna-platform-4.2.2.jar:/home/belimawr/Software/arduino-1.8.15/lib/jsch-0.1.50.jar:/home/belimawr/Software/arduino-1.8.15/lib/jssc-2.8.0-arduino4.jar:/home/belimawr/Software/arduino-1.8.15/lib/jtouchbar-1.0.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-api-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/log4j-core-2.12.0.jar:/home/belimawr/Software/arduino-1.8.15/lib/pde.jar:/home/belimawr/Software/arduino-1.8.15/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-api-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/slf4j-simple-1.7.22.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xml-apis-ext-1.3.04.jar:/home/belimawr/Software/arduino-1.8.15/lib/xmlgraphics-commons-2.0.jar
+ export CLASSPATH
+ LD_LIBRARY_PATH=/home/belimawr/Software/arduino-1.8.15/lib
+ export LD_LIBRARY_PATH
+ export PATH=/home/belimawr/Software/arduino-1.8.15/java/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/home/belimawr/.local/bin
+ PATH=/home/belimawr/Software/arduino-1.8.15/java/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/home/belimawr/Software/google-cloud-sdk/bin:/home/belimawr/go/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/usr/lib/jvm/default/bin:/home/belimawr/.local/bin:/home/belimawr/.local/bin
++ echo
++ sed 's|-javaagent:/usr/share/java/jayatanaag.jar||g'
+ export JAVA_TOOL_OPTIONS=
+ JAVA_TOOL_OPTIONS=
+ JAVA=java
+ '[' -x /home/belimawr/Software/arduino-1.8.15/java/bin/java ']'
+ JAVA_OPTIONS=("-DAPP_DIR=$APPDIR")
+ [[ '' != *\-\-* ]]
+ JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
+ java -DAPP_DIR=/home/belimawr/Software/arduino-1.8.15 -splash:/home/belimawr/Software/arduino-1.8.15/lib/splash.png processing.app.Base
Picked up JAVA_TOOL_OPTIONS: 
Set log4j store directory /home/belimawr/.arduino15
2021-06-21T09:16:49.152Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x2CB7/0x0210, method=GET, request id=3DC6262E225E4591
2021-06-21T09:16:49.736Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x2CB7/0x0210", method=GET, response code=404, request id=3DC6262E225E4591, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Mon, 21 Jun 2021 09:16:49 GMT]}
2021-06-21T09:16:49.737Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404
2021-06-21T09:16:49.741Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x043E/0x9A39, method=GET, request id=068DAD293C934A71
2021-06-21T09:16:49.847Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x043E/0x9A39", method=GET, response code=404, request id=068DAD293C934A71, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Mon, 21 Jun 2021 09:16:49 GMT]}
2021-06-21T09:16:49.848Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404
^G^G^G^P2021-06-21T09:17:50.503Z INFO c.a.c.p.ContributionInstaller:301 [Timer-0] Start download and signature check of=[http://arduino.esp8266.com/stable/package_esp8266com_index.json, https://downloads.arduino.cc/packages/package_index.json]
2021-06-21T09:17:50.508Z INFO c.a.u.n.FileDownloaderCache:92 [Timer-0] Cache folder /home/belimawr/.arduino15/cache
2021-06-21T09:17:50.522Z INFO c.a.u.n.FileDownloaderCache:112 [Timer-0] Number of file already in the cache 5
2021-06-21T09:17:50.540Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire true, exist true, info FileCached{eTag='60a085ab-2034d', lastETag='null', remoteURL='http://arduino.esp8266.com/stable/package_esp8266com_index.json', localPath='/home/belimawr/.arduino15/cache/arduino.esp8266.com/stable/package_esp8266com_index.json', md5='MD5:2bf722e68f318edc65256b87a409eca4', createdAt='2021-06-21T11:05:34', cacheControl=CacheControl{maxAge=600, isMustRevalidate=false, isNoCache=false, isNoStore=false}} 
2021-06-21T09:17:50.543Z INFO c.a.u.n.HttpConnectionManager:153 [Timer-0] Connect to http://arduino.esp8266.com/stable/package_esp8266com_index.json, method=HEAD, request id=34432417263C4EF8
2021-06-21T09:17:50.636Z INFO c.a.u.n.HttpConnectionManager:157 [Timer-0] Request complete URL="http://arduino.esp8266.com/stable/package_esp8266com_index.json", method=HEAD, response code=200, request id=34432417263C4EF8, headers={null=[HTTP/1.1 200 OK], X-Cache=[HIT], expires=[Wed, 09 Jun 2021 00:22:45 GMT], Server=[GitHub.com], Access-Control-Allow-Origin=[*], Connection=[keep-alive], Last-Modified=[Sun, 16 May 2021 02:38:35 GMT], Date=[Mon, 21 Jun 2021 09:17:50 GMT], X-Timer=[S1624267071.574633,VS0,VE0], Via=[1.1 varnish], Accept-Ranges=[bytes], x-proxy-cache=[HIT], Cache-Control=[max-age=600], ETag=["60a085ab-2034d"], X-Served-By=[cache-fra19147-FRA], Vary=[Accept-Encoding], Content-Length=[131917], X-Cache-Hits=[0], X-Fastly-Request-ID=[be7f5f1c19ea4222a485baa6fe157c3550d632e9], Age=[294], X-GitHub-Request-Id=[25FC:F201:3907F3:3A3F80:60C007D8], Content-Type=[application/json; charset=utf-8]}
2021-06-21T09:17:50.639Z INFO c.a.u.n.FileDownloaderCache:160 [Timer-0] Update cached info of http://arduino.esp8266.com/stable/package_esp8266com_index.json, createdAt 2021-06-21T11:05:34, previous eTag 60a085ab-2034d, last eTag 60a085ab-2034d, cache control header CacheControl{maxAge=600, isMustRevalidate=false, isNoCache=false, isNoStore=false} 
2021-06-21T09:17:50.659Z INFO c.a.u.n.FileDownloaderCache:226 [Timer-0] Update cache file info in /home/belimawr/.arduino15/cache/cache.json, number of cached files is 5
2021-06-21T09:17:50.667Z INFO c.a.u.n.FileDownloader:210 [Timer-0] No need to download using cached file: FileCached{eTag='60a085ab-2034d', lastETag='60a085ab-2034d', remoteURL='http://arduino.esp8266.com/stable/package_esp8266com_index.json', localPath='/home/belimawr/.arduino15/cache/arduino.esp8266.com/stable/package_esp8266com_index.json', md5='MD5:2bf722e68f318edc65256b87a409eca4', createdAt='2021-06-21T11:17:50.646804157', cacheControl=CacheControl{maxAge=600, isMustRevalidate=false, isNoCache=false, isNoStore=false}}
2021-06-21T09:17:50.668Z INFO c.a.u.n.FileDownloader:174 [Timer-0] The file will be taken from the cache Optional[/home/belimawr/.arduino15/cache/arduino.esp8266.com/stable/package_esp8266com_index.json]
2021-06-21T09:17:50.669Z INFO c.a.c.DownloadableContributionsDownloader:199 [Timer-0] The domain is not selected to verify the signature. domain list: [downloads.arduino.cc], url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
2021-06-21T09:17:50.671Z INFO c.a.c.DownloadableContributionsDownloader:178 [Timer-0] The domain is not selected to verify the signature. will be copied into this path /home/belimawr/.arduino15/package_esp8266com_index.json, packageIndex url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
2021-06-21T09:17:50.672Z INFO c.a.c.p.ContributionInstaller:301 [Timer-0] Start download and signature check of=[http://arduino.esp8266.com/stable/package_esp8266com_index.json, https://downloads.arduino.cc/packages/package_index.json]
2021-06-21T09:17:50.672Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire false, exist true, info FileCached{eTag='cf2ade11ad68ba6827eb7c5584c1dc1a', lastETag='null', remoteURL='https://downloads.arduino.cc/packages/package_index.json', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json', md5='MD5:cf2ade11ad68ba6827eb7c5584c1dc1a', createdAt='2021-06-21T11:05:34.589', cacheControl=CacheControl{maxAge=3600, isMustRevalidate=false, isNoCache=false, isNoStore=false}} 
2021-06-21T09:17:50.675Z INFO c.a.u.n.FileDownloader:210 [Timer-0] No need to download using cached file: FileCached{eTag='cf2ade11ad68ba6827eb7c5584c1dc1a', lastETag='null', remoteURL='https://downloads.arduino.cc/packages/package_index.json', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json', md5='MD5:cf2ade11ad68ba6827eb7c5584c1dc1a', createdAt='2021-06-21T11:05:34.589', cacheControl=CacheControl{maxAge=3600, isMustRevalidate=false, isNoCache=false, isNoStore=false}}
2021-06-21T09:17:50.676Z INFO c.a.u.n.FileDownloader:174 [Timer-0] The file will be taken from the cache Optional[/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json]
2021-06-21T09:17:50.677Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire false, exist true, info FileCached{eTag='44d08e96b5ba156987c81218704cce3c', lastETag='null', remoteURL='https://downloads.arduino.cc/packages/package_index.json.sig', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json.sig', md5='MD5:44d08e96b5ba156987c81218704cce3c', createdAt='2021-06-21T11:05:34.791', cacheControl=CacheControl{maxAge=3600, isMustRevalidate=false, isNoCache=false, isNoStore=false}} 
2021-06-21T09:17:50.678Z INFO c.a.u.n.FileDownloader:210 [Timer-0] No need to download using cached file: FileCached{eTag='44d08e96b5ba156987c81218704cce3c', lastETag='null', remoteURL='https://downloads.arduino.cc/packages/package_index.json.sig', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json.sig', md5='MD5:44d08e96b5ba156987c81218704cce3c', createdAt='2021-06-21T11:05:34.791', cacheControl=CacheControl{maxAge=3600, isMustRevalidate=false, isNoCache=false, isNoStore=false}}                                                                                                       
2021-06-21T09:17:50.679Z INFO c.a.u.n.FileDownloader:174 [Timer-0] The file will be taken from the cache Optional[/home/belimawr/.arduino15/cache/downloads.arduino.cc/packages/package_index.json.sig]
2021-06-21T09:17:50.683Z INFO c.a.c.DownloadableContributionsDownloader:227 [Timer-0] Signature verified. url=https://downloads.arduino.cc/packages/package_index.json.sig, signature url=https://downloads.arduino.cc/packages/package_index.json.sig, file to verify=/tmp/package_index.json11811201409706501831.tmp, signature file=/tmp/package_index.json.sig10445981416642181190.tmp
2021-06-21T09:17:50.685Z INFO c.a.c.p.ContributionInstaller:310 [Timer-0] Downloaded package index URL=[http://arduino.esp8266.com/stable/package_esp8266com_index.json, https://downloads.arduino.cc/packages/package_index.json]
2021-06-21T09:17:50.686Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire false, exist true, info FileCached{eTag='1c074f13d372965d745b495a2bf05811', lastETag='null', remoteURL='https://downloads.arduino.cc/libraries/library_index.json.gz', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.gz', md5='MD5:1c074f13d372965d745b495a2bf05811', createdAt='2021-06-21T11:05:35.159', cacheControl=CacheControl{maxAge=14400, isMustRevalidate=false, isNoCache=false, isNoStore=false}} 
2021-06-21T09:17:50.694Z INFO c.a.u.n.FileDownloader:210 [Timer-0] No need to download using cached file: FileCached{eTag='1c074f13d372965d745b495a2bf05811', lastETag='null', remoteURL='https://downloads.arduino.cc/libraries/library_index.json.gz', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.gz', md5='MD5:1c074f13d372965d745b495a2bf05811', createdAt='2021-06-21T11:05:35.159', cacheControl=CacheControl{maxAge=14400, isMustRevalidate=false, isNoCache=false, isNoStore=false}}
2021-06-21T09:17:50.695Z INFO c.a.u.n.FileDownloader:174 [Timer-0] The file will be taken from the cache Optional[/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.gz]
2021-06-21T09:17:50.742Z INFO c.a.u.n.FileDownloaderCache:149 [Timer-0] Get file cached is expire false, exist true, info FileCached{eTag='439e5519f74f6fdb5ee35870eb46e60d', lastETag='null', remoteURL='https://downloads.arduino.cc/libraries/library_index.json.sig', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.sig', md5='MD5:439e5519f74f6fdb5ee35870eb46e60d', createdAt='2021-06-21T11:05:35.338', cacheControl=CacheControl{maxAge=14400, isMustRevalidate=false, isNoCache=false, isNoStore=false}} 
2021-06-21T09:17:50.748Z INFO c.a.u.n.FileDownloader:210 [Timer-0] No need to download using cached file: FileCached{eTag='439e5519f74f6fdb5ee35870eb46e60d', lastETag='null', remoteURL='https://downloads.arduino.cc/libraries/library_index.json.sig', localPath='/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.sig', md5='MD5:439e5519f74f6fdb5ee35870eb46e60d', createdAt='2021-06-21T11:05:35.338', cacheControl=CacheControl{maxAge=14400, isMustRevalidate=false, isNoCache=false, isNoStore=false}}
2021-06-21T09:17:50.749Z INFO c.a.u.n.FileDownloader:174 [Timer-0] The file will be taken from the cache Optional[/home/belimawr/.arduino15/cache/downloads.arduino.cc/libraries/library_index.json.sig]
2021-06-21T09:17:50.877Z INFO c.a.c.DownloadableContributionsDownloader:227 [Timer-0] Signature verified. url=https://downloads.arduino.cc/libraries/library_index.json.sig, signature url=https://downloads.arduino.cc/libraries/library_index.json.sig, file to verify=/tmp/library_index.json9169921950123225307.tmp, signature file=/tmp/library_index.json.sig16196279194224685704.tmp

My java:

 java --version
openjdk 15.0.2 2021-01-19
OpenJDK Runtime Environment (build 15.0.2+7)
OpenJDK 64-Bit Server VM (build 15.0.2+7, mixed mode)

Java related packages I have installed:

 pacman -Ss java | grep installed
core/ca-certificates-utils 20181109-4 [installed]
extra/java-environment-common 3-3 [installed]
extra/java-runtime-common 3-3 [installed]
extra/jdk-openjdk 15.0.2.u7-1 [installed]
extra/jre-openjdk 15.0.2.u7-1 [installed]
extra/jre-openjdk-headless 15.0.2.u7-1 [installed]
extra/js68 68.12.0-1 [installed]
extra/js78 78.10.1-1 [installed]
extra/qt5-declarative 5.15.2+kde+r24-1 (qt qt5) [installed]
extra/qt5-webchannel 5.15.2-1 (qt qt5) [installed]
extra/webkit2gtk 2.32.0-2 [installed]
community/geos 3.9.1-1 [installed]
community/mujs 1.1.2-1 [installed]
community/nodejs-lts-dubnium 10.24.0-2 [installed]

I can provide more details if needed.

belimawr avatar Jun 21 '21 09:06 belimawr

Having the same issues withe fedora 33 and arduino. I've tried renaming the java directory but that resulted in no IDE launch at all from the command line both as user and root AND returns the following

bob@fred11 arduino-1.8.15]$ arduino Picked up JAVA_TOOL_OPTIONS: Set log4j store directory /home/bob/.arduino15 java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path: [/home/bob/arduino-1.8.15-linux64/arduino-1.8.15/lib, /usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2670) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830) at java.base/java.lang.System.loadLibrary(System.java:1873) at java.desktop/java.awt.SplashScreen$1.run(SplashScreen.java:134) at java.desktop/java.awt.SplashScreen$1.run(SplashScreen.java:132) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.desktop/java.awt.SplashScreen.getSplashScreen(SplashScreen.java:131) at processing.app.Base.(Base.java:246) at processing.app.Base.main(Base.java:150) bob@fred11 arduino-1.8.15]$

bobatlcpmbdx avatar Jul 30 '21 10:07 bobatlcpmbdx

OK. so I have SOLVED MY version of the problem as above. It appeared to me that the ardino launcher was not finding the correct version of java. I installed Arduino using dnf in Fedora 33 This produced the same error as the version downloaded from Github I was using as above. I had earlier installed java-latest-openjdk.x86_64 (/usr/lib/jvm/java-16-openjdk-16.0.1.0.9-4.rolling.fc33.x86_64/bin/java), renamed java directory in arduino, and had run 'sudo alternatives --config java-latest-openjdk-1:16.0.1.0.9-4.rolling.fc33.x86_64' This had not worked probably because I have little understanding of where to correctly direct the command so that arduino could find java to launch the IDE So started to look at re-installing java - not a good idea! However I did find a way to see which versions of java were on my machine and which was being used and it was not the latest version I had installed earlier. I had seached in google for "installing java on fedora 33" and was directed to the Fedora Docs page for installing java (https://docs.fedoraproject.org/en-US/quick-docs/installing-java/) page down to "Switching between Java Versions" and there is a clear explanation how to use the alternatives command. So this is what I did.

[bob@fred11 ~]$ sudo alternatives --config java [sudo] password for bob:

There is 4 program that provides 'java'.

Selection Command

*+ 1 java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-4.fc33.x86_64/bin/java) 2 /usr/java/jre1.8.0_271-amd64/bin/java 3 java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-4.fc33.x86_64/jre/bin/java) 4 java-latest-openjdk.x86_64 (/usr/lib/jvm/java-16-openjdk-16.0.1.0.9-4.rolling.fc33.x86_64/bin/java)

Enter to keep the current selection[+], or type selection number: 4 [bob@fred11 ~]$ arduino

BINGO it works now with menus

bobatlcpmbdx avatar Jul 30 '21 13:07 bobatlcpmbdx

I had the same issue. However, switching the java jdk didnt work.

After working through @bobatlcpmbdx fix, I installed the Fedora version of arduino. sudo dnf install arduino (I was going to use that one but theres an issue with the compiler. " "tool" argument is required.") Instead, after installing the Fedora version and running it, incidentally setting up the serial port permissions for me, then renaming the "Official version"s java folder fixed the issue.

Hope it helps..

Daxxn avatar Oct 19 '21 02:10 Daxxn

I had the same issue. However, switching the java jdk didnt work.

I was unable to get the jdk switch to work as well, but the trick of "moving" the java directory (after the jdk install?) appears to resolve the issue.

chaseadam avatar Oct 27 '21 14:10 chaseadam

I've recently done a full OS reinstall on my laptop, download the latest version (1.8.16), but the bug and solution still the same. Renaming/deleting the java folder solves the problem.

The jdk I'm using:

$ java --version
openjdk 17 2021-09-14
OpenJDK Runtime Environment (build 17+35)
OpenJDK 64-Bit Server VM (build 17+35, mixed mode)

belimawr avatar Nov 01 '21 23:11 belimawr

Renamed that folder and everything is fixed, i love linux!

BRUXB32 avatar Nov 05 '21 21:11 BRUXB32

Hi Guy's,

Are you installing and moving the ide before changing the Java file name?

dizzwold avatar Nov 06 '21 16:11 dizzwold

Hi Guy's,

Are you installing and moving the ide before changing the Java file name?

I download it directly from the website and extract the files somewhere on my home directory.

belimawr avatar Nov 06 '21 16:11 belimawr

Hi Guy's,

Are you installing and moving the ide before changing the Java file name?

dizzwold, I downloaded it from the page, and although not having moved it I think It won't really affect as far as you rename the "java" folder with another name, good luck!

BRUXB32 avatar Nov 08 '21 03:11 BRUXB32

sudo alternatives --config java

Renamed that folder and everything is fixed, i love linux!

I rename the folder from ~/Downloads/arduino-1.8.19/java to ~/Downloads/arduino-1.8.19/not_java

Everything worked after that!
OS: Arch linux

djhunter67 avatar Feb 13 '23 15:02 djhunter67