Tuesday, 26 November 2013

Web Pages folder overlaps Project folder

Creating a new web application project using Netbeans can be difficult sometimes, when the knowledge of the folder structure is not on one's finger tips.

A common error that may arise at the final stage is of the project creation is --> Web Pages folder overlaps Project folder.

To solve this issue, use the following simple steps.


  1. Inside the project folder, create a folder called web.
  2. Move the sources and the WEB-INF file into the web directory.
You are good to go! When you create the project now from the existing sources, the process will be seamless!

Happy coding! For corrections or questions, comment below.


Monday, 25 November 2013

Download interrupted: Connection to https://dl-ssl.google.com refused

ADT bundle is very convenient for Android developers, as it comes with everything off the shelf to start developing an android app.
When you download the Android ADT bundle, it only comes (as of November 2013 )with Android 4.4 (API 19) and so you cannot develop for lower versions of Android.

Updating the package may be needed and so when you click on the Android SDK manager icon, you get the download icon. 
When you check on the check boxes for the API(s), to download, and click install package, the needed packages should be downloaded and installed, but in some instances, it may not download and returns the message "Download interrupted: Connection to https://dl-ssl.google.com refused", "Done. Nothing was installed."

To solve this issue,
Click on tools --> options and a dialog for setting proxy appears. Set the proxy to the current network and click close.

That should solve your issues! If you have any questions, just comment below.