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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internal compiler error: java.lang.StringIndexOutOfBoundsException: St

Status
Not open for further replies.

madhavilt

Programmer
Apr 10, 2003
7
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top