Results 1 to 6 of 6
Thread: Importing package
- 11-26-2007, 11:18 AM #1
Senior Member
- Join Date
- Nov 2007
- Posts
- 111
- Rep Power
- 0
Importing package
Having problem in importing.
I though both are the same. Importing Beans means that import bean and all the classes ahead of it. I got errors and then I have to import beancontext as well.Java Code:import java.beans.*; import java.beans.beancontext.*;
Please tell me, till what level import is done.
- 11-26-2007, 11:36 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Importing classes and methods up to one level only.
- 11-26-2007, 12:12 PM #3
Senior Member
- Join Date
- Nov 2007
- Posts
- 111
- Rep Power
- 0
Thanks mate.
- 11-26-2007, 12:20 PM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
It's ok. I think I'm clear to you. According to your code snap, basically there are two packages. One is "beans" and the other one is "beancontext" which defined inside the "beans". * sign simply instruct to use all the components, means all the classes. But it is not included packages. Thats why you got the error.
- 11-26-2007, 12:27 PM #5
Senior Member
- Join Date
- Nov 2007
- Posts
- 111
- Rep Power
- 0
Yea .. It is clear .. I now understood the import statement.
- 11-26-2007, 12:29 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Need help with importing classes
By Deathmonger in forum New To JavaReplies: 3Last Post: 02-07-2008, 10:03 AM -
Importing / compiling and running with .jar package
By splinter64uk in forum New To JavaReplies: 1Last Post: 12-05-2007, 02:47 AM -
Importing classes
By Java Tip in forum Java TipReplies: 0Last Post: 11-06-2007, 02:27 PM -
Importing a Custom Class
By jfredrickson in forum New To JavaReplies: 3Last Post: 07-11-2007, 11:23 AM -
Exporting/Importing JAR files
By JavaForums in forum EclipseReplies: 0Last Post: 04-26-2007, 10:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks