Solution was to change eclipse vm to jdk. Eclipse used jre - also I configured jdk.
If somebody else has the same problem, add following in eclipse.ini:
-vm
C:\Program Files\Java\jdk1.7.0_60\bin\javaw.exe
Important:
The entry has to be placed in first two lines - as posted - in eclipse.ini !!! (Eclipse Luna and possibly others)