Getting Started With Python Development In Eclipse IDE
“Python” is another Interpreted language. Python is fast development environment.It has open license for use. It provides high productivity and low maintenance cost. Python can be downloaded from link:- http://www.python.org/download/ Update the python plugin in Eclipse. Configure the Python Interpreter in Windows > Preferences by creating new variable, After configuring […]
Maven Web Project Structure : WAR Archetype
“MAVEN” Projects provides best structure for Java development. Apache Maven can be downloaded from link:- http://maven.apache.org/download.cgi The settings for Maven projects are present in “settings.xml“. settings.xml contains setting for repository such as location,authentication. Here Drive ‘Em2repo’ contains all dependency jar file that is downloaded. Maven Web Project Structure(WAR ARCHETYPE), pom.xml contains […]
Virtual Box : Guest OS Installation
“Virtual Box” tool facilitates virtual operating system installation in a hosts computer. This product is from Oracle. This can be downloaded from :- https://www.virtualbox.org/ Step 1 : Create new Virtual Machine (VM) Step 2: Select the OS to be installed Step 3 :Select RAM size Step 4: Create a Hard Drive […]
How to Create a Bootable USB For OS Installation ?
We can make a USB drive as Bootable to install Operating System. The “Universal USB Installer” is good tool to do that. We should have the ISO file of the image with us. This can be downloaded from :- http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ Follow these steps :- Step 1: Run The Installer shows the […]