我試圖將我的整個'工作區'移植到USB密鑰(包括Eclipse可執行文件),以便我可以隨身攜帶我的工作並直接操作密鑰。 我的目錄層次結構與此類似: /workspace/eclipse - Where my current eclipse binary is stored
/workspace/codebase - Where I keep the root of all my eclipse
得到工作區,我得到試圖通過ResourcesPlugin讓工作區時,此錯誤時異常: java.lang.IllegalStateException: Workspace is closed.
at org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:339)
代碼生成是這樣的: IWorks