Skip to content

Tag: batch-file

Running JAR from BAT file cannot find natives path

I am running my JAR from a BAT file on Windows 7 x64 machine. Lately I added native .dll files to project, so now I need to add the path to the BAT. My project is exported to “C:/dist” and folder with native libs called “natives” placed alongside, that is “C:/dist/natives”.…