My eclipse error log is full of errors indicating a missing recent.json.
The correct location of the file is:
/Users/me/Documents/workspaces/my-workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json.
The plugin looks in
/Users/me/Documents/my-workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json.
I don’t find where I can change the path of the workspace.
The most annoying problem is with the git staging. Everytime I add a file to a commit or to .gitignore, the focus change to the error log.
Full details :
eclipse.buildId=4.6.3.M20170301-0400
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product
com.genuitec.eclipse.startup
Error
Fri Nov 17 12:10:00 CST 2017
/Users/me/Documents/my-workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json
java.nio.file.NoSuchFileException: /Users/me/Documents/my-workspace/.metadata/.plugins/com.genuitec.eclipse.devstyle/recent.json
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
at java.nio.file.Files.newOutputStream(Files.java:216)
at java.nio.file.Files.write(Files.java:3292)
at com.genuitec.eclipse.startup.model.WorkspaceDataProvider.saveWorkspaceData(WorkspaceDataProvider.java:158)
at com.genuitec.eclipse.startup.model.WorkspaceDataProvider.putData(WorkspaceDataProvider.java:150)
at com.genuitec.eclipse.startup.workspace.WorkspaceTracker.checkDataLoaded(WorkspaceTracker.java:301)
at com.genuitec.eclipse.startup.workspace.WorkspaceTracker.doSaveResults(WorkspaceTracker.java:326)
at com.genuitec.eclipse.startup.workspace.WorkspaceTracker$SaveJob.run(WorkspaceTracker.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)