The Artima Developer Community
Sponsored Link

Java Answers Forum
HELP migrating from 1.4.2 to 1.5.0 netbeans 3.6

1 reply on 1 page. Most recent reply: Jul 11, 2005 9:20 PM by Antonio

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Emilio Gagliardi

Posts: 5
Nickname: emilio
Registered: Jun, 2004

HELP migrating from 1.4.2 to 1.5.0 netbeans 3.6 Posted: Jun 3, 2004 5:05 PM
Reply to this message Reply
Advertisement
Hi all
I just installed the 1.5.0_2 JDK and I'm not sure how to ensure that it is being used by my IDE. I added the directory it was installed to to my PATH variables. Is that all i have to do? Is there a way to check within the IDE what version it is using??

Thank you very much.
Emilio


Antonio

Posts: 33
Nickname: arhak
Registered: Jul, 2005

Re: HELP migrating from 1.4.2 to 1.5.0 netbeans 3.6 Posted: Jul 11, 2005 9:20 PM
Reply to this message Reply
It's very simple. The jdk 1.5 have new features not supported in previus versions.
Try to compile something like
java.util.Vector<String> v = new java.util.Vector<String>();

If it works then you are using jdk 1.5, else yourn't.
See http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html

Flat View: This topic has 1 reply on 1 page
Topic: Problem with initial focus for Applet Previous Topic   Next Topic Topic: JAVA CODE SNIPIT Question..

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use