aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/java
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/bin/java')
-rwxr-xr-x.local/share/bin/java4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/bin/java b/.local/share/bin/java
new file mode 100755
index 0000000..7e7d4d9
--- /dev/null
+++ b/.local/share/bin/java
@@ -0,0 +1,4 @@
+#!/bin/sh
+# this is a stupid fix because java has no option to silence the
+# "Picked up _JAVA_OPTIONS:" message
+exec /usr/bin/java $_SILENT_JAVA_OPTIONS $*