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
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(); }
No description provided.
The text was updated successfully, but these errors were encountered: