Matthew Lancashire wrote:
VJ++ 6.0 Yeah. I have both Sun JDK and MS JDK. Is it in there?
If the Sun JDK is above version 1.2 then yes. Try java -version on the command line, or print System.getProperty( "java.version" ) in a program.
i.e
public class Prop
{
public static void main( String[] args )
{
System.out.println( System.getProperty( "java.version" ) );
}
}
-----Original Message----- From: Johan �brandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:26 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap
Matthew Lancashire wrote:
I keep getting the noclassdeffounderror for hashmap. Where is this MS VM?
Are you using VJ++? Isnt that JDK 1.1? HashMap was introduced in JDK 1.2 .
Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd
Tel: +44 1282 473554 Fax: +44 1254 267552
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Johan �brandt
Technical Project Manager (Tekninen projektip��llikk�) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED]
Profit Software Oy Meritullinkatu 11 C 00170 Helsinki, Finland
__________________________________________________________________________
This message and its attachments have been found clean from known viruses with three different antivirus programs. __________________________________________________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Johan �brandt
Technical Project Manager (Tekninen projektip��llikk�) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED]
Profit Software Oy Meritullinkatu 11 C 00170 Helsinki, Finland
__________________________________________________________________________
This message and its attachments have been found clean from known viruses with three different antivirus programs.
__________________________________________________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
