Sign in
apache
/
jena
/
streaming-update
/
.
/
jena-core
/
bin
/
jena_path
blob: 9a80f64b0def9aee64e88cea1619b92bb72d4f1e [
file
] [
log
] [
blame
]
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if
[
"$JENAROOT"
=
""
]
then
echo
"JENAROOT not set"
1
>&
2
exit
1
fi
exec
"$JENAROOT/bin/make_classpath"
"$JENAROOT"