-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
My code looks like this
String url=urls.get(options_list.getSelectionModel().getSelectedIndex());
String filename = file.getAbsolutePath();
DownloadManager downloadManager = DownloadManager.getInstance();
DownloadMission mission = new DownloadMission(url,"",filename);
downloadManager.addMission(mission);
downloadManager.start();
Metadata
Metadata
Assignees
Labels
No labels