Confused about J2SE and jdk.

Hi!

Get an Warning when I try to run an emulator..

The curent J2SE version is below 5.0, and the emulator can not run at this version. Please update the J2SE version to 5.0 first.

The problem is that I cant find it on sun.com. (a link would be MOST apriciated)

All i find is jdk 1.5.0 download. and I'm pretty sure i have the newest...

Thanx!

[381 byte] By [kongsberga] at [2007-10-3 8:25:50]
# 1
JDK 1.5 is the same thing as Java 5.You might have the latest java version installed on your machine, but it's probably not set to the current one.What happens if you type java -version at a command prompt?Kaj
kajbja at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...
# 2
Sorr, but I'm kinda "blank" this is what happends... C:\Documents and Settings\Asbj鴕n>java-version'java-version' is not recognized as an internal or external command,operable program or batch file.guess that was not what you had in mind :)
kongsberga at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...
# 3
ops... here we gojava version is : 1.4.2_05so I'm down鴒ading a new one now and hoping that helps... cant find the other one so,... :)
kongsberga at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...
# 4

> Sorr, but I'm kinda "blank" this is what happends...

>

>

> C:\Documents and Settings\Asbj鴕n>java-version

> 'java-version' is not recognized as an internal or

> external command,

> operable program or batch file.

>

> guess that was not what you had in mind :)

-version is an argument to java, so you should have a space between java and -version.

(Look at my previous post)

kajbja at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...
# 5
> ops... here we go> > java version is : 1.4.2_05> > so I'm down鴒ading a new one now and hoping that> helps... cant find the other one so,... :)Ah, ok.
kajbja at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...
# 6
got the emulator up and running now:) thanx for your time!
kongsberga at 2007-7-15 3:32:08 > top of Java-index,Java Essentials,New To Java...