
15-09-2015, 01:31
|
|
Registered User
 FRC #0004
|
|
Join Date: Aug 2015
Location: Van Nuys
Posts: 1
|
|
|
Re: Strange build error!
Quote:
Originally Posted by thatprogrammer
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:- Click the start button
- Then right click computer
- Click Properties
- Click Advanced System Settings
- Click Environment Variables
- If you see JAVA_HOME, go to step 11, if not, click new
- Variable Name = JAVA_HOME
- Variable Value = <Location of your Java JDK> Without the <> (Usually something like C:\Program Files\Java\jdk1.8.0_25")
- Click Ok
- Restart Eclipse and You're Done!
================================================== =============
- Click JAVA_HOME
- Click Edit
- Set variable value = <Location of your Java JDK> Without the <> (Usually something like "C:\Program Files\Java\jdk1.8.0_25")
- Click Ok
- Restart Eclipse and You're Done!
I hope I could help 
|