PDA

View Full Version : Eclipse



dragonrider8844
12-04-2008, 01:21 PM
I was just wondering for the package name of your application does it require for you to have your own domain?

GasBot
12-04-2008, 01:31 PM
No, it's just the namespace so that classes can be bound together. You don't need to have the domain to use the com.google namespace, but you probably shouldn't do that as it could conflict with google's classes when you go to compile.

dragonrider8844
12-04-2008, 01:43 PM
so if i wanted to i could use my name in the package name

GasBot
12-04-2008, 01:48 PM
Yep (10char)

dragonrider8844
12-04-2008, 01:57 PM
Thank You.