Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.io libraries

Status
Not open for further replies.

spinik

Programmer
Aug 22, 2001
17
CA
I am using java on an AIX box. I am having a problem with importing the java.io packages. But this is not a constant problem. In one program, I use it as

import java.io.IOException

and it compiles fine. But, in another program, I use it as

import java.io.*;

and it fails to compile.

Spinik
Senior consultant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top