NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Applicable Releases:</strong> caArray 2.4.0

<strong>Date entered:</strong> October 14, 2010

</span>

caArray Installation

question}}Question: {{questionEnd
I was installing caArray with GUI installer on my PC by double-clicking on the GUI installer icon. After the first few steps an error was given saying that I used the wrong version of Java. I have both Java 1.5.0_10 and 1.6.0, and have Java 1.5 on the PATH variable. What is the problem?

Contents

Topic:

Release:

Date entered:

Question

Answer

Have a comment?

Please leave your comment in the caArray End User Forum.

answer}}Answer:{{answerEnd

There are two ways to run the caArray GUI installer:

  1. Double-click the icon for the GUI installer file from Windows Explorer;
  2. Run command "java -jar filename of GUI installer" from within Command Prompt.
    When you have multiple Java versions installed on a PC, the PC may use a different Java depending on how you run the caArray GUI installer. We recommend that you use the second approach described above because it is unpredictable which version of java the window OS will choose to run with a double-click. With the command line everything is very explicit.

To check which version of Java is available for caArray installation, you can run the following command at the Command Prompt:

java -version

If the version is not 1.5, you need to set Java 1.5 as the first on the PATH variable. To do it at the command prompt, type:

set PATH=%JAVA_HOME\bin;%PATH%

where, %JAVA_HOME points to the Java 1.5 directory.

</html>

  • No labels