Skip to content

IDE won't start: java.lang.ClassNotFoundException: org.fife.ui.rsyntaxtextarea.TokenMap #8404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
per1234 opened this issue Jan 18, 2019 · 0 comments
Labels
OS: Windows Specific to the Windows version of the Arduino IDE

Comments

@per1234
Copy link
Collaborator

per1234 commented Jan 18, 2019

Using Arduino IDE 1.8.9 Hourly Build (current at this time) or Arduino IDE 1.9.0 Beta Build 97 Windows 10 64 bit

The Arduino IDE fails to start. arduino_debug.exe output:

Loading configuration...
Initializing packages...
Preparing boards...
java.lang.NoClassDefFoundError: org/fife/ui/rsyntaxtextarea/TokenMap
        at processing.app.syntax.PdeKeywords.<init>(PdeKeywords.java:69)
        at processing.app.Base.onBoardOrPortChange(Base.java:1320)
        at processing.app.Base$11.actionPerformed(Base.java:1514)
        at processing.app.Base.rebuildBoardsMenu(Base.java:1490)
        at processing.app.Base.<init>(Base.java:273)
        at processing.app.Base.main(Base.java:151)
Caused by: java.lang.ClassNotFoundException: org.fife.ui.rsyntaxtextarea.TokenMap
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 6 more

The issue does not occur with the ARM Linux Hourly Build of the Arduino IDE.

I suspect the problem is caused by: f15ddeb

@per1234 per1234 added the OS: Windows Specific to the Windows version of the Arduino IDE label Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Windows Specific to the Windows version of the Arduino IDE
Projects
None yet
Development

No branches or pull requests

1 participant