I use eclipse luna on both windows8 64 bit and windows vista 32 bit. Its the same problem. My program run well in eclipse IDE but when compiled I get this exception:
c:\users\Preben\Desktop\test\src\resource\default.bws (path not find)
where 'test' is a folder on desktop and 'default.bws' is the file to deal with.
'resource' folder also exists as a subfolder in the projects bin folder.
In .classpath file is this line 'classpathentry kind="src" path="src"/'.
In eclipse 'project->properties->Java Build Path' in tab 'Source' is the line 'projectname/src'.
From time to time I have googled for hours to find a solution. Could anyone point me in the right direction?