Issue
I'm new to Java/Eclipese. I'm following this tutorial on youtube. I'm trying just to delete some empty packages and some files that I don't need anymore. However, Eclipse is not letting me do so. I've also selected files that I want to delete --> go to Edit menu --> Delete. The Delete option is grayed out.
How to delete a file/package in Eclipse?
Thanks for helping
Solution
Just delete the root folder from your code base. Suppose your code is in C:\Mycode
and you package folder start from C:\Mycode\myproject\src\com\mypackge\bla\in\etc
just delete folder mypackage manually and refresh the project in eclipse.
I at least remove package like that once created.
Answered By - Abhijit Pritam Dutta
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.