Computing.Net > Forums > Programming > java classes

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

java classes

Reply to Message Icon

Name: junooni
Date: September 22, 2006 at 16:59:42 Pacific
OS: xp
CPU/Ram: 1gb
Product: hp
Comment:

hey guys, i am new to java programming. I am having problems setting up my compiler. I am looking for a class called the scanner.class, i need this class to program an assignment for my cs133 class. btw the compiler i am using is Dr. Java...thanks for helping me out...

desi-mafia



Sponsored Link
Ads by Google

Response Number 1
Name: Guy
Date: September 25, 2006 at 16:47:21 Pacific
Reply:

java.util.Scanner was introduced in Java 1.5.

I have never heard of the Dr. Java compiler.

Google tells me Dr. Java is an IDE, also that there is an Eclipse (another IDE) plugin.

Minimal research indicates you need to also have Sun's SDK installed properly. Apparently the 1.5 SDK.

Enter from a command line:

java -version

You should see something like:

java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

If you do not, your Java system is not installed correctly.

Guy



0

Response Number 2
Name: Sanjaya Sugiarto (by Sanjaya)
Date: October 10, 2006 at 01:02:13 Pacific
Reply:

How to install Java correctly:

http://java.sun.com/j2se/1.5.0/inst...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Batch file increment and ... Lost forum access!



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: java classes

loading a java class from matlab www.computing.net/answers/programming/loading-a-java-class-from-matlab/13739.html

JAVA class files www.computing.net/answers/programming/java-class-files/12749.html

Java class import help www.computing.net/answers/programming/java-class-import-help/9726.html