>> Go Back to Forum 

JAVA compilation errro
by ganesha on 2008-02-24 18:04:01
ganesha
Member


Posts: 1
Joined: 2008-02-24 06:28:22
Last Login:2008-02-24 18:01:58

Hello,

I have submitted JAVA code for IPNETWORK problem with the foll. structure

import java.util.*;
import java.io.*;

public class IPNETWORK {
public static void main(String[] args) throws IOException{
..
}
}

I am getting compilation error for the same; while the code works fine in my machine (jdk1.5.0). Can you please look into this matter.

thanks,
Suresh
.