Hi,
I have installed JBuilder 9 and trying to compile following small program :
public class test1 {
public static void main(String[] args) {
System.out.println("Hi! "
}
}
I tried to write the same code in normal text editor and run from command promt, it gave the output.
But when I am trying in JBuilder, it is giving following error-
Internal compiler error: java.lang.StringIndexOutOfBoundsException: String index out of range: -6.
can anyone please help me in solving this,
TIA,
madhavi
I have installed JBuilder 9 and trying to compile following small program :
public class test1 {
public static void main(String[] args) {
System.out.println("Hi! "
}
}
I tried to write the same code in normal text editor and run from command promt, it gave the output.
But when I am trying in JBuilder, it is giving following error-
Internal compiler error: java.lang.StringIndexOutOfBoundsException: String index out of range: -6.
can anyone please help me in solving this,
TIA,
madhavi