You are not logged in.

#1 2021-01-29 06:39:33

Minix
Member
Registered: 2019-11-02
Posts: 5

Arduino 1.8.13 installation problem

(solved)Hello I am trying to install arduino 1.8.13(latest version).But its giving me this error:

`Picked up JAVA_TOOL_OPTIONS:
Set log4j store directory /home/minix/.arduino15
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by processing.app.linux.GTKLookAndFeelFixer (file:/usr/share/arduino/lib/arduino-core.jar) to field com.sun.java.swing.plaf.gtk.GTKLookAndFeel.styleFactory
WARNING: Please consider reporting this to the maintainers of processing.app.linux.GTKLookAndFeelFixer
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.NullPointerException
    at processing.app.Base.rebuildProgrammerMenu(Base.java:1705)
    at processing.app.Base.<init>(Base.java:286)
    at processing.app.Base.main(Base.java:150)
arduino  5.68s user 0.26s system 239% cpu 2.482 total`

Its seems to be an error due to java runtime.Its installed but crashing every time I tried to launch it.What should I do?

Last edited by Minix (2021-01-29 08:57:43)

Offline

#2 2021-01-29 07:51:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,665

Re: Arduino 1.8.13 installation problem

That's a application stacktrace not related to the jvm.

Afaik this one happens if you don't have a core installed, install the optional arduino-avr-core.

Offline

#3 2021-01-29 08:56:40

Minix
Member
Registered: 2019-11-02
Posts: 5

Re: Arduino 1.8.13 installation problem

Thanks that solves it!!

Offline

Board footer

Powered by FluxBB