I am using arduino uno and window7 64bit.I can't upload my program to arduino uno.When I upload it the warning message is show me.The warning message is"WARNING:Category 'USB' in library keyboard and mouse is not valid. Setting to 'Uncategorized'.What can I do?
-
Related (very similar) to How can I do this sentence show me in arduino.Nick Gammon– Nick Gammon ♦2015年10月07日 01:01:30 +00:00Commented Oct 7, 2015 at 1:01
1 Answer 1
Arduino IDEs v.1.6.x have recently been causing such kind of trouble on windows and mac systems. These problems seem to be caused by Java issues. Arduino IDE comes with java suit for it to work, installing java separately will cause problems. I suggest you uninstall java completely(by that i mean even the residue files that are not removed after uninstalling. For removing java completely you can use third party java remover like JavaRa ( https://singularlabs.com/software/javara/ ). After doing so you can install the IDE again (i suggest to use .zip download of the IDE). If it does'nt help it check this out http://forum.arduino.cc/index.php?topic=341144.0 its possible that problem is caused by out dated executables after updating the IDE.
Hope it helps.
-
I seriously doubt it's Java. Please rethink your answer.PhillyNJ– PhillyNJ2015年10月07日 02:04:31 +00:00Commented Oct 7, 2015 at 2:04
-
1I had similar problem and cause was javaAwais Saifi– Awais Saifi2015年10月07日 22:45:20 +00:00Commented Oct 7, 2015 at 22:45