Changeset View
Changeset View
Standalone View
Standalone View
files/ipscan
| #!/bin/sh | #!/bin/sh | ||||
| /usr/lib64/openjdk-8/bin/java -jar /usr/share/ipscan/ipscan.jar | if [ -z "$JAVA_HOME" ]; then | ||||
| export JAVA_HOME=/usr/lib64/openjdk-11 | |||||
| fi | |||||
livingsilver94: Hm is this actually a good idea? Better to ask @DataDrake, but it is my understanding that we… | |||||
serebitAuthorUnsubmitted Done Inline ActionsI figured it couldn't hurt, but if core would rather not allow it then I can change the diff. serebit: I figured it couldn't hurt, but if core would rather not allow it then I can change the diff. | |||||
livingsilver94Unsubmitted Not Done Inline ActionsWith "apache" I meant "maven" but yeah you get the point. livingsilver94: With "apache" I meant "maven" but yeah you get the point. | |||||
| exec $JAVA_HOME/bin/java -jar /usr/share/ipscan/ipscan.jar | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Hm is this actually a good idea? Better to ask @DataDrake, but it is my understanding that we want to allow users to specify JAVA_HOME only for packages aimed at building applications (gradle, ant, apache, sbt. Maybe even scala but idk).