>How to know do i have installed jre or jdk and which version it is?
look in the control panel for Java. In vista it is under programs
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On 2 Mrz., 09:44, sale31...@yahoo.com wrote:
> How to know do i have installed jre or jdk and which version it is?
open a dos box / shell, type "java -version", hit enter ...
and if a jre is installed it should print something like this :
C:\Users\Markus>java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
best regards
Markus Tazl