View Single Post
  #6   Spotlight this post!  
Unread 15-09-2015, 01:31
justAdev justAdev is offline
Registered User
FRC #0004
 
Join Date: Aug 2015
Location: Van Nuys
Posts: 1
justAdev is an unknown quantity at this point
Re: Strange build error!

Quote:
Originally Posted by thatprogrammer View Post
Hello All,
I am having a strange error when building robot files (any other programs seem to work).
This is the error message I receive
Note that I am using the run as deploy button to build the code, despite not being connected to a robot.
Anyone have an idea what's going on?
Thanks!
I've ran into this problem many times and luckily I knew how to fix it every time it popped up

First make sure you have Java installed.

If you're sure you have it installed, assuming you're using windows, follow these steps:
  1. Click the start button
  2. Then right click computer
  3. Click Properties
  4. Click Advanced System Settings
  5. Click Environment Variables
  6. If you see JAVA_HOME, go to step 11, if not, click new
  7. Variable Name = JAVA_HOME
  8. Variable Value = <Location of your Java JDK> Without the <> (Usually something like C:\Program Files\Java\jdk1.8.0_25")
  9. Click Ok
  10. Restart Eclipse and You're Done!
    ================================================== =============
  11. Click JAVA_HOME
  12. Click Edit
  13. Set variable value = <Location of your Java JDK> Without the <> (Usually something like "C:\Program Files\Java\jdk1.8.0_25")
  14. Click Ok
  15. Restart Eclipse and You're Done!


I hope I could help
Reply With Quote