In the eclipise,running lib can't find the kotlin_bin

i am a new hand,and when i use the eclipise to realize my first kotlin project,this is something wrong makes me puzzled: the running library kotlin_bin can’t be find.if there is someone can help me ,thanks

I’m also new to Kotlin, and faced the same issue with Eclipse Oxygen 3A build and Kotlin plugin.

After trying a bit figured out that kotlin_bin link is pointing to my C:\somefolder wrongly.
It should point to the folder where eclipse .metadata is installed.

Selecting the project->properties->resources->linked resources and setting kotlin_bin path to the eclipse workspace folder resolved this issue.

Thanks.