Skip to Main Content

Java Programming

String index out of bounds.

807605Jul 6 2007 — edited Jul 6 2007
I am gettin this error when i run an application. i am new to java. Can anybody help me to resolve this issue?

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at com.iflex.fcc.FormsRefresher.initialize(FormsRefresher.java:214)
at com.iflex.fcc.FormsRefresher.main(FormsRefresher.java:236)
Exception in thread "main" java.lang.UnsatisfiedLinkError: no ifjapi90 in java.l
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2007
Added on Jul 6 2007
10 comments
3,722 views