Results 1 to 2 of 2
Thread: deleting a class
- 01-02-2011, 01:59 PM #1
Senior Member
- Join Date
- Aug 2010
- Posts
- 127
- Rep Power
- 0
deleting a class
How do you delete a class in eclipse? I want to create a "scanner" class (yes, I know the convention is an upercase letter) to act as a wrapper for the Scanner class of the standard library. However I accedently used an upercase S. This conflicts with the Scanner class of the standard library. so it gives an error. I tried creating a scanner class, but it won't allow 2 custom classes in the same package only differing in upper- and lower-case. So I tried deleting the Scanner class I made by deleting the .class and .java files. But it still somehow finds the .java file and won't allow me to create a scanner class. What do I have to do to get rid of the last traces of the Scanner class?
ps: yes I tried emptying the bin.
- 01-02-2011, 02:12 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
File Not Deleting
By Moncleared in forum New To JavaReplies: 7Last Post: 02-21-2010, 08:28 PM -
deleting objects? how to free a class (JVM)
By Sungron in forum New To JavaReplies: 7Last Post: 02-02-2010, 02:07 PM -
Help deleting a file
By 3speed in forum New To JavaReplies: 4Last Post: 11-01-2008, 05:27 AM -
Deleting from an object
By vitaminz in forum New To JavaReplies: 7Last Post: 08-10-2008, 03:56 AM -
Deleting Contractions
By theonly in forum New To JavaReplies: 3Last Post: 04-27-2008, 07:44 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks