Java Applets   ->   Applets


java virtual machine
Download Free Java Software

This page is your source to download or update you existing Java Runtime Environment, also known as the Java Virtual Machine (JVM, VM, and Java VM), the Java Runtime Environment (JRE, Java Runtime).

Download Java software from Sun Microsystems

Java software manual download page. Get the latest version of the Sun Microsystems Java Runtime Environment (JRE) for Windows, Solaris, and Linux. Includes links for Apple Mac OS platform.

Transitioning from the MSJVM: Frequently Asked Questions

As of January 2004, Microsoft will no longer be authorized to support the Microsoft Java Virtual Machine (MSJVM). This FAQ is designed to address some of the most common questions for businesses, small and medium business owners, developers, and IT professionals.

The Java Virtual Machine Specification

In The Java Virtual Machine Specification, Second Edition, Sun's designers of the Java virtual machine provide comprehensive coverage of the Java virtual machine class file format and instruction set. In addition, the book contains directions for compiling the virtual machine with numerous practical examples to clarify how it operates in practice. The book also demonstrates the Java virtual machine's powerful verification techniques. In all, the book provides sufficient detail to enable you to implement your own fully-compatible Java virtual machine, or on the other hand, to just really understand what makes the Java technology work.

Java Slideshow

Create java slideshow for your website.

O'Reilly Media -- Bookstore: Java Virtual Machine

This book is a comprehensive programming guide for the Java Virtual Machine (JVM). It gives readers a strong overview and reference of the JVM so that they may create their own implementations or write their own compilers that create Java object code...

Free Online Chapters of Inside the Java Virtual Machine by Bill Venners

Online reprints of the book by Bill Venners: A programmer's guide to the Java's architecture and the Java virtual machine, including class loaders, threads, linking model, garbage collection, and security.

Resources for Inside the Java Virtual Machine

Links to resources and further information about topics covered in Bill Venners' book Inside the Java Virtual Machine.

The lean, mean, virtual machine - Java World

A key component of Java is the Java Virtual Machine -- a virtual computer, typically implemented in software on top of a "real" hardware platform and operating system, that runs compiled Java programs. Thanks to the JVM, programs written in Java don't have to be rewritten to run on different computers. Here's a hands-on introduction to the JVM.

Amazon.com: Java Virtual Machine (Java Series): Books: Jon Meyer,Troy Downing

Amazon.com: Java Virtual Machine (Java Series): Books: Jon Meyer,Troy Downing by Jon Meyer,Troy Downing

Amazon.com: The Java(TM) Virtual Machine Specification (2nd Edition): Books: Tim Lindholm,Frank Yellin

Amazon.com: The Java(TM) Virtual Machine Specification (2nd Edition): Books: Tim Lindholm,Frank Yellin by Tim Lindholm,Frank Yellin

BEA JRockit, Java Virtual Machine, Java Virtual Machine Download, VM, JVM, Java VM

BEA's JRockit is the first high performance Java Virtual Machine (JVM) optimized to run on Intel platforms. You can try JRockit out through our free Java VM download.

Java Virtual Machine

HelpBytes offers Free help and utilities for Windows and Yahoo! Chat as well as the latest important security and virus information and removal tips

Java Virtual Machine Profiler Interface

IBM Systems Journal issue 39-1, Java Performance, Java Virtual Machine Profiler Interface - Feature paper

Building a Java virtual machine for server applications: The Jvm on OS/390

IBM Systems Journal issue 39-1, Java Performance, Building a Java virtual machine for server applications: The Jvm on OS/390 - Feature paper

Inside Java : The Java Virtual Machine

Inside Java offers a glimpse behind the Java platform, and related technologies. Published by the Java Coffee Break

What is Java virtual machine? - a definition from Whatis.com - see also: JVM

A Java virtual machine (JVM), an implementation of the Java Virtual Machine Specification, interprets compiled Java binary code (called bytecode) for a computer's processor (or 'hardware platform') so that it can perform a Java program's instructions.

High-Tech Dictionary Definition

The ComputerUser.com online dictionary includes the newest computer and technology glossary of high tech terms, including abbreviations and acronyms, chat, emoticons and smileys, html terms and domains.

InfoQ: JSR 284: Towards a "virtual Java virtual machine"

The first early review draft of JSR 284: Resource Consumption Management API has been posted for review. Spec lead Greg Czajkowski told InfoQ "In some respects this is a step towards "virtual Java virtual machine", where a single instance of the JVM can host programs whose data and performance can be isolated from one another."

Microsoft Java Virtual Machine Cross-Site Communication Vulnerability - Advisories - Secunia

Microsoft Java Virtual Machine Cross-Site Communication Vulnerability - Advisories - Secunia

Windows Article - Welcome

Windows IT Pro is the leading publication for corporate IT teams deploying Windows NT, Windows 2000, .NET, and related applications and technologies. Each month, you'll find timely, how-to articles, tips and techniques to help you get the most out of your Windows NT/2000 and .NET deployment.

What is virtual machine? - A Word Definition From the Webopedia Computer Dictionary

This page describes the term virtual machine and lists other pages on the Web where you can find additional information.

What is JVM? - A Word Definition From the Webopedia Computer Dictionary

This page describes the term JVM and lists other pages on the Web where you can find additional information.

Garbage Collection in the Java HotSpot Virtual Machine

Gain a better understanding of how garbage collection in the Java HotSpot VM works, and learn to take full advantage of it when designing, developing, and deploying your Java applications.

Microsoft Java Virtual Machine - WinPlanet Windows Software Reviews and Downloads

Looking to make the most of your Windows business software? WinPlanet is the place to learn about all the latest Windows software products. Read insightful software reviews, gain access to Windows tutorials and how-to information, and download popular Windows applications.

One Derby instance for each Java Virtual Machine

You could potentially have two instances of a Derby system (JVM) running on the same machine at the same time. Each instance must run in a different JVM. Two separate instances of Derby must not access the same database.

Portal - The Java Virtual Machine in Hardware

- an Exercise in HW/SW Partitioning. This course will be held again in summer semester 2007.

Java Virtual Machine Support for Aspect Weaving

Bytecode instrumentation has gained popularity in the Java community to implement advanced technologies such as AOP or transparent services addition in the middleware space. However it suffers from several key limitations, and its widespread use will...

Advisories - Research - Next Generation Security Software

NGSSoftware are a trusted computer security provider for some of the largest companies in the world, why not see what we can do for you?

Dynamic Class Loading in the Java Virtual Machine - Liang, Bracha (ResearchIndex)

Class loaders are a powerful mechanism for dynamically loading software components on the Java platform. They are unusual in supporting all of the following features laziness, type safe linkage, user defined extensibility, and multiple communicating namespaces. We present the notion of class loaders