Book Image

Building E-commerce Sites with VirtueMart Cookbook

By : John Horton
Book Image

Building E-commerce Sites with VirtueMart Cookbook

By: John Horton

Overview of this book

VirtueMart is a premier eCommerce solution powered by Joomla!In Building E-commerce Sites with VirtueMart Cookbook you will learn how to create a full-functioning and attractive eCommerce solution with VirtueMart. You will be shown how to install and configure VirtueMart, how to set-up and run your store day-to-day as well as configure and customize the look and feel of your store. With this book by your side, you will be able to overcome as problems setting up, administrating and customizing your eCommerce store! This book finishes with blueprint projects meaning that getting started with VirtueMart is even easier for the novice and aspiring site builder or developer. If you have always wanted to create a professional-looking store, but are worried about the complexity and difficulty involved, then this book is for you! With numerous recipes, practical tips and solutions Building E-commerce Sites with VirtueMart Cookbook will take you through every step required to achieve eCommerce success.
Table of Contents (17 chapters)
Building E-commerce Sites with VirtueMart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing the Java Development Kit


The first stage is to set up the Java Development Kit (JDK). The JDK enables us to write programs that run in a Java Virtual Machine a bit like the one on every Android device and on virtually every PC or laptop.

Getting ready

This recipe is simply a matter of getting the right file, downloading it and going through the step by step installation process.

How to do it...

This is nice and easy taken a step at a time. First let's find the download.

  1. Visit the oracle website to download the JDK at the URL http://www.oracle.com/technetwork/java/javase/downloads/index.html.

  2. Scroll down the page and find the following section:

  3. Click on the DOWNLOAD button underneath JDK as indicated in the preceding screenshot. If you scroll down a bit you can now see all the JDK download options as shown in the following screenshot:

  4. Click on the radio button at the top of the list of downloads next to Accept License Agreement then click on the link in the Download column for your operating...