Difference between revisions of "Installing the Cartographer GUI"
From Krupczak.org
(New page: ==Cartographer GUI Installation== ==Overview== ==Java Requirements== ==Platform Notes== ==See Also==) |
(→Java Requirements) |
||
Line 4: | Line 4: | ||
==Java Requirements== | ==Java Requirements== | ||
+ | |||
+ | The Cartographer GUI application is written in native Java and Swing and currently uses only bundled libraries that ship with the Sun distribution. Testing has not been done with non-Sun Java installations. | ||
+ | |||
+ | <pre> | ||
+ | %java -version | ||
+ | java version "1.6.0_01" | ||
+ | Java(TM) SE Runtime Environment (build 1.6.0_01-b06) | ||
+ | Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode) | ||
+ | </pre> | ||
+ | |||
+ | Development and testing of the Cartographer GUI occurs primarily on Linux and Solaris. Testing is occasionally performed on Windows. | ||
+ | |||
+ | ==Installation== | ||
+ | |||
+ | ==Starting Cartographer GUI== | ||
+ | |||
+ | ==See Also== | ||
==Platform Notes== | ==Platform Notes== | ||
==See Also== | ==See Also== |
Revision as of 10:19, 15 October 2008
Contents |
Cartographer GUI Installation
Overview
Java Requirements
The Cartographer GUI application is written in native Java and Swing and currently uses only bundled libraries that ship with the Sun distribution. Testing has not been done with non-Sun Java installations.
%java -version java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
Development and testing of the Cartographer GUI occurs primarily on Linux and Solaris. Testing is occasionally performed on Windows.