Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Handle of Workspace and Project - Problem.
Handle of Workspace and Project - Problem. [message #453082] Wed, 30 March 2005 10:52
Eclipse UserFriend
Originally posted by: anunay.ashish.wipro.com

Dear All,
I am trying to get a handle of the project in my workspace as -

IWorkspaceRoot myWorkspaceRoot = ResourcesPlugin.getWorkspace().getRoot();
IProject myWebProject = myWorkspaceRoot.getProject("com.nyse.mks");

The output from myWorkspaceRoot.toString() is R/ and that of
myWebProject.exists() is false.
Why is myWebProject.exists() is returning false instead of true.

Regards,
Ashish A.
Previous Topic:Howto get out that a Table requires Scrollbars to display all items?
Next Topic:Data field validation is one character behind.
Goto Forum:
  


Current Time: Thu Apr 25 06:34:34 GMT 2024

Powered by FUDForum. Page generated in 0.03242 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top