My favorites
▼
|
Sign in
szsz
Random code snippets
Project Home
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
rhino
/
rhino
r60
1
2
3
4
5
6
7
8
9
10
11
#!/bin/zsh
RHINO_HOME="${RHINO_HOME:-/opt/appengine/js}"
RHINO_CLASSPATH="${RHINO_CLASSPATH:-.}"
RHINO_CLASSPATH="$RHINO_CLASSPATH:$RHINO_HOME/lib/js.jar"
RHINO_CLASSPATH="$RHINO_CLASSPATH:$RHINO_HOME/lib/jline-0.9.94.jar"
exec java -cp "$RHINO_CLASSPATH" \
org.mozilla.javascript.tools.shell.Main \
"$@"
Show details
Hide details
Change log
r12
by grr...@szsz.pl on Apr 22, 2009
Diff
Javascript to Java class compiler frontend
Go to:
/trunk/gae-java/template/build.xml
/trunk/rhino
/trunk/rhino/Makefile
/trunk/rhino/rhino
/trunk/rhino/rhinoc
/trunk/rhino/rhinoc.js
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 310 bytes, 11 lines
View raw file
Powered by
Google Project Hosting