Results 1 to 5 of 5
- 12-23-2008, 01:43 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 10
- Rep Power
- 0
I am using Jdk1.3. I am not able to import Scanneer class in my program.
I am using Jdk1.3. I am not able to import Scanneer class in my program.
import java.util.Scanner;
public class Welcome
{
public static void main(String args[])
{
}
}
Please help!!! 1 error while compling: Cannot resolve symbol
- 12-23-2008, 02:40 PM #2
Java 1.5
According to the Java API, it's been available since 1.5, so it's not available in JDK 1.3.
Scanner (Java Platform SE 6)
Luck,
CJSLChris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
- 12-23-2008, 04:01 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes, why don't you update your JDK with the latest? I don't see any point to work on with prier versions.
- 12-29-2008, 10:02 AM #4
Member
- Join Date
- Dec 2008
- Posts
- 10
- Rep Power
- 0
What is the link for updrading to java 1.5 ?
- 12-29-2008, 02:20 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You can do this in two ways.
- Go to the control panel and open the Java Control Panel, and click on the Update tab. Click on Update Now button. To do this you must connected to the internet.
- Uninstall the version you have. Go to the Suns Download Page. Download the latest JDK version and install it in your machine. You can do this installation either online or offline.
Similar Threads
-
Difference between jdk1.5 and jdk1.6
By pradnya in forum New To JavaReplies: 10Last Post: 12-08-2010, 11:52 AM -
INFO About JDK1.6
By ravi in forum New To JavaReplies: 2Last Post: 11-03-2008, 02:30 PM -
What is JDK1.5?
By pawankumarom in forum New To JavaReplies: 2Last Post: 09-05-2008, 07:41 AM -
possible feature of jdk1.7
By sikandar in forum Advanced JavaReplies: 2Last Post: 09-05-2008, 07:21 AM -
clock class program
By jvasilj1 in forum New To JavaReplies: 12Last Post: 02-01-2008, 08:27 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks