[java] fix classpath order

Reviewed By: jvillard

Differential Revision: D16048382

fbshipit-source-id: 1fda1c36a
master
Nikos Gorogiannis 5 years ago committed by Facebook Github Bot
parent 4c50dc096c
commit fd09f1bfc9

@ -228,9 +228,9 @@ let load_from_arguments classes_out_path =
List.fold ~f:append_path ~init:classpath (List.rev path_list)
in
let classpath =
combine (split Config.classpath) ""
combine (split Config.bootclasspath) ""
|> combine (split Config.classpath)
|> combine (String.Set.elements roots)
|> combine (split Config.bootclasspath)
in
(classpath, search_sources (), classes)

Loading…
Cancel
Save