Arduino IDE "launch 4j" error
- by John
I have a computer running Windows XP. I am trying to run the Arduino IDE 0022. I double-click on arduino.exe, it waits about 30 seconds on the load up title screen, and then it gives me this error:
Launch 4j: an error occurred while starting the application
My only choice is to click "OK"; the error goes away, and the Arduino IDE closes. If I try to delete the Arduino files (to try overwriting with some different files), I get an error that doesn't allow me to do so:
Cannot delete awt.dll: Access denied
Make sure the disk is not full or write protected and that the file is not currently in use.
The only way to delete the file is by restarting the computer. So something must still be trying to run after that first error.
I have noticed in Task Manager that some Java programs are still running: javaw.exe (3 processes)
I think this is a problem with Java, but I checked and updated all of my Java software and it is all up to date. I have looked on other forums for this issue and none of them seemed to help. From the forums I have tried:
Different Arduino IDE versions
Updating Java
Opening arduino.exe as Administrator
Nothing has worked. Anyone have any suggestions?