Skip to content

Commit

Permalink
Merge pull request #6 from jlundstedt/jlundstedt-fix-issue-5-update-b…
Browse files Browse the repository at this point in the history
…at-file

Update jdbcimage.bat to fix issue #5
  • Loading branch information
sranka authored Oct 30, 2018
2 parents e802960 + fb8d88e commit 49306b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbcimage.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@setlocal
@echo off
set JAVA_OPTS=-Xmx1024m
java %JAVA_OPTS% -classpath ""%~dp0target/jdbcimage.jar;%~dp0lib/*" pz.tool.jdbcimage.main.JdbcImageMain %*
java %JAVA_OPTS% -classpath "%~dp0target/jdbcimage.jar;%~dp0lib/*" pz.tool.jdbcimage.main.JdbcImageMain %*

0 comments on commit 49306b3

Please sign in to comment.