• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Error running eclipse

gimomars

Lurker
Hi experts, when I run the eclipse. I've got an error message.
attachment.php


Any help will appreciate.

Thanks,
 

Attachments

  • 222.jpg
    222.jpg
    37.4 KB · Views: 89
I moved this to the Application Development forum to get some better eyes on it.:)
 
I guess you either don't have Java or it is not included in your PATH variable.

You could download Java from here.

In order to modify the PATH variable go to "Control Panel" - "System" - "Advanced system settings" - "Advanced" - "Environment Variables...". There you have to find you PATH variable and edit it - just append ";" and the full path to the "bin" folder inside your Java installation folder. Mine looks like this "blah blah blah;C:\Program Files\Java\jdk1.6.0_37\bin;blah blah blah". Just make sure not to delete anything from that variable - only append to it.
 
Back
Top Bottom