Results 1 to 4 of 4
- 03-26-2012, 07:52 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Eclipse package classes are not visible - deleting package completely - checkstyle
Hi,
I have got three problems:
1. I created a package and imported classes to this, but I canīt see and use this classes. If I re-import the classes, eclipse asks me, whether I want to override it. So I think, that the classes are actually there.
2. When I delete my package and want to create the same package, Eclipse gives me an Error that the packename is already in use. How can I delete packages completely? Same problem with the Java-Project. If I create the same name of Java-Project, Eclipse recommend me to create packages that are created before.
3. If I try to install Checkstyle Plug-in, eclipse gives me an Error in the middle of the installtion: "Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile....
Missing requirement: Shared profile 1.0.... (SharedProfile_epp.packe.java 1.0....) requires' org.maven.ide.eclipse [1.0..] but it could not be found."
Sorry for my english, itīs not my first language :)
- 03-27-2012, 02:31 AM #2
Re: Eclipse package classes are not visible - deleting package completely - checkstyl
Moved to IDE section
If you don't understand my response, don't ignore it, ask a question.
- 03-27-2012, 07:54 AM #3
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
- 03-27-2012, 09:27 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 28
Re: Eclipse package classes are not visible - deleting package completely - checkstyl
What do you mean by "created a package"?
A package in Java is simply a namespace-like construction in which a class lives represented by a 'package' declaration at the top of a .java file, which prepends the class name, and a package structure reflected in a directory structure in the OS (or jar file).Please do not ask for code as refusal often offends.
** This space for rent **
Similar Threads
-
HTML and Classes belonging to a package
By alkismavridis in forum Java AppletsReplies: 0Last Post: 10-25-2011, 06:31 PM -
Using variables from different classes within same package
By sarwar1234 in forum New To JavaReplies: 4Last Post: 02-07-2011, 07:38 PM -
get classes of a certain package
By ashraf shaban in forum New To JavaReplies: 4Last Post: 07-08-2008, 07:20 PM -
can't use classes in own package ... cannot be resolved into a type
By doood123 in forum New To JavaReplies: 1Last Post: 12-18-2007, 10:41 AM
Bookmarks