I am trying to specify java.library.path via VM options in IntelliJ Idea but not sure how to specify multiple paths
I am adding like below -Djava.library.path=c:/loc1:c:/loc2 but it doesn't seem to work. I don't think i can use semi-colon as its for entering another variable.
Any suggestions?