Skip to content

Instantly share code, notes, and snippets.

@sanaulla123
Created March 21, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanaulla123/01b45a9d37c0c7f0e15e6eeb65bf19f0 to your computer and use it in GitHub Desktop.
Save sanaulla123/01b45a9d37c0c7f0e15e6eeb65bf19f0 to your computer and use it in GitHub Desktop.
@echo off
set DIR=%~dp0
set LIB=%DIR%..\lib\*
set BIN=%DIR%..\bin
REM ???
"%JAVA8_HOME%\bin\java" -cp "%LIB%" -Dlog4j.configurationFile="%BIN%\log4j2.xml" "org.xbib.tools.Runner" "org.xbib.tools.JDBCImporter" world-importer-config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment