facebook
To log a new issue, simply let us know about the problem/suggestion you have in our Forums and we'll help you from there!
1 comment Last updated 6 years ago
support-swapna commented 6 years ago
#581836

User reports that with CodeMix installed, the projects fail to build because they cannot delete files from the bin folder (Eclipse’s build output folder).
Cleaning the projects also fails. The build works when Eclipse is restarted.

Exception in the log :

Could not delete: bin.
java.nio.file.DirectoryNotEmptyException: bin
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:266)
at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1165)
at org.eclipse.core.internal.filesystem.local.LocalFile.internalDelete(LocalFile.java:253)
at org.eclipse.core.internal.filesystem.local.LocalFile.delete(LocalFile.java:137)

Viewing 1 comment (of 1 total)