I’m having trouble installing the nightly version of the Arduino software for windows. I’m running windows 10 tech preview. The regular version of the Arduino software runs fine but when I download and extract the nightly version I run into a few errors. Firstly when I run the arduino.exe program a java virtual machine window pops open and says “a java exception has occurred” and when I run the debugger as a .txt file at the end of it, it says
“Oracle Java Technologies | Oracle An error occurred while starting the application. This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. This application requires at least Java Development Kit The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.”
When I run the debugger as a .exe and I keep the window open it says (attachment)
I get the same issue. I'm trying to get a version of the IDE for windows that has the compile dependency fix - i.e. it won't compile every single file every time - I understand that for Windows only the nightly build has this... any help appreciated.
That is something common on Nightly or test versions of the Integrated Development Environment. You can still use the original version, but I would rather recommend you to send feedback to the Arduino team so that they can fix the issue.
I have a question: if you install the stable version of the IDE, are there any problems?
As I understand it, in the latest stable build there is a bug in the windows version that means that on compile every single source file (including all libraries) gets compiled even if nothing has changed. This means compile times can run into minutes. This happens even when the IDE is installed in a folder that has no spaces in the pathname (which was a previous bug that had been fixed). The issue has been resolved in the nightly build but that doesn't not seem to install under windows.
So as far as I can tell, right now anyone using the IDE under windows will have this lengthy compile time problem which is a reasonably major issue. Is that right?