Hi,
I am new to java.
I have developed a single file
class cname
{
import java.io.*;
{
public static void main (Strings args[])
{
// some code
}
}
when i compile above programme, i found follwoing error
import java.io - illegal of start type
^
I think it may be due to improper classpath setting.
any help will be sincerely appreciated.
Hardik Shah
I am new to java.
I have developed a single file
class cname
{
import java.io.*;
{
public static void main (Strings args[])
{
// some code
}
}
when i compile above programme, i found follwoing error
import java.io - illegal of start type
^
I think it may be due to improper classpath setting.
any help will be sincerely appreciated.
Hardik Shah
Comment