Today's facepalm with Java, the parameters order in which booting an application matters.
java -jar app.jar -Dsomething=property
will not work, but:
java -Dsomething=property -jar app.jar
works. Note sure about it…
java
facepalm
FoldFold allExpandExpand allAre you sure you want to delete this link?Are you sure you want to delete this tag?
The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community