Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
imagej
imagej.in
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File imagej.in of Package imagej
#!/bin/sh #set -x JAVA_HOME=@JAVA_HOME@ call=$0 if [ "`uname -s`" = "Linux" ]; then awk=awk else awk=nawk fi if ls -l $call|grep -q ^l; then # Symlink call=`ls -l $call|$awk '{sub(/^.*-> /,"");print}'` if [ -z "`echo $call|grep '^/'`" ]; then #relative Symlink call="`dirname $0`/$call" fi exec $call "$@" else # real file dir=`dirname $call` fi export PATH=${JAVA_HOME}/bin:$PATH exec java -Xmx512m -cp ${dir}/ij.jar:${JAVA_HOME}/lib/tools.jar ij.ImageJ -ijpath ${dir} "$@"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor