Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can solve ArrayIndexOutOfBoundException #14

Open
rajaninth opened this issue Sep 19, 2018 · 1 comment
Open

How can solve ArrayIndexOutOfBoundException #14

rajaninth opened this issue Sep 19, 2018 · 1 comment

Comments

@rajaninth
Copy link

While giving inputs for timetable generation sometimes I am getting ArrayIndexOutOfBoundException.
What is the problem exactly I am not understand.

@a-anand-91119
Copy link

a-anand-91119 commented Nov 3, 2019

First set the input path of file in InputData class.

modify the main method of SchedulerMain as below
public static void main(String[] args) { inputdata id = new inputdata(); id.takeinput(); new SchedulerMain(); }

Then run the SchedulerMain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants