Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Sequencing the Java Development Kit


The Java Development Kit will serve as our middleware package and is a prerequisite for the Greenfoot development software. Note that middleware differs from plugins, in that, middleware is typically required to make another program run while a plugin is used to enhance the abilities of another application (for example, Adobe Flash would be a plugin for Internet Explorer).

Getting ready

To complete these steps, you will need to have completed the first recipe of Chapter 3, Sequencing Applications, where you created a virtual machine to capture App-V packages.

How to do it...

The following list shows you the high-level steps involved in this recipe and the tasks required to complete the recipe (all of the actions in this recipe will take place on the sequencing client called WIN8SEQUENCER):

  • Download the Java Development Kit.

  • Begin the capture process.

  • Install the Java Development Kit.

  • Finish the capture process and upload to the App-V server.

The implementation...