File: jeuclid-mathviewer.sh

package info (click to toggle)
jeuclid 3.1.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,668 kB
  • sloc: xml: 17,041; java: 14,962; sh: 20; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (4)
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 jeuclid-mathviewer program,
# Copyright 2008 by Sylvestre Ledru <sylvestre.ledru@inria.fr>
#
# Licensed under the same terms as jeuclid-mathviewer itself, that is under
# the conditions of the Apache 2 licencee.

# 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 jeuclid-cli commons-cli commons-logging batik-all xmlgraphics-commons
find_jars commons-io jeuclid-mathviewer jeuclid-core

run_java net.sourceforge.jeuclid.app.mathviewer.MathViewer "$@"