I’m a total newbie to programming and just started learning JAVA i order to program Android apps.
I started out with netbeans and got familiar with it quickly. I then changed to eclipse because of the Android support. But if I just want to make a simple java project in eclipse then the wizard doesn’t ask for a package name and I have to add the package afterwards.
Isn’t it possible to create a package from the wizard – just like in netbeans (and like when you create an android project in eclipse)?
Take a look at this. http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.user/gettingStarted/qs-9.htm
You can do it while creating a class i.e. specify the name of the package.