Error when runing the program in eclipse | Selenium Forum
M
Posted on 03/05/2016
I am netting an error as mentioned below in the console when run the the class file in eclipse.

"Exception in thread "main" java.lang.Error: Unresolved compilation problem:
system cannot be resolved

at FirstJavaClass.main(FirstJavaClass.java:7)"

Kindly let me know what changes are required.

M
Replied on 03/05/2016

check if you have jdk installed.

open command prompt.

type javac

you must get a reply.