You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive managed to compile the program using javac uisql.java and this created my uisql.class file. However, when I attempt to run the program I am getting an "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at uisql.main(uisql.java:44)" error.
Could you advise if I am running the program incorrectly?
Many Thanks,
Ashley
The text was updated successfully, but these errors were encountered:
Hi,
Ive managed to compile the program using javac uisql.java and this created my uisql.class file. However, when I attempt to run the program I am getting an "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at uisql.main(uisql.java:44)" error.
Could you advise if I am running the program incorrectly?
Many Thanks,
Ashley
The text was updated successfully, but these errors were encountered: