summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-02 21:45:18 -0300
committerEuAndreh <eu@euandre.org>2025-12-02 21:45:18 -0300
commit2a8b1553d8764d02c8d1cbb3c6f54334365ea293 (patch)
tree6f5c286441b2f389cb4831fb6e3f0c1feee20a07
parentmv lib/*.jar share/java/datomic/ (diff)
downloaddatomic-2a8b1553d8764d02c8d1cbb3c6f54334365ea293.tar.gz
datomic-2a8b1553d8764d02c8d1cbb3c6f54334365ea293.tar.xz
bin/transactor.in: Fix value of --class-path
-rw-r--r--Makefile1
-rwxr-xr-xbin/transactor.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7bd23b..7e4b5ec 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ LDLIBS =
.in:
sed \
-e 's:@SYSCONFDIR@:$(SYSCONFDIR):g' \
+ -e 's:@JAVADIR@:$(JAVADIR):g' \
< $< > $@
if [ -x $< ]; then chmod +x $@; fi
diff --git a/bin/transactor.in b/bin/transactor.in
index c751cb6..1170eb3 100755
--- a/bin/transactor.in
+++ b/bin/transactor.in
@@ -64,7 +64,7 @@ exec java \
-Xmx4g \
-XX:+UseG1GC \
-XX:MaxGCPauseMillis=50 \
- --class-path 'etc/:lib/*' \
+ --class-path '@SYSCONFDIR@/:@JAVADIR@/*' \
clojure.main \
--main datomic.launcher \
<(