JVM not found (pse pro)

Soldato
Joined
2 Nov 2002
Posts
3,304
Location
Aberdeen
I currently have installed

Windows Xp Media Center

Jdk 1.5.0
Jre 1.5.0

Whenever i try to install Pse Pro trial, the installer pauses on 8% downloaded, and then declares that the Java Virtual Machine cannot be found.

I've done a search and all i can find it to 'set the JAVA_HOME environment variable to the installation location of the jdk. For example, if the jdk is located at /usr/java142, set JAVA_HOME to /usr/java142 before running the command to install the product.'

However, i have no idea how to do this, or where to do this.

Any help on this matter would be much appreciated
 
Microsoft Windows NT, 2000, and XP - To set the PATH permanently:

1. Choose Start, Settings, Control Panel, and double-click System. On Microsoft Windows NT, select the Environment tab; on Microsoft Windows 2000 select the Advanced tab and then Environment Variables. Look for "Path" in the User Variables and System Variables. If you're not sure where to add the path, add it to the right end of the "Path" in the User Variables. A typical value for PATH is:

C:\j2sdk1.4.2_<version>\bin

Capitalization doesn't matter. Click "Set", "OK" or "Apply".

The PATH can be a series of directories separated by semi-colons (;). Microsoft Windows looks for programs in the PATH directories in order, from left to right. You should only have one bin directory for a Java SDK in the path at a time (those following the first are ignored), so if one is already present, you can update it to j2sdk1.4.2_<version>\bin.

2. The new path takes effect in each new Command Prompt window you open after setting the PATH variable.

http://java.sun.com/j2se/1.5.0/install-windows.html
 
Back
Top Bottom