File: doseutility

package info (click to toggle)
pixelmed 20200416-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,320 kB
  • sloc: java: 138,613; xml: 109,896; makefile: 9,258; sh: 255
file content (19 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

# Shell script wrapper around the dicomimageviewer program,
# Copyright 2010-2012 by Mathieu Malaterre <malat@debian.org>
#
# Licensed under the same terms as pixelmed toolkit itself, that is under
# the conditions of the BSD licence.

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

# We prefer to use openjdk or Sun's java if available
find_java_runtime openjdk sun  || find_java_runtime 

find_jars pixelmed

#java -Xmx512m -Xms512m -cp
# java -Dcom.sun.management.jmxremote -Xms512m -Xmx512m -cp ${PATHTOROOT}:${VIEWERADDITIONALJARS} com.pixelmed.apps.DoseUtility
run_java com.pixelmed.apps.DoseUtility "$@"