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
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException : Index 1 out of bounds for length 0 at Server.main(Server.java:138)
The above given error is showing up and I'm not able to figure out to fix this.
The text was updated successfully, but these errors were encountered:
If you running using IDE, or through command line, there are runtime parameters which you need to provide. In case of Server it is the port number and in case of client, it is IP, port and file name. These configurations are present there in run_client and run_server file under root project.
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException : Index 1 out of bounds for length 0 at Server.main(Server.java:138)
The above given error is showing up and I'm not able to figure out to fix this.
The text was updated successfully, but these errors were encountered: