문제

I have the Java Android SDK package downloaded and I also have a jre downloaded and put in the same folder as eclipse, but when I go to run eclipse it is not starting and is giving me an error message saying that it cannot find a jre. Wondering what is going on here. Thanks, Brett

도움이 되었습니까?

해결책

You must have a JRE or JDK on your PATH in order to run Eclipse.

If you are on Windows 7, go to Control Panel > System > Advanced System Settings > Advanced > Environment Variables. Find the Path system variable. Edit it and append the location of your JRE's bin folder to the end of it.

Note that the JRE will be enough to run Eclipse, but to actually compile any code you will need a JDK.

다른 팁

you should download the android version of eclipse here http://developer.android.com/sdk/index.html at this site you can also find the tutorials for setting it up as well

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top