Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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?

share|improve this question
    
Related (very similar) to How can I do this sentence show me in arduino. – Nick Gammon Oct 7 '15 at 1:01

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.

share|improve this answer
    
I seriously doubt it's Java. Please rethink your answer. – PhillyNJ Oct 7 '15 at 2:04
1  
I had similar problem and cause was java – Awais Saifi Oct 7 '15 at 22:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.