In order to create my first, simple Kotlin project in Eclipse, I followed the steps in Getting Started with Eclipse Luna tutorial from Kotlin official website, i.e.:
.project file, changing just the following section to compile Kotlin file into same location as the Java files.
2
org.jetbrains.kotlin.core.filesystem:/FindUniqueStrings/bin
Keep in mind:
name tag. Otherwise, Kotlin complier creates src folder kotlin_bin and puts your kotlin file in this folder and the kotlin runtime will not find it. FindUniqueStrings. Yours will be different.Navigator view.