0

After click on the New test for robotium recoder I am getting error message for Please select the root Java JDK folder. My JAVA_PATH,HOME_PATH,CLASSPATH are saved properly in the environmetn variables. I am using windows 10.(64-bit)Screenshot for issue

1 Answers1

0

You wrote about

JAVA_PATH,HOME_PATH,CLASSPATH

Is %JAVA_HOME% configured correctly?

You can simply verify it using cmd.exe

java -version

If yes - add JDK for eclipse. This article should help: How to Change JDK version for an eclipse project

UPD: Here steps for Robotion with screenshots with your issue resolved: Blog

Community
  • 1
  • 1
unickq
  • 1,497
  • 12
  • 18