Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2646 > unrolled thread

Re: Files & Methods

Started by"Lew" <lew@THRWHITE.remove-dii-this>
First post2011-04-27 15:40 +0000
Last post2011-04-27 15:40 +0000
Articles 3 — 2 participants

Back to article view | Back to comp.lang.java.gui

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Files & Methods "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
    Re: Files & Methods "bcr666" <bcr666@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
      Re: Files & Methods "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000

#2646 — Re: Files & Methods

From"Lew" <lew@THRWHITE.remove-dii-this>
Date2011-04-27 15:40 +0000
SubjectRe: Files & Methods
Message-ID<Qeydnfmc3Owmb47anZ2dnUVZ_r6rnZ2d@comcast.com>
  To: comp.lang.java.gui
cb17...@yahoo.com wrote:
>> import java.util.Scanner;

bcr666 wrote:
> I don't know what a Scanner object is, it isn't in my JDK, 

Are you quite sure?  What version of the JDK are you using?

java.util.Scanner has been part of the API since Java 5, something over three 
years now.
<http://java.sun.com/javase/6/docs/api/java/util/Scanner.html>

If you're using 1.4 or earlier, be aware that Java 1.4 is already in its 
End-of-Life phase, and earlier versions completed theirs some time ago.

-- 
Lew

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#2653

From"bcr666" <bcr666@THRWHITE.remove-dii-this>
Date2011-04-27 15:40 +0000
Message-ID<1192559229.044017.118550@e9g2000prf.googlegroups.com>
In reply to#2646
  To: comp.lang.java.gui
On Oct 15, 6:07 pm, Lew <l...@lewscanon.com> wrote:
> cb17...@yahoo.com wrote:
> >> import java.util.Scanner;
> bcr666 wrote:
> > I don't know what a Scanner object is, it isn't in my JDK,
>
> Are you quite sure?  What version of the JDK are you using?
>
> java.util.Scanner has been part of the API since Java 5, something over three
> years now.
> <http://java.sun.com/javase/6/docs/api/java/util/Scanner.html>
>
> If you're using 1.4 or earlier, be aware that Java 1.4 is already in its
> End-of-Life phase, and earlier versions completed theirs some time ago.
>
> --
> Lew

I am using JDK 1.4.2_13. My company started converting all of our
mainframe programs to Java. We tried to upgrade to 1.5 but found we
would have to recompile all of our programs with the new JDK.  We are
under a deadline to get the project done this year. After that, I hope
to talk them into upgrading the JDK.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#2656

From"Lew" <lew@THRWHITE.remove-dii-this>
Date2011-04-27 15:40 +0000
Message-ID<ndednZ9p8fBRuYjanZ2dnUVZ_qjinZ2d@comcast.com>
In reply to#2653
  To: comp.lang.java.gui
bcr666 wrote:
> I am using JDK 1.4.2_13. My company started converting all of our
> mainframe programs to Java. We tried to upgrade to 1.5 but found we
> would have to recompile all of our programs with the new JDK.  We are
> under a deadline to get the project done this year. After that, I hope
> to talk them into upgrading the JDK.

All your programs?

What was the incompatibility?

-- 
Lew

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web