F4 is an awesome eclipse based IDE for Fantom. I use it every day.
But sometimes it takes a ..l..o..n..g..t..i..m..e.. to start up, and other times it just hangs forever on the splash screen.
It's annoying when it happens because I have to forcibly close the splash screen via Windows Task Manager.
It tends to happen on my laptop more, when the computer (and hence F4) wasn't shut down properly.
It turns out this isn't an F4 problem, but more of a general eclipse issue. To get around it, I just delete all the .SNAP
files from the .metadata
directory in my workspace, and restart F4.
Doing so is easy. I use the Windows file explorer to:
- Navigate to the
.metadata
workspace directory (which for me isC:\Projects\.f4\.metadata\
) - Type
.snap
in the search bar - Highlight all files listed of type
.SNAP
(be careful not to highlight files that just happen to contain the word SNAP!) - Press delete!
It seems to be safe and my F4 environment hasn't suffered any ill effects from me doing so.
You can read more about the .snap
files and the eclipse workspace in these StackOverflow questions: