[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: problems of resourcesplugin.getworkspace()

This does not appear to be a JDT-specific question. It sounds like you are not running an Eclipse application. You can only use the workspace if you are running as an Eclipse Application so it's best you read some of the introductory information on developing and running plugins.


pie lee wrote:
Hi,all

When I try to invoke resourcesplugin.getworkspace(), I will definitely get an exception

Exception in thread "main" java.lang.IllegalStateException: Workspace is closed.

Anyone could help me?

Thanks