Where is my project explorer window
If you have closed it then you can view it again through window->Show View->Project Explorer. There are many other view options also available here like console, javadoc, search etc.
Relative path in Eclipse
/src is not home folder for project in eclipse. Eclipse see the top level directory of a project as home directory so, if you want to use some input file in project put it in main project folder and then only you can use file name simply to access it in your code.If you want to put the input file in /src then specify /src/filename.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment