I am developing an eclipse plugin. In my code I am opening a .java-file via new File(filePath). However the plugin is only able to find that file i
.java
new File(filePath)