[go: up one dir, main page]

File: jikes-sablevm.sh

package info (click to toggle)
sablevm 1.13-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,084 kB
  • ctags: 9,231
  • sloc: ansic: 127,926; sh: 8,886; asm: 5,548; makefile: 693
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

if [ -r /usr/share/sablevm/classlib.pth ]; then
	jikes -q -bootclasspath `cat /usr/share/sablevm/classlib.pth` "$@"
else
	echo 
	echo "-----------   ERROR   -----------"
	echo "Cannot find/read SableVM classes. Please report."
	echo
	exit 1
fi